GAMESS-US: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
[[Category:Software]] | [[Category:Software]] | ||
The General Atomic and Molecular Electronic Structure System (GAMESS) is a general ab initio quantum chemistry package. | The General Atomic and Molecular Electronic Structure System (GAMESS)<ref name="homepage">GAMESS-US Homepage: http://www.msg.ameslab.gov/gamess/</ref> | ||
is a general ab ''initio quantum'' chemistry package. | |||
== Running GAMESS | |||
== Running GAMESS == | |||
{{File | {{File | ||
Line 19: | Line 21: | ||
rungms methanol_B3LYP_631Gd.inp &> methanol_B3LYP_631Gd.out | rungms methanol_B3LYP_631Gd.inp &> methanol_B3LYP_631Gd.out | ||
}} | }} | ||
== References == | |||
<references /> |
Revision as of 12:23, 8 March 2018
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
The General Atomic and Molecular Electronic Structure System (GAMESS)[1] is a general ab initio quantum chemistry package.
Running GAMESS
File : gamess-us_job.sh
#!/bin/bash
#SBATCH --cpus-per-task=2 # Number of CPUs
#SBATCH --mem-per-cpu=2000M # memory per CPU in MB
#SBATCH --time=0-00:30 # time (DD-HH:MM)
module load gamess-us/20170420-R1
rungms methanol_B3LYP_631Gd.inp &> methanol_B3LYP_631Gd.out
References
- ↑ GAMESS-US Homepage: http://www.msg.ameslab.gov/gamess/