This is the official repository of the xtb-IFF
program developed by the Grimme group in Bonn.
Statically linked binaries can be found at the latest release page. To extract the binaries, use the following command.
tar -xf xtbiff.tar.xz
After extracting the file, the xtbiff
program is directly usable.
If it should be used with the QCG algorithm implemented in CREST
, make sure to source it correctly by adding it to the PATH variable. This was successful when the following command displays the path of xtbiff
program.
which xtbiff
For using the xtbiff
as a stand-alone program, two LMO files have to be previously generated with the xtb
program. This can be done by providing the --lmo
flag when executing xtb
. A list of further options will be displayed when the program is executed, which can be done without any input.