You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user-manual.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ User Manual
3
3
4
4
QUICK uses a simple text based input file that consists of a line with keywords
5
5
followed by an empty line, the molecular coordinates in xyz format, and
6
-
potentially point charge information after another empty line. Please see the
6
+
potentially external point charge information after another empty line. Please see the
7
7
Hands-on Tutorials for details on the input file format.
8
8
9
9
Feel free to ask questions or start a discussion on the Discussions section of our GitHub page: `https://github.com/merzlab/QUICK/discussions <https://github.com/merzlab/QUICK/discussions>`_.
@@ -108,9 +108,9 @@ Grimme type dispersion corrections are requested by adding one of the following
108
108
109
109
**NCYC=Integer** : user defined self-consistent field cycles to turn on incremental Fock build = Integer. Default: 3
110
110
111
-
**DENSERMS=Float** : user defined density matrix maximum RMS for convergence. Default : 1.0E-6.
111
+
**DENSERMS=Float** : user defined density matrix RMS change for convergence. Default : 1.0E-6.
112
112
113
-
**CUTOFF=Float** : user defined integral cutoff. Default : 1.0E-7.
113
+
**CUTOFF=Float** : user defined integral cutoff. This value should be smaller than DENSERMS. Default : 1.0E-7.
114
114
115
115
**BASISCUTOFF=Float** : user defined cutoff for neglecting insignificant basis functions. Default : 1.0E-6.
116
116
@@ -148,11 +148,13 @@ Grimme type dispersion corrections are requested by adding one of the following
148
148
149
149
**LOPT** : Use legacy QUICK optimizer instead of DL-FIND.
150
150
151
-
**GTOL** : User defined maximum RMS value of the gradient vector. Default: 4.5E-4 (using tighter convergence criteria may require tightening SCF convergence, see TIGHTINT keyword)
151
+
**GTOL** : User defined convergence criterion for RMS value of the gradient vector. Default: 4.5E-4 (using tighter convergence criteria may require tightening SCF convergence, see TIGHTINT keyword)
152
152
153
-
**ETOL** : User defined maximum energy change between two consecutive optimization cycles. Default: 1.0E-6
153
+
**ETOL** : User defined convergence criterion for maximum energy change between two consecutive optimization cycles. Default: 1.0E-6
154
154
155
-
**ICOORD=Integer** : User defined coordinate system for DL-Find geometry optimization. Default: 3 (delocalized internal coordinates(DLC)). Other available option is 0 (Cartesian).
155
+
**ICOORD=Integer** : User defined coordinate system for DL-Find geometry optimization.
0 commit comments