-
Notifications
You must be signed in to change notification settings - Fork 164
XTB
Jeff Hammond edited this page Aug 26, 2024
·
6 revisions
XTB method [@bannwarth2020]. Full documentation available at the XTB website.
The NWChem implementation makes use of the TBlite library.
XTB
[ACC <real acc default 1.0>]
[UHF <integer uhf default 0>]
[METHOD gfn1 || gfn2 default gfn2]
[GUESS]
[VERBOSITY]
[PRINT]
[NOPRINT]
[NSPIN <integer nspin default 1>]
[BROYDEN <real broyden default 0.4>]
END
For example, if the user wants to increase the accuracy:
acc 1d-4
uhf 3
A value of nspin
equal to two triggers an open-shell calculation (while the default value of 1 triggers a closed-shell calculation).
nspin 2
///Footnotes Go Here///