Gamess
Gamess is a program for ab initio quantum chemistry calculation. GAMESS can compute SCF wavefunctions ranging from RHF, ROHF, UHF, GVB, and MCSCF. Correlation corrections to these SCF wavefunctions include Configuration Interaction, second order Perturbation theory, and Coupled cluster approaches, as well as the Density Functional Theory approximation.
Usage
License
Licence is free, but every research group has to register at https://www.msg.chem.iastate.edu/gamess/License_Agreement.html. Then contact MetaCentrum user support (via email meta@cesnet.cz) and confirm your registration.
Example
The main script is rungms
.
For parallel calculation, rungms
requires additional arguments (version, number of main processes, number of cpus per node).
Also, TMPDIR
should be set inside $SCRATCHDIR
. The module sets implicitly variable SCR
to $SCRATCHDIR
, so if you want to use a different value, set it in the script of the task (and create the directory, if it doesn’t exist yet) before running rungms
.
A batch of example input files is included within Gamess installation directories.
Example batch script
Last updated on