xTB
A materials science program for structure optimization, energy calculations, and molecular dynamics.
xTB requires an environment module
In order to use xTB, you must first load the appropriate environment module:
module load gnu
Using xTB on the HPC#
To use xTB on the HPC, load the appropriate module:
Once the module is loaded, you can run xtb
from the command line:
Example: Run xTB with GFN2-xTB#
This command runs an xTB calculation on h2o.xyz
using the GFN2 (Geometry, Frequency, Noncovalent interactions — version 2) method.
Example Slurm Submit Script#
Below is an example SLURM batch script to run xTB on one node with 16 cores for one hour:
Additional Resources#
Refer to the official xTB documentation for detailed explanations of command-line options, input formats, and advanced features.