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:
@@ -124,9 +124,9 @@ Grimme type dispersion corrections are requested by adding one of the following
124
124
125
125
**NCYC=Integer** : user defined self-consistent field cycles to turn on incremental Fock build = Integer. Default: 3
126
126
127
-
**DENSERMS=Float** : user defined density matrix maximum RMS for convergence. Default : 1.0E-6.
127
+
**DENSERMS=Float** : user defined density matrix RMS change for convergence. Default : 1.0E-6.
128
128
129
-
**CUTOFF=Float** : user defined integral cutoff. Default : 1.0E-7.
129
+
**CUTOFF=Float** : user defined integral cutoff. This value should be smaller than DENSERMS. Default : 1.0E-7.
130
130
131
131
**BASISCUTOFF=Float** : user defined cutoff for neglecting insignificant basis functions. Default : 1.0E-6.
132
132
@@ -164,11 +164,13 @@ Grimme type dispersion corrections are requested by adding one of the following
164
164
165
165
**LOPT** : Use legacy QUICK optimizer instead of DL-FIND.
166
166
167
-
**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)
167
+
**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)
168
168
169
-
**ETOL** : User defined maximum energy change between two consecutive optimization cycles. Default: 1.0E-6
169
+
**ETOL** : User defined convergence criterion for maximum energy change between two consecutive optimization cycles. Default: 1.0E-6
170
170
171
-
**ICOORD=Integer** : User defined coordinate system for DL-Find geometry optimization. Default: 3 (delocalized internal coordinates(DLC)). Other available option is 0 (Cartesian).
171
+
**ICOORD=Integer** : User defined coordinate system for DL-Find geometry optimization.
0 commit comments