Scroll to navigation

CHEMPS2(1) chemps2 v1.8.12 CHEMPS2(1)

NAME

chemps2 - spin-adapted DMRG for ab initio quantum chemistry

SYNOPSIS

chemps2 [OPTION] ...

DESCRIPTION

chemps2 is a scientific code to perform spin-adapted density matrix renormalization group (DMRG) calculations for ab initio quantum chemistry fcidump files. This method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI) and can return the active space 2-, 3-, and 4-RDM. The method is therefore ideal to replace the FCI solver in the complete active space self consistent field (CASSCF) and complete active space second order perturbation theory (CASPT2) methods. The link to the user manual can be found in the section SEE ALSO.

OPTIONS

SYMMETRY

Conventions for the symmetry group and irrep numbers (same as psi4):


| 0 1 2 3 4 5 6 7
---------|-----------------------------------------
0 : c1 | A
1 : ci | Ag Au
2 : c2 | A B
3 : cs | Ap App
4 : d2 | A B1 B2 B3
5 : c2v | A1 A2 B1 B2
6 : c2h | Ag Bg Au Bu
7 : d2h | Ag B1g B2g B3g Au B1u B2u B3u

ARGUMENTS

Specify the input file.
Print the version of chemps2.
Display this help.

INPUT FILE

Note that orbital irreps in the FCIDUMP file follow molpro convention!
Set the psi4 symmetry group number [0-7] which corresponds to the FCIDUMP file.
Overwrite the spin multiplicity [2S+1] of the FCIDUMP file.
Overwrite the number of electrons of the FCIDUMP file.
Overwrite the target wavefunction irrep [0-7] of the FCIDUMP file (psi4 convention).
Set which excitation should be calculated. If zero, the ground state is calculated (default 0).
Set the number of reduced renormalized basis states for the successive sweep instructions (positive integers).
Set the energy convergence to stop the successive sweep instructions (positive floats).
Set the maximum number of sweeps for the successive sweep instructions (positive integers).
Set the noise prefactors for the successive sweep instructions (floats).
Set the residual norm tolerance for the Davidson algorithm for the successive sweep instructions (positive floats).
Set the number of occupied (external core) orbitals per irrep (psi4 irrep ordering).
Set the number of active orbitals per irrep (psi4 irrep ordering).
Set the number of virtual (secondary) orbitals per irrep (psi4 irrep ordering).
When all orbitals are active orbitals, write out the 2-RDM in HDF5 format when specified (default unspecified).
When all orbitals are active orbitals, write out the 3-RDM in HDF5 format when specified (default unspecified).
When all orbitals are active orbitals, write out the 4-RDM contracted with the Fock operator in HDF5 format when specified (default unspecified).
When all orbitals are active orbitals, read in this file containing the Fock operator (default unspecified).
When all orbitals are active orbitals, switch on orbital reordering based on the Fiedler vector of the exchange matrix (TRUE or FALSE; default FALSE).
When all orbitals are active orbitals, provide a custom orbital reordering (default unspecified). When specified, this option takes precedence over MOLCAS_FIEDLER.
When all orbitals are active orbitals, set initial guess to an ROHF determinant (default unspecified). The occupancy integers should be 0, 1 or 2 and the orbital ordering convention is FCIDUMP.
When all orbitals are active orbitals, switch on the creation of MPS checkpoints (TRUE or FALSE; default FALSE).
Switch on writing to disk of N-RDMs of intermediate roots (TRUE or FALSE; default FALSE).
Switch on state-averaging (TRUE or FALSE; default FALSE).
Switch on DIIS when the update norm is smaller than the given threshold (default 0.0).
Gradient norm threshold for convergence of the DMRG-SCF orbital rotations (default 1e-6).
Specify the maximum number of DMRG-SCF iterations (default 100).
Rotate the active space orbitals: no additional rotations (I), natural orbitals (N), localized and ordered orbitals (L), or ordered orbitals only (F) (default I).
Rotate the FCIDUMP orbitals to the DMRG-SCF occupied (external core), active, and virtual (secondary) orbitals.
Switch on the CASPT2 calculation (TRUE or FALSE; default FALSE).
Perform the DMRG calculation for the 4-RDM in the SCF_ACTIVE_SPACE orbitals (A) or in the pseudocanonical orbitals (P) (default A).
Ionization potential - electron affinity shift (default 0.0).
Imaginary level shift (default 0.0).
Create checkpoints to continue the CASPT2 4-RDM calculation over multiple runs (TRUE or FALSE; default FALSE).
Use a cumulant approximation for the CASPT2 4-RDM and overwrite CASPT2_CHECKPT to FALSE (TRUE or FALSE; default FALSE).
Print correlation functions (TRUE or FALSE; default FALSE).
Overwrite the tmp folder for the renormalized operators. With MPI, separate folders per process can (but do not have to) be used (default /tmp).

EXAMPLE


$ cd /tmp
$ wget 'https://github.com/SebWouters/CheMPS2/raw/master/tests/matrixelements/N2.CCPVDZ.FCIDUMP'
$ ls -al N2.CCPVDZ.FCIDUMP
$ wget 'https://github.com/SebWouters/CheMPS2/raw/master/tests/test14.input'
$ sed -i "s/path\/to/tmp/" test14.input
$ cat test14.input
$ chemps2 --file=test14.input

AUTHOR

Written by Sebastian Wouters <sebastianwouters@gmail.com>

BUGS

Reporting bugs: https://github.com/sebwouters/CheMPS2/issues

SEE ALSO

User manual: http://sebwouters.github.io/CheMPS2/index.html

COPYRIGHT

CheMPS2: a spin-adapted implementation of DMRG for ab initio quantum chemistry
Copyright (C) 2013-2021 Sebastian Wouters
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

9 March 2022 version 1.8.12