Skip to content

Commit

Permalink
Merge pull request #129 from SCM-NV/scripts
Browse files Browse the repository at this point in the history
Removed leftover QD documentation; updated AMSJob default settings
  • Loading branch information
felipeZ committed Mar 7, 2019
2 parents b16af31 + 4377d72 commit 8458ff6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 222 deletions.
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Contents:
interactive_tutorial
Further_reading
documentation
qd_manual


Indices and tables
Expand All @@ -24,4 +23,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

124 changes: 0 additions & 124 deletions docs/qd_args.rst

This file was deleted.

67 changes: 0 additions & 67 deletions docs/qd_core_ligand.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/qd_get_started.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/qd_manual.rst

This file was deleted.

8 changes: 5 additions & 3 deletions src/qmflows/data/templates/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
"converge": 1e-6,
"iterations": 100},
"geometry": {"optim": "delocal"} },
"ams": {"ams": {"Task": "GeometryOptimization"} },
"ams": {"ams": {
"Task": "GeometryOptimization"},
"GeometryOptimization": {"MaxIterations": 500} },
"dftb": {
"task": {"runtype": "GO"},
"dftb": {"resourcesdir": "DFTB.org/3ob-3-1"} },
"dirac": {},
"cp2k" : {
"motion": {
"geo_opt" : {"type": "minimization", "optimizer": "bfgs", "max_iter": 500}
},
},
"force_eval": {
"dft": {
"mgrid": {
Expand Down Expand Up @@ -49,7 +51,7 @@
"run_type": "geometry_optimization"
}
},

"orca": {
"method": {
"method": "dft",
Expand Down

0 comments on commit 8458ff6

Please sign in to comment.