Skip to content

Commit 84c68e2

Browse files
authored
Merge pull request #36 from vtripath65/manual-fixes
Made small changes and converted the ICOORD options in geometry
2 parents 7d70b97 + a023639 commit 84c68e2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/source/user-manual.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ User Manual
33

44
QUICK uses a simple text based input file that consists of a line with keywords
55
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
77
Hands-on Tutorials for details on the input file format.
88

99
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
124124

125125
**NCYC=Integer** : user defined self-consistent field cycles to turn on incremental Fock build = Integer. Default: 3
126126

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.
128128

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.
130130

131131
**BASISCUTOFF=Float** : user defined cutoff for neglecting insignificant basis functions. Default : 1.0E-6.
132132

@@ -164,11 +164,13 @@ Grimme type dispersion corrections are requested by adding one of the following
164164

165165
**LOPT** : Use legacy QUICK optimizer instead of DL-FIND.
166166

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)
168168

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
170170

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.
172+
- 3 delocalized internal coordinates(DLC) (*Default*)
173+
- 0 cartesian
172174

173175
**ALLOW_BAD_SCF** : Allow unconverged SCF in geometry optimization. By default, the optimization will not proceed if the SCF fails to converge.
174176

0 commit comments

Comments
 (0)