MPQC
2.3.1
|
The simple input format consists of keywords followed by a ":" followed by a value. The keywords are case sensitive. The values might be modified by options found in parenthesis. For example, the following input performs an optimization of water using density functional theory with the B3LYP exchange-correlation functional:
% B3LYP optimization of water optimize: yes method: KS (xc = B3LYP) basis: 3-21G* molecule: (angstrom) O 0.172 0.000 0.000 H 0.745 0.000 0.754 H 0.745 0.000 -0.754
Comments begin with a %
and continue to the end of the line. Basis set names containing special characters, such as a space or parentheses, must be quoted inside a pair of double quotes. The accepted keywords are:
molecule
Gives the atoms types and coordinates. The following options can be used
bohr
angstrom
charge
(charge = 0)
can be given for the ghost atoms in a counterpoise correction calculation. multiplicity
Gives the multiplicity of the molecule. The default is 1
.
optimize
If yes
, then an optimization will be performed. The default is no
. The following options can be given.
cartesian
internal
redundant
gradient
If yes
, then a gradient calculation will be performed. The default is no
.
frequencies
If yes
, then the frequencies will be obtained. The default is no
.
charge
Specificies the charge on the molecule. The default is 0
.
method
Specifices the method. There is no default and the possible values are:
HF
multiplicity
> 1 RHF
UHF
KS
multiplicity
> 1 RKS
UKS
MP2
multiplicity
= 1. MP2-R12/A
multiplicity
= 1. An auxiliary basis may be specified. No gradient, optimization, or frequencies are possible. MP2-R12/A'
multiplicity
= 1. An auxiliary basis may be specified. No gradient, optimization, or frequencies are possible. ZAPT2
multiplicity
> 1. No gradient, optimization, or frequencies are possible. The following options are valid with the KS
, RKS
, and UKS
methods:
grid
xcoarse
coarse
medium
fine
xfine
ultrafine
xc
The following options are valid with the MP2-R12/A
and MP2-R12/A'
methods. These options are mutually exclusive:
abs
abs+
cabs
cabs+
The following options are valid with the MP2-R12/A'
method:
ebc
gbc
!ebc
!gbc
basis
Specifies the basis set. There is no default. See the table in the GaussianBasisSet class documentation for the available basis sets.
auxbasis
Specifies the auxiliary basis set for MP2-R12 methods. There is no default. See the table in the GaussianBasisSet class documentation for the available basis sets.
restart
Set to yes
to restart an optimization. The default is no
.
checkpoint
Set to no
to not save checkpoint files during an optimization. The default is yes
.
symmetry
Specifices the Schoenflies symbol of the point group of the molecule. The default is auto
, which will cause to program to find the highest order Abelian subgroup of the molecule.
docc
Gives the number of doubly occupied orbitals in each each irreducible representation in a parenthesized list. The symmetry must be specified and not be auto
. The method must be restricted.
socc
Gives the number of single occupied orbitals in each each irreducible representation in a parenthesized list. The symmetry must be specified and not be auto
. The method must be restricted.
alpha
Gives the number of alpha occupied orbitals in each each irreducible representation in a parenthesized list. The symmetry must be specified and not be auto
. The method must be unrestricted.
beta
Gives the number of beta occupied orbitals in each each irreducible representation in a parenthesized list. The symmetry must be specified and not be auto
. The method must be unrestricted.
frozen_docc
Gives the number of frozen core orbitals. Can be either a single integer or a parenthesized list giving the frozen core orbitals in each irreducible representation. In the latter case the symmetry must be given and not be auto
.
frozen_uocc
Gives the number of frozen virtual orbitals. Can be either a single integer or a parenthesized list giving the frozen virtual orbitals in each irreducible representation. In the latter case the symmetry must be given and not be auto
.
memory
Gives a hint for the amount of memory in bytes that can be used. This is typically a lower bound, more memory will be used in practice and the exact amount cannot be precisely controlled. The format is a fixed or floating point number optionally followed (without spaces) by one of the following suffixes: KB, MB, GB, KIB, MIB, or GIB.