D Third-party Components

D.6 libxm

Copyright (c) 2014-2018 Ilya Kaliman

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

BASIS
       Specifies the electronic basis sets to be used.
TYPE:
       STRING
DEFAULT:
       No default basis set
OPTIONS:
       General, Gen User defined ($basis keyword required). Symbol Use standard basis sets as per Chapter 8. Mixed Use a mixture of basis sets (see Chapter 8).
RECOMMENDATION:
       Consult literature and reviews to aid your selection.

CONCENTRIC_REF_BASIS
       Specify the projection basis (PB) in the concentric localization procedure
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       Parsed in the same way as BASIS; if unspecified, the working basis (WB) will be used as PB.
RECOMMENDATION:
       WB is usually a good choice; a smaller basis can chosen with caution to further reduce the computational cost.

CONCENTRIC_VIRTS_ZETA
       Specify the size of the truncated virtual space
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       m The total number of the CL-truncated virtuals is m×noccactive
RECOMMENDATION:
       Use the default; set it to a larger value if higher accuracy is requested.

CONCENTRIC_VIRTS
       Use the concentric localization (CL) scheme to truncate the virtual space
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Use the CL scheme to truncate the virtual space FALSE Leave the virtual space untruncated
RECOMMENDATION:
       Use CL truncation for WFT-in-DFT calculations.

CVS_IP_ALPHA
       Sets the number of ionized target states derived by removing α electron (M=s-12).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any IP/α states.
OPTIONS:
       [i,j,k] Find i ionized states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

CVS_IP_BETA
       Sets the number of ionized target states derived by removing β electron (Ms=12, default for CVS-IP).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any IP/β states.
OPTIONS:
       [i,j,k] Find i ionized states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

CVS_IP_STATES
       Sets the number of core-ionized states to find. By default, β electron will be removed.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any IP states.
OPTIONS:
       [i,j,k…] Find i ionized states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DIRECT_DIAG
       Perform direct diagonalization to obtain all the NEO excitation energies.
TYPE:
       INTEGER
DEFAULT:
       0 Use Davidson algorithm.
OPTIONS:
       1 Do the direct diagonalization. 0 Use Davidson algorithm.
RECOMMENDATION:
       Only use this option when Davidson solutions are not stable.

EDA_ALIGN_FRGM_SPIN
       Turn on the fragment spin alignment procedure
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not performed the spin alignment procedure (turned on by default in unrestricted cases) 1 Perform fragment spin alignment; use GDM for the polarization step preceding the MOM calculations 2 Perform fragment spin alignment; use GDM and perform stability analysis for the polarization step
RECOMMENDATION:
       Use 1 or 2 when the radical is of highly symmetric structure

EDA_NOCV
       Perform the NOCV analysis and plot the significant NOCVs
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not perform NOCV analysis 1 Plot NOCV pair contributions to density deformation 2 Plot both NOCV pair contribution to density deformation and NOCV orbitals
RECOMMENDATION:
       None

EDA_PLOT_DIFF_DEN
       Plot changes in electron density due to POL and CT
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not make EDD plots TRUE Make EDD plots
RECOMMENDATION:
       None

EIGSLV_METH
       Control the method for solving the ALMO-CIS eigen-equation
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Explicitly build the Hamiltonian then diagonalize (full-spectrum). 1 Use the Davidson method (currently only available for restricted cases).
RECOMMENDATION:
       None

ENV_METHOD
       Specify the low-level theory in a projector-based embedding calculation
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       Parsed in the same way as $rem variable “METHOD
RECOMMENDATION:
       A mean-field method (pure or hybrid density functional) should be chosen.

EX_EDA
       Perform an ALMO-EDA calculation with one or more fragments excited.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform EDA with excited-state molecule(s) taken into account. FALSE
RECOMMENDATION:
       None

FODFT_DONOR
       Specify the donor fragment in FODFT calculation
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 First fragment as donor 2 Second fragment as donor
RECOMMENDATION:
       With FODFT_METHOD = 1, the charged fragment needs to be the donor fragment

FODFT_METHOD
       Specify the flavor of FODFT method
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 FODFT(2n-1)@D+A (HT) / FODFT(2n+1)@D-A (ET) 2 FODFT(2n)@DA 3 FODFT(2n-1)@DA (HT) / FODFT(2n+1)@D-A- (ET)
RECOMMENDATION:
       The default approach shows the best overall performance

FRAG_DIABAT_DOHT
       Specify whether hole or electron transfer is considered
TYPE:
       BOOLEAN
DEFAULT:
       TRUE
OPTIONS:
       TRUE Do hole transfer FALSE Do electron transfer
RECOMMENDATION:
       Need to be specified for POD and FODFT calculations

FRAG_DIABAT_METHOD
       Specify fragment based diabatization method
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       ALMO_MSDFT Perform ALMO(MSDFT) diabatization POD Perform projection operator diabatization ESID The energy-split-in-dimer method,980 which is equivalent to the FMO approach introduced in Sec. 10.15.2.5 FODFT Calculate electronic coupling using fragment orbital DFT
RECOMMENDATION:
       NONE

FRAG_DIABAT_PRINT
       Specify the print level for fragment based diabatization calculations
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 No additional prints 1 Currently it can be used to print out the entire 𝐅¯da in POD
RECOMMENDATION:
       Use 1 if electron/hole transfer between multiple orbital pairs needs to considered in POD

GAP_TOL
       HOMO/LUMO gap threshold to control whether to shift the diagonal elements of the virtual block of the Fock matrix or not. If the HOMO/LUMO gap is less than this threshold, at a given SCF iteration, then the diagonal elements of the virtual block of the Fock matrix are shifted. Otherwise no level-shift is applied.
TYPE:
       INTEGER
DEFAULT:
       300
OPTIONS:
       User-defined
RECOMMENDATION:
       The input number must be an integer between 0 and 9999. The actual threshold is equal to GAP_TOL divided by 1000, in Hartree. The default value is provided to make the level-shifting calculation run and should not be taken as optimal for any specific problem. Trial and error may be required to find the optimal threshold. Larger values of GAP_TOL generally lead to level-shifting being used more frequently during the SCF convergence process.

GEN_SCFMAN_EMBED
       Run a projector-based embedding calculation using the implementation based onGEN_SCFMAN
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform a projector-based embedding calculation FALSE Do not perform an embedding calculation
RECOMMENDATION:
       None

JOBTYPE
       Specifies the calculation.
TYPE:
       STRING
DEFAULT:
       Default is single-point, which should be changed to one of the following options.
OPTIONS:
       OPT Equilibrium structure optimization. TS Transition structure optimization is currently not available in NEO. RPATH Intrinsic reaction path following is currently not available in NEO.
RECOMMENDATION:
       Application-dependent. Always use SYM_IGNORE = 1 with geometry optimization.

LEVEL_SHIFT
       Determine whether to invoke level-shifting or not together with DIIS.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TURE, FALSE
RECOMMENDATION:
       Use TRUE if level-shifting is necessary to accelerate SCF convergence.

LOCAL_CIS
       Invoke ALMO-CIS/ALMO-CIS+CT.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Regular CIS 1 ALMO-CIS/ALMO-CIS+CT without RI(slow) 2 ALMO-CIS/ALMO-CIS+CT with RI
RECOMMENDATION:
       2 if ALMO-CIS is desired.

LSHIFT
       Constant shift applied to all diagonal elements of the virtual block of the Fock matrix.
TYPE:
       INTEGER
DEFAULT:
       200
OPTIONS:
       User-defined
RECOMMENDATION:
       The input number must be an integer between 0 and 9999. The actual shift is equal to GAP_TOL divided by 1000, in Hartree. The default value is provided to make the level-shifting calculation run and should not be taken as optimal for any specific problem. Trial and error may be required to find the optimal threshold. Larger level shifts make the SCF process more stable but also slow down convergence, thus requiring more SCF cycles.

MAX_DP_CYCLES
       The maximum number of SCF iterations with damping when SCF_ALGORITHM = DP_DIIS and DP_GDM. See also THRESH_DP_SWITCH.
TYPE:
       INTEGER
DEFAULT:
       3
OPTIONS:
       1 Only a single SCF step with damping, and no damping for the remaining SCF steps. n n SCF iterations with damping before turning damping off.
RECOMMENDATION:
       Increase this number if strong fluctuation continues after damping is turned off.

MAX_LS_CYCLES
       The maximum number of DIIS iterations with level-shifting when SCF_ALGORITHM = LS_DIIS. See also THRESH_LS_SWITCH.
TYPE:
       INTEGER
DEFAULT:
       MAX_SCF_CYCLES
OPTIONS:
       1 Only a single DIIS step with level-shifting, and no level-shifting for the remaining DIIS steps. n n DIIS iterations with level-shifting before turning level-shifting off.
RECOMMENDATION:
       None

MAX_SCF_CYCLES
       Controls the maximum number of SCF iterations permitted.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       n n>0 User-selected.
RECOMMENDATION:
       Increase for slowly converging systems such as those containing transition metals.

METHOD
       Specifies the exchange-correlation functional.
TYPE:
       STRING
DEFAULT:
       No default
OPTIONS:
       NAME Use METHOD = NAME, where NAME is one of the following: HF for Hartree-Fock theory; one of the DFT methods listed in Section 5.3.4.;
RECOMMENDATION:
       In general, consult the literature to guide your selection. Our recommendations for DFT are indicated in bold in Section 5.3.4.

MOM_METHOD
       Determines the target orbitals with which to maximize the overlap on each SCF cycle.
TYPE:
       INTEGER
DEFAULT:
       MOM
OPTIONS:
       MOM Maximize overlap with the orbitals from the previous SCF cycle. IMOM Maximize overlap with the initial guess orbitals.
RECOMMENDATION:
       If appropriate guess orbitals can be obtained, then IMOM can provide more reliable convergence to the desired solution.40

MSDFT_METHOD
       Specify the scheme for ALMO(MSDFT)
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       1 The original MSDFT scheme [Eq. (10.115)] 2 The ALMO(MSDFT2) approach [Eq. (10.118)]
RECOMMENDATION:
       Use the default method. Note that the method will be automatically reset to 1 if a meta-GGA functional is requested.

MSDFT_PINV_THRESH
       Set the threshold for pseudo-inverse of the interstate overlap
TYPE:
       INTEGER
DEFAULT:
       4
OPTIONS:
       n Set the threshold to 10-n
RECOMMENDATION:
       Use the default value

NDAMP
       Determine the mixing coefficient. α = NDAMP/100.
TYPE:
       INTEGER
DEFAULT:
       75
OPTIONS:
       User-defined. Integers between 0 and 100.
RECOMMENDATION:
       Increase NDAMP if strong fluctuations happen during the SCF process.

NEO_BASIS_LIN_DEP_THRESH
       This keyword is used to set the liner dependency threshold for nuclear basis sets. It is defined as 10-NEO_BASIS_LIN_DEP_THRESH.
TYPE:
       DOUBLE
DEFAULT:
       5.0
OPTIONS:
       User-defined
RECOMMENDATION:
       No recommendation.

NEO_EPC
       Specifies the electron-proton correlation functional.
TYPE:
       STRING
DEFAULT:
       No default
OPTIONS:
       NAME Use NEO_EPC = NAME, where NAME can be either epc172 or epc19.
RECOMMENDATION:
       Consult the NEO literature to guide your selection.

NEO_E_CONV
       Energy convergence criteria in the NEO-SCF calculations so that the difference in energy between electronic and protonic iterations is less than 10-NEO_E_CONV.
TYPE:
       INTEGER
DEFAULT:
       8
OPTIONS:
       User-defined
RECOMMENDATION:
       Tighter criteria for geometry optimization are recommended.

NEO_ISOTOPE
       Enable calculations of different types of isotopes. Only one type of isotope is allowed at present.
TYPE:
       INTEGER
DEFAULT:
       1 Default is the proton isotope.
OPTIONS:
       1 This NEO calculation is using proton isotope. 2 This NEO calculation is using deuterium isotope. 3 This NEO calculation is using tritium isotope.
RECOMMENDATION:
       Refer to the NEO literature for the best performance on the isotope effects calculations.

NEO_N_SCF_CONVERGENCE
       NEO-SCF is considered converged when the nuclear wave function error is less that 10-NEO_N_SCF_CONVERGENCE.
TYPE:
       INTEGER
DEFAULT:
       7
OPTIONS:
       User-defined
RECOMMENDATION:
       None.

NEO_PURECART
       This keyword is used to specify Cartesian or spherical Gaussians for nuclear basis functions.
TYPE:
       INTEGER
DEFAULT:
       2222
OPTIONS:
       User-defined
RECOMMENDATION:
       Default are Cartesian Gaussians. 1111 would define spherical Gaussians similar to keyword PURECART. Current NEO calculations do not support Cartesian electronic or nuclear basis sets with h angular momentum.

NEO_VPP
       Remove J-K terms from the nuclear Fock matrix and the corresponding kernel terms for NEO excited state methods for the case of one quantum proton.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       1 Enable this option. 0 Disable this option.
RECOMMENDATION:
       Use this only in the case of one quantum hydrogen.

NEO
       Enable a NEO-SCF calculation.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Enable a NEO-SCF calculation. FALSE Disable a NEO-SCF calculation.
RECOMMENDATION:
       Set to TRUE if desired.

NN_THRESH
       The distance cutoff for neighboring fragments (between which CT is enabled).
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not include interfragment transitions (ALMO-CIS). n Include interfragment excitations between pairs of fragments the distances between whom are smaller than n Bohr (ALMO-CIS+CT).
RECOMMENDATION:
       None

RR_NO_NORMALISE
       Controls whether frequency job calculates resonance-Raman intensities
TYPE:
       LOGICAL
DEFAULT:
       False
OPTIONS:
       False Normalise RR intensities True Doesn’t normalise RR intensities
RECOMMENDATION:
       False

SCF_ALGORITHM
       Algorithm used for converging the SCF.
TYPE:
       STRING
DEFAULT:
       DIIS Pulay DIIS.
OPTIONS:
       DIIS Pulay DIIS. DM Direct minimizer. DIIS_DM Uses DIIS initially, switching to direct minimizer for later iterations (See THRESH_DIIS_SWITCH, MAX_DIIS_CYCLES). DIIS_GDM Use DIIS and then later switch to geometric direct minimization (See THRESH_DIIS_SWITCH, MAX_DIIS_CYCLES). GDM Geometric Direct Minimization. RCA Relaxed constraint algorithm RCA_DIIS Use RCA initially, switching to DIIS for later iterations (see THRESH_RCA_SWITCH and MAX_RCA_CYCLES described later in this chapter) ROOTHAAN Roothaan repeated diagonalization.
RECOMMENDATION:
       In the NEO methods, the GDM procedure is recommended.

SCF_CONVERGENCE
       NEO-SCF is considered converged when the electronic wave function error is less that 10-SCF_CONVERGENCE. Adjust the value of THRESH at the same time. (Starting with Q-Chem 3.0, the DIIS error is measured by the maximum error rather than the RMS error as in earlier versions.)
TYPE:
       INTEGER
DEFAULT:
       5 For single point energy calculations. 8 For geometry optimizations.
OPTIONS:
       User-defined
RECOMMENDATION:
       None.

SET_ROOTS
       Sets the number of NEO excited state roots to find by Davidson or display the number of roots obtained by direct diagonalization.
TYPE:
       INTEGER
DEFAULT:
       0 Do not look for any excited states.
OPTIONS:
       n n>0 Looks for n NEO excited states.
RECOMMENDATION:
       None

SET_RPA
       Do a NEO-TDDFT or NEO-TDHF calculation.
TYPE:
       LOGICAL/INTEGER
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do a NEO-TDA or NEO-CIS calculation. TRUE Do a NEO-TDDFT or NEO-TDHF calculation.
RECOMMENDATION:
       Consult the NEO literature to guide your selection.

SPADE_PARTITION
       Use the SPADE approach to determine the initial set of embedded (active) orbitals
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Use SPADE to partition the occupied space FALSE Use the Pipek-Mezey localization + Mulliken population to assign occupied orbitals
RECOMMENDATION:
       Use SPADE if a significant gap in the spectrum of singular values can be detected.

THRESH_DP_SWITCH
       The threshold for turning off damping in SCF iterations is 10-THRESH_DP_SWITCH when SCF_ALGORITHM is set to DP_DIIS or DP_GDM. See also MAX_DP_CYCLES.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       User-defined.
RECOMMENDATION:
       None

THRESH_LS_SWITCH
       The threshold for turning off level-shifting in DIIS is 10-THRESH_LS_SWITCH when SCF_ALGORITHM is set to LS_DIIS. See also MAX_LS_CYCLES.
TYPE:
       INTEGER
DEFAULT:
       4
OPTIONS:
       User-defined.
RECOMMENDATION:
       None

UNRESTRICTED
       Controls the use of restricted or unrestricted orbitals.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Closed-shell systems. TRUE Open-shell systems.
OPTIONS:
       FALSE Constrain the spatial part of the alpha and beta orbitals to be the same. TRUE Do not Constrain the spatial part of the alpha and beta orbitals.
RECOMMENDATION:
       The ROHF method is not available. Note that for unrestricted calculations on systems with an even number of electrons it is usually necessary to break α/β symmetry in the initial guess, by using SCF_GUESS_MIX or providing $occupied information (see Section 4.4 on initial guesses).

XC_GRID
       Specifies the type of grid to use for DFT calculations.
TYPE:
       INTEGER
DEFAULT:
       Functional-dependent; see Table 5.3.
OPTIONS:
       0 Use SG-0 for H, C, N, and O; SG-1 for all other atoms. n Use SG-n for all atoms, n=1,2, or 3 XY A string of two six-digit integers X and Y, where X is the number of radial points and Y is the number of angular points where possible numbers of Lebedev angular points, which must be an allowed value from Table 5.2 in Section 5.5. -XY Similar format for Gauss-Legendre grids, with the six-digit integer X corresponding to the number of radial points and the six-digit integer Y providing the number of Gauss-Legendre angular points, Y=2N2.
RECOMMENDATION:
       Use the default unless numerical integration problems arise. Larger grids may be required for optimization and frequency calculations.

HARM_FORCE
       Sets the force constant for harmonic confiner
TYPE:
       INTEGER
DEFAULT:
       No default
OPTIONS:
       User defined
RECOMMENDATION:
       None

HARM_OPT
       Controls whether the job uses confining potentials
TYPE:
       LOGICAL
DEFAULT:
       False
OPTIONS:
       False Do not use the potential True Use the potential
RECOMMENDATION:
       False

HOATOMS
       Controls the number of confined atom
TYPE:
       INTEGER
DEFAULT:
       No default
OPTIONS:
       User defined
RECOMMENDATION:
       None

COMPLEX_EXPONENTS
       Enable a non-Hermitian calculation with CBFs.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform a non-Hermitian calculation with CBFs
RECOMMENDATION:
       Set to TRUE if a non-Hermitian calculation using CBFs is desired.

COMPLEX_METSCF
       Specify the NH-SCF solver
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       0 Roothaan iterations 1 DIIS 3 ADIIS 21 Newton-MINRES
RECOMMENDATION:
       Use the default (DIIS).

COMPLEX_N_ELECTRON
       Add electrons for non-Hermitian calculation.
TYPE:
       INTEGER
DEFAULT:
       0 Perform the non-Hermitian calculation on N-electrons
OPTIONS:
       n Perform the non-Hermitian calculation on an N+n electron system
RECOMMENDATION:
       None

COMPLEX_SCF_GUESS
       Specify the NH-SCF guess
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use a guess from a static-exchange calculation 1 Read real-basis MO coefficients 2 Read real-basis density matrix 1000 Read guess from a previous calculation
RECOMMENDATION:
       Use a guess from a static exchange calculation. Note that for temporary anions, this requires the specification of COMPLEX_TARGET.

COMPLEX_SCF
       Perform a non-Hermitian SCF calculation with CBFs
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not perform an NH-SCF calculation 1 Perform a restricted NH-SCF calculation 2 Perform an unrestricted NH-SCF calculation 3 Perform a restricted, open-shell NH-SCF calculation
RECOMMENDATION:
       None

COMPLEX_SPIN_STATE
       Spin state for non-Hermitian calculation
TYPE:
       INTEGER
DEFAULT:
       1 Singlet
OPTIONS:
       2S+1 A state of spin S
RECOMMENDATION:
       None

COMPLEX_STATIC_EXCHANGE
       Perform a CBF static-exchange calculation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform a static exchange calculation FALSE Do not perform a static exchange calculation
RECOMMENDATION:
       Set to TRUE if a static-exchange calculation is desired.

COMPLEX_TARGET
       Specify the orbital index to be occupied for a temporary anion
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Orbital index (starting at zero) for the additional electron
RECOMMENDATION:
       n should always be greater than Nocc-1.

NOCIS
       Run a NOCIS calculation
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       False Do not run a NOCIS calculation. True Run a NOCIS calculation.
RECOMMENDATION:
       This variable must be set to true to run a NOCIS or a 1C-NOCIS calculation.

NOCI_DETGEN
       Control how the multiple determinants for NOCI are created.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use only the initial reference determinants. 1 Generate CIS excitations from each reference determinant. 2 Generate all FCI excitations from each reference determinant. 3 Generate n multiple determinants using SCF metadynamics, where n is given by SCF_SAVEMINIMA = n. 4 Generate all CAS excitations from each reference determinant, where the active orbitals are specified using $active_orbitals.
RECOMMENDATION:
       By default, these multiple determinants are optimized at the SCF level before running NOCI. This behaviour can be turned off using by specifying SKIP_SCFMAN = TRUE.

NOCI_NEIGVAL
       The number of NOCI eigenvalues to be printed.
TYPE:
       INTEGER
DEFAULT:
       10
OPTIONS:
       n Positive integer
RECOMMENDATION:
       Increase this to print progressively higher NOCI energies.

NOCI_REFGEN
       Control how the initial reference determinants are created.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Generate initial reference determinant from a single SCF calculation. 1 Read (multiple) initial reference determinants from a previous calculation.
RECOMMENDATION:
       The specific reference determinants to be read from a previous calculation can be indicated using the $scf_read keyword.

NUM_REF
       Set the number of atoms (references) to be included in the excitation calculation
TYPE:
       Integer
DEFAULT:
       None
OPTIONS:
       n Positive integer
RECOMMENDATION:
       This variable determines the number of references for the calculation. As an example, for the oxygen K-edge in CO2, the number of references would be would be 2 (two oxygen atoms), whereas for carbon it would be 1 (one carbon atom).

ONE_CENTER
       Run a 1C-NOCIS calculation
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       False Run a NOCIS calculation. True Run a 1C-NOCIS calculation.
RECOMMENDATION:
       This variable must be set to true to run a 1C-NOCIS calculation, and NOCIS must be set to true as well.

ORB_OFFSET
       Determine the starting orbital for a NOCIS/STEX/1C-NOCIS calculation
TYPE:
       Integer
DEFAULT:
       None
OPTIONS:
       n Positive integer
RECOMMENDATION:
       This variable determines the starting orbital for the calculation. As an example, for the oxygen K-edge in CO2, the starting orbital would be 0, whereas for carbon it would be 2.

SCF_EESCALE_ARG
       Control the phase angle of the complex λ electron-electron scaling.
TYPE:
       INTEGER
DEFAULT:
       00000 meaning 0.0000
OPTIONS:
       abcde corresponding to a.bcde
RECOMMENDATION:
       A complex phase angle of 00500, meaning 0.0500, is usually sufficient to follow a solution safely past the Coulson-Fischer point and onto its complex holomorphic counterpart.

SCF_EESCALE_MAG
       Control the magnitude of the λ electron-electron scaling.
TYPE:
       INTEGER
DEFAULT:
       10000 meaning 1.0000
OPTIONS:
       abcde corresponding to a.bcde
RECOMMENDATION:
       For holomorphic Hartree-Fock orbitals, only the magnitude of the input is used, while for real Hartree-Fock orbitals, the input sign indicates the sign of λ.

SCF_HOLOMORPHIC
       Turn on the use of holomorphic Hartree-Fock orbitals.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Holomorphic Hartree-Fock is turned off TRUE Holomorphic Hartree-Fock is turned on.
RECOMMENDATION:
       If TRUE, holomorphic Hartree-Fock complex orbital coefficients will always be used. If FALSE, but COMPLEX = TRUE, complex Hermitian orbitals will be used.

STEX
       Run a STEX calculation
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       False Do not run a STEX calculation. True Run a STEX calculation.
RECOMMENDATION:
       This variable must be set to true to run a STEX calculation. NOCIS cannot be set to true.

USE_LIBNOCI
       Turn on the use of LIBNOCI for running NOCI calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       False Do not use LIBNOCI (uses original Q-Chem implementation). True Use the LIBNOCI implementation.
RECOMMENDATION:
       The $rem variables detailed below are only available in LIBNOCI.

PLOT_ALMO_FRZ
       Plot ALMOs at the frozen stage of EDA2 calculations
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not plot frozen ALMOs TRUE Plot frozen ALMOs
RECOMMENDATION:
       None

PLOT_ALMO_POL
       Plot ALMOs after the polarization calculation
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not plot polarized ALMOs TRUE Plot polarized ALMOs
RECOMMENDATION:
       None

FDIFF_STEPSIZE
       Displacement used for calculating derivatives by finite difference.
TYPE:
       INTEGER
DEFAULT:
       1 Corresponding to 1.88973×10-5 a.u.
OPTIONS:
       n Use a step size of n times the default value.
RECOMMENDATION:
       Use the default unless problems arise.

RESPONSE_POLAR
       Control the use of analytic or numerical polarizabilities.
TYPE:
       INTEGER
DEFAULT:
       0 or -1 = 0 for HF or DFT, -1 for all other methods
OPTIONS:
       0 Perform an analytic polarizability calculation. -1 Perform a numeric polarizability calculation even when analytic 2nd derivatives are available.
RECOMMENDATION:
       None

ADC_CVS
       Activates the use of the CVS approximation for the calculation of CVS-ADC core-excited states.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Activates the CVS approximation. FALSE Do not compute core-excited states using the CVS approximation.
RECOMMENDATION:
       Set to TRUE, if to obtain core-excited states for the simulation of X-ray absorption spectra. In the case of TRUE, the $rem variable CC_REST_OCC has to be defined as well.

ADC_C_C
       Set the spin-opposite scaling parameter cc for the ADC(2) calculation. The parameter value is obtained by multiplying the given integer by 10-3.
TYPE:
       INTEGER
DEFAULT:
       1170 Optimized value cc=1.17 for ADC(2)-s or 1000 cc=1.0 for ADC(2)-x
OPTIONS:
       n Corresponding to n10-3
RECOMMENDATION:
       Use the default.

ADC_C_T
       Set the spin-opposite scaling parameter cT for an SOS-ADC(2) calculation. The parameter value is obtained by multiplying the given integer by 10-3.
TYPE:
       INTEGER
DEFAULT:
       1300 Optimized value cT=1.3.
OPTIONS:
       n Corresponding to n10-3
RECOMMENDATION:
       Use the default.

ADC_C_X
       Set the spin-opposite scaling parameter cx for the ADC(2)-x calculation. The parameter value is obtained by multiplying the given integer by 10-3.
TYPE:
       INTEGER
DEFAULT:
       1300 Optimized value cx=0.9 for ADC(2)-x.
OPTIONS:
       n Corresponding to n10-3
RECOMMENDATION:
       Use the default.

ADC_DAVIDSON_CONV
       Controls the convergence criterion of the Davidson procedure.
TYPE:
       INTEGER
DEFAULT:
       6 Corresponding to 10-6
OPTIONS:
       n12 Corresponding to 10-n.
RECOMMENDATION:
       Use the default unless higher accuracy is required or convergence problems are encountered.

ADC_DAVIDSON_MAXITER
       Controls the maximum number of iterations of the Davidson procedure.
TYPE:
       INTEGER
DEFAULT:
       60
OPTIONS:
       n Number of iterations
RECOMMENDATION:
       Use the default unless convergence problems are encountered.

ADC_DAVIDSON_MAXSUBSPACE
       Controls the maximum subspace size for the Davidson procedure.
TYPE:
       INTEGER
DEFAULT:
       5× the number of excited states to be calculated.
OPTIONS:
       n User-defined integer.
RECOMMENDATION:
       Should be at least 2-4× the number of excited states to calculate. The larger the value the more disk space is required.

ADC_DAVIDSON_THRESH
       Controls the threshold for the norm of expansion vectors to be added during the Davidson procedure.
TYPE:
       INTEGER
DEFAULT:
       Twice the value of ADC_DAVIDSON_CONV, but at maximum 10-14.
OPTIONS:
       n14 Corresponding to 10-n
RECOMMENDATION:
       Use the default unless convergence problems are encountered. The threshold value 10-n should always be smaller than the convergence criterion ADC_DAVIDSON_CONV.

ADC_DIIS_ECONV
       Controls the convergence criterion for the excited state energy during DIIS.
TYPE:
       INTEGER
DEFAULT:
       6 Corresponding to 10-6
OPTIONS:
       n Corresponding to 10-n
RECOMMENDATION:
       None

ADC_DIIS_MAXITER
       Controls the maximum number of DIIS iterations.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       n User-defined integer.
RECOMMENDATION:
       Increase in case of slow convergence.

ADC_DIIS_RCONV
       Convergence criterion for the residual vector norm of the excited state during DIIS.
TYPE:
       INTEGER
DEFAULT:
       6 Corresponding to 10-6
OPTIONS:
       n Corresponding to 10-n
RECOMMENDATION:
       None

ADC_DIIS_SIZE
       Controls the size of the DIIS subspace.
TYPE:
       INTEGER
DEFAULT:
       7
OPTIONS:
       n User-defined integer
RECOMMENDATION:
       None

ADC_DIIS_START
       Controls the iteration step at which DIIS is turned on.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       n User-defined integer.
RECOMMENDATION:
       Set to a large number to switch off DIIS steps.

ADC_DO_DIIS
       Activates the use of the DIIS algorithm for the calculation of ADC(2) excited states.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Use DIIS algorithm. FALSE Do diagonalization using Davidson algorithm.
RECOMMENDATION:
       None.

ADC_NGUESS_DOUBLES
       Controls the number of excited state guess vectors which are double excitations.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined integer.
RECOMMENDATION:
      

ADC_NGUESS_SINGLES
       Controls the number of excited state guess vectors which are single excitations. If the number of requested excited states exceeds the total number of guess vectors (singles and doubles), this parameter is automatically adjusted, so that the number of guess vectors matches the number of requested excited states.
TYPE:
       INTEGER
DEFAULT:
       Equals to the number of excited states requested.
OPTIONS:
       n User-defined integer.
RECOMMENDATION:
       Increase if there are convergence problems.

ADC_PRINT
       Controls the amount of printing during an ADC calculation.
TYPE:
       INTEGER
DEFAULT:
       1 Basic status information and results are printed.
OPTIONS:
       0 Quiet: almost only results are printed. 1 Normal: basic status information and results are printed. 2 Debug: more status information, extended information on timings.
RECOMMENDATION:
       Use the default.

ADC_PROP_ES2ES
       Controls the calculation of transition properties between excited states (currently only transition dipole moments and oscillator strengths), as well as the computation of two-photon absorption cross-sections of excited states using the sum-over-states expression.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Calculate state-to-state transition properties. FALSE Do not compute transition properties between excited states.
RECOMMENDATION:
       Set to TRUE, if state-to-state properties or sum-over-states two-photon absorption cross-sections are required.

ADC_PROP_ES
       Controls the calculation of excited state properties (currently only dipole moments).
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Calculate excited state properties. FALSE Do not compute state properties.
RECOMMENDATION:
       Set to TRUE, if properties are required.

ADC_PROP_TPA
       Controls the calculation of two-photon absorption cross-sections of excited states using matrix inversion techniques.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Calculate two-photon absorption cross-sections. FALSE Do not compute two-photon absorption cross-sections.
RECOMMENDATION:
       Set to TRUE, if to obtain two-photon absorption cross-sections.

ADD_CHARGED_CAGE
       Add a point charge cage of a given radius and total charge.
TYPE:
       INTEGER
DEFAULT:
       0 No cage.
OPTIONS:
       0 No cage. 1 Dodecahedral cage. 2 Spherical cage.
RECOMMENDATION:
       Spherical cage is expected to yield more accurate results, especially for small radii.

AFSSH
       Adds decoherence approximation to surface hopping calculation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Traditional surface hopping, no decoherence. 1 Use augmented fewest-switches surface hopping (AFSSH).
RECOMMENDATION:
       AFSSH will increase the cost of the calculation, but may improve accuracy for some systems. See Refs.  930, 933, 527 for more detail.

AIFDEM_CTSTATES
       Include charge-transfer-like cation/anion pair states in the AIFDEM basis.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Include CT states. FALSE Do not include CT states.
RECOMMENDATION:
       None

AIFDEM_EMBED_RANGE
       Specifies the size of the QM region for charge embedding
TYPE:
       INTEGER
DEFAULT:
       FULL_QM
OPTIONS:
       FULL_QM No charge embedding. 0 Treat only excited fragments with QM. n Range (in Å) from excited fragments within which to treat other fragments with QM.
RECOMMENDATION:
       The minimal threshold of zero Å typically maintains accuracy while significantly reducing computational time.

AIFDEM_NTOTHRESH
       Controls the number of NTOs that are retained in the exciton-site basis states.
TYPE:
       INTEGER
DEFAULT:
       99
OPTIONS:
       n Threshold percentage of the norm of fragment NTO amplitudes.
RECOMMENDATION:
       A threshold of 85% gives a good trade-off of computational time and accuracy for organic molecules.

AIFDEM
       Perform an AIFDEM calculation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not perform an AIFDEM calculation. TRUE Perform an AIFDEM calculation.
RECOMMENDATION:
       False

AIMD_FICT_MASS
       Specifies the value of the fictitious electronic mass μ, in atomic units, where μ has dimensions of (energy)×(time)2.
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       User-specified
RECOMMENDATION:
       Values in the range of 50–200 a.u. have been employed in test calculations; consult Ref. 373 for examples and discussion.

AIMD_INIT_VELOC
       Specifies the method for selecting initial nuclear velocities.
TYPE:
       STRING
DEFAULT:
       None
OPTIONS:
       THERMAL Random sampling of nuclear velocities from a Maxwell-Boltzmann distribution. The user must specify the temperature in Kelvin via the $rem variable AIMD_TEMP. ZPE Choose velocities in order to put zero-point vibrational energy into each normal mode, with random signs. This option requires that a frequency job to be run beforehand. QUASICLASSICAL Puts vibrational energy into each normal mode. In contrast to the ZPE option, here the vibrational energies are sampled from a Boltzmann distribution at the desired simulation temperature. This also triggers several other options, as described below.
RECOMMENDATION:
       This variable need only be specified in the event that velocities are not specified explicitly in a $velocity section.

AIMD_LANGEVIN_TIMESCALE
       Sets the timescale (strength) of the Langevin thermostat
TYPE:
       INTEGER
DEFAULT:
       none
OPTIONS:
       n Thermostat timescale,asn n fs
RECOMMENDATION:
       Smaller values (roughly 100) equate to tighter thermostats but may inhibit rapid sampling. Larger values (1000) allow for more rapid sampling but may take longer to reach thermal equilibrium.

AIMD_METHOD
       Selects an ab initio molecular dynamics algorithm.
TYPE:
       STRING
DEFAULT:
       BOMD
OPTIONS:
       BOMD Born-Oppenheimer molecular dynamics. CURVY Curvy-steps Extended Lagrangian molecular dynamics.
RECOMMENDATION:
       BOMD yields exact classical molecular dynamics, provided that the energy is tolerably conserved. ELMD is an approximation to exact classical dynamics whose validity should be tested for the properties of interest.

AIMD_MOMENTS
       Requests that multipole moments be output at each time step.
TYPE:
       INTEGER
DEFAULT:
       0 Do not output multipole moments.
OPTIONS:
       n Output the first n multipole moments.
RECOMMENDATION:
       None

AIMD_NUCL_DACF_POINTS
       Number of time points to use in the dipole auto-correlation function for an AIMD trajectory
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not compute dipole auto-correlation function. 1nAIMD_STEPS Compute dipole auto-correlation function for last n timesteps of the trajectory.
RECOMMENDATION:
       If the DACF is desired, set equal to AIMD_STEPS.

AIMD_NUCL_SAMPLE_RATE
       The rate at which sampling is performed for the velocity and/or dipole auto-correlation function(s). Specified as a multiple of steps; i.e., sampling every step is 1.
TYPE:
       INTEGER
DEFAULT:
       None.
OPTIONS:
       1nAIMD_STEPS Update the velocity/dipole auto-correlation function every n steps.
RECOMMENDATION:
       Since the velocity and dipole moment are routinely calculated for ab initio methods, this variable should almost always be set to 1 when the VACF/DACF are desired.

AIMD_NUCL_VACF_POINTS
       Number of time points to use in the velocity auto-correlation function for an AIMD trajectory
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not compute velocity auto-correlation function. 1nAIMD_STEPS Compute velocity auto-correlation function for last n time steps of the trajectory.
RECOMMENDATION:
       If the VACF is desired, set equal to AIMD_STEPS.

AIMD_QCT_INITPOS
       Chooses the initial geometry in a QCT-MD simulation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use the equilibrium geometry. n Picks a random geometry according to the harmonic vibrational wave function. -n Generates n random geometries sampled from the harmonic vibrational wave function.
RECOMMENDATION:
       None.

AIMD_QCT_WHICH_TRAJECTORY
       Picks a set of vibrational quantum numbers from a random distribution.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       n Picks the nth set of random initial velocities. -n Uses an average over n random initial velocities.
RECOMMENDATION:
       Pick a positive number if you want the initial velocities to correspond to a particular set of vibrational occupation numbers and choose a different number for each of your trajectories. If initial velocities are desired that corresponds to an average over n trajectories, pick a negative number.

AIMD_SHORT_TIME_STEP
       Specifies a shorter electronic time step for FSSH calculations.
TYPE:
       INTEGER
DEFAULT:
       TIME_STEP
OPTIONS:
       n Specify an electronic time step duration of n/AIMD_TIME_STEP_CONVERSION a.u. If n is less than the nuclear time step variable TIME_STEP, the electronic wave function will be integrated multiple times per nuclear time step, using a linear interpolation of nuclear quantities such as the energy gradient and derivative coupling. Note that n must divide TIME_STEP evenly.
RECOMMENDATION:
       Make AIMD_SHORT_TIME_STEP as large as possible while keeping the trace of the density matrix close to unity during long simulations. Note that while specifying an appropriate duration for the electronic time step is essential for maintaining accurate wave function time evolution, the electronic-only time steps employ linear interpolation to estimate important quantities. Consequently, a short electronic time step is not a substitute for a reasonable nuclear time step.

AIMD_STEPS
       Specifies the requested number of molecular dynamics steps.
TYPE:
       INTEGER
DEFAULT:
       None.
OPTIONS:
       User-specified.
RECOMMENDATION:
       None.

AIMD_TEMP
       Specifies a temperature (in Kelvin) for Maxwell-Boltzmann velocity sampling.
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       User-specified number of Kelvin.
RECOMMENDATION:
       This variable is only useful in conjunction with AIMD_INIT_VELOC = THERMAL. Note that the simulations are run at constant energy, rather than constant temperature, so the mean nuclear kinetic energy will fluctuate in the course of the simulation.

AIMD_THERMOSTAT
       Applies thermostatting to AIMD trajectories.
TYPE:
       INTEGER
DEFAULT:
       none
OPTIONS:
       LANGEVIN Stochastic, white-noise Langevin thermostat NOSE_HOOVER Time-reversible, Nosé-Hoovery chain thermostat
RECOMMENDATION:
       Use either thermostat for sampling the canonical (NVT) ensemble.

AIMD_TIME_STEP_CONVERSION
       Modifies the molecular dynamics time step to increase granularity.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       n The molecular dynamics time step is TIME_STEP/n a.u.
RECOMMENDATION:
       None

ANHAR_SEL
       Select a subset of normal modes for subsequent anharmonic frequency analysis.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Use all normal modes
OPTIONS:
       TRUE Select subset of normal modes
RECOMMENDATION:
       None

ANHAR
       Performing various nuclear vibrational theory (TOSH, VPT2, VCI) calculations to obtain vibrational anharmonic frequencies.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Carry out the anharmonic frequency calculation. FALSE Do harmonic frequency calculation.
RECOMMENDATION:
       Since this calculation involves the third and fourth derivatives at the minimum of the potential energy surface, it is recommended that the GEOM_OPT_TOL_DISPLACEMENT, GEOM_OPT_TOL_GRADIENT and GEOM_OPT_TOL_ENERGY tolerances are set tighter. Note that VPT2 calculations may fail if the system involves accidental degenerate resonances. See the VCI $rem variable for more details about increasing the accuracy of anharmonic calculations.

ANTIBOND
       Triggers Antibond subroutine to generate antibonding orbitals after a converged SCF
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Does not localize the virtual space. 1 Localizes the virtual space, one antibonding for every bond. 2,3 Fill the virtual space with antibonding orbitals-like guesses. 4 Does Frozen Natural Orbitals and leaves them on scratch for future jobs or visualization.
RECOMMENDATION:
       None

ARI_R0
       Determines the value of the inner fitting radius (in Ångstroms)
TYPE:
       INTEGER
DEFAULT:
       4 A value of 4 Å will be added to the atomic van der Waals radius.
OPTIONS:
       n User defined radius.
RECOMMENDATION:
       For some systems the default value may be too small and the calculation will become unstable.

ARI_R1
       Determines the value of the outer fitting radius (in Ångstroms)
TYPE:
       INTEGER
DEFAULT:
       5 A value of 5 Å will be added to the atomic van der Waals radius.
OPTIONS:
       n User defined radius.
RECOMMENDATION:
       For some systems the default value may be too small and the calculation will become unstable. This value also determines, in part, the smoothness of the potential energy surface.

ARI
       Toggles the use of the atomic resolution-of-the-identity (ARI) approximation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE ARI will not be used by default for an RI-JK calculation.
OPTIONS:
       TRUE Turn on ARI.
RECOMMENDATION:
       For large (especially 1D and 2D) molecules the approximation may yield significant improvements in Fock evaluation time.

ASCI_CDETS
       Specifies the number of determinants to search over during ASCI wavefunction growth steps.
TYPE:
       INTEGER
DEFAULT:
       -5
OPTIONS:
       N>0 search from the top N determinants N<0 search from the top determinants whose cumulative weight in the wavefunction corresponds to 1-2N
RECOMMENDATION:
       Using a dynamically determined value (N<0) gives better results.

ASCI_DAVIDSON_GUESS
       Specifies the truncated CI guess used for ASCI’s Davidson solver.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       N Order of the truncated CI to solve explicitly ASCI Davidson guess.
RECOMMENDATION:
       Accurate excited states and rapid convergence of the ground state benefit from a good zero-order guess for the low energy spectrum. The default is often sufficient.

ASCI_DIAG
       Specifies the diagonalization procedure.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       1 Davidson solver 2 Eigen sparse matrix solver
RECOMMENDATION:
       Use 2 for best trade-off of speed and memory usage. If memory usage becomes to great, switch to 1.

ASCI_NDETS
       Specifies the number of determinants to include in the ASCI wavefunction.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       N for a wavefunction with N determinants
RECOMMENDATION:
       Typical ASCI expansions range from 50,000 to 2,000,000 determinants depending on active space size, complexity of problem, and desired accuracy

ASCI_RESTART
       Specifies whether to initialize the ASCI wavefunction with the “wf_data” file.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE read CI coefficients from the “wf_data” file FALSE do not read the CI coefficients from disk
RECOMMENDATION:
      

ASCI_SKIP_PT2
       Specifies whether ASCI PT2 correction should be calculated.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE compute ASCI PT2 contribution TRUE do not compute ASCI PT2 contribution
RECOMMENDATION:
       The PT2 correction is essential to obtaining converged ASCI energies.

ASCI_SPIN_PURIFY
       Indicates whether or not the ASCI wavefunction should be augmented with missing determinants to ensure a spin-pure state.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE augment the wavefunction with determinants to ensure a spin eigenstate FALSE do not augment the wavefunction
RECOMMENDATION:
      

ASCI_USE_NAT_ORBS
       Specifies whether rotation to a natural orbital basis should be carried out between growth steps.
TYPE:
       BOOLEAN
DEFAULT:
       TRUE
OPTIONS:
       TRUE rotate to a natural orbital basis between growth wavefunction growth steps FALSE do not rotate to a natural orbital basis
RECOMMENDATION:
       Natural orbital rotations significantly improve the compactness and therefore accuracy of the ASCI wavefunction.

AUX_BASIS_CORR
       Sets the auxiliary basis set for RI-MP2 to be used or invokes RI-MP2 in case of double-hybrid DFT or MP2
TYPE:
       STRING
DEFAULT:
       No default auxiliary basis set
OPTIONS:
       General, Gen User-defined. As for BASIS Symbol Use standard auxiliary basis sets as in the table below Mixed Use a combination of different basis sets
RECOMMENDATION:
       Consult literature and EMSL Basis Set Exchange to aid your selection.

AUX_BASIS_J
       Sets the auxiliary basis set for RI-J to be used or invokes RI-J
TYPE:
       STRING
DEFAULT:
       No default auxiliary basis set
OPTIONS:
       General, Gen User-defined. As for BASIS Symbol Use standard auxiliary basis sets as in the table below Mixed Use a combination of different basis sets
RECOMMENDATION:
       Consult literature and EMSL Basis Set Exchange to aid your selection.

AUX_BASIS_K
       Sets the auxiliary basis set for RI-K or occ-RI-K to be used or invokes occ-RI-K
TYPE:
       STRING
DEFAULT:
       No default auxiliary basis set
OPTIONS:
       General, Gen User-defined. As for BASIS Symbol Use standard auxiliary basis sets as in the table below Mixed Use a combination of different basis sets
RECOMMENDATION:
       Consult literature and EMSL Basis Set Exchange to aid your selection.

AUX_BASIS
       Sets the auxiliary basis set to be used
TYPE:
       STRING
DEFAULT:
       No default auxiliary basis set
OPTIONS:
       General, Gen User-defined. As for BASIS Symbol Use standard auxiliary basis sets as in the table below Mixed Use a combination of different basis sets
RECOMMENDATION:
       Consult literature and EMSL Basis Set Exchange to aid your selection.

BASIS2
       Defines the (small) second basis set.
TYPE:
       STRING
DEFAULT:
       No default for the second basis set.
OPTIONS:
       Symbol Use standard basis sets as for BASIS. BASIS2_GEN General BASIS2 BASIS2_MIXED Mixed BASIS2
RECOMMENDATION:
       BASIS2 should be smaller than BASIS. There is little advantage to using a basis larger than a minimal basis when BASIS2 is used for initial guess purposes. Larger, standardized BASIS2 options are available for dual-basis calculations as discussed in Section 4.7 and summarized in Table 4.2.

BASISPROJTYPE
       Determines which method to use when projecting the density matrix of BASIS2
TYPE:
       STRING
DEFAULT:
       FOPPROJECTION (when DUAL_BASIS_ENERGY=false) OVPROJECTION (when DUAL_BASIS_ENERGY=true)
OPTIONS:
       FOPPROJECTION Construct the Fock matrix in the second basis OVPROJECTION Projects MOs from BASIS2 to BASIS.
RECOMMENDATION:
       None

BASIS_LIN_DEP_THRESH
       Sets the threshold for determining linear dependence in the basis set
TYPE:
       INTEGER
DEFAULT:
       6 Corresponding to a threshold of 10-6
OPTIONS:
       n Sets the threshold to 10-n
RECOMMENDATION:
       Set to 5 or smaller if you have a poorly behaved SCF and you suspect linear dependence in you basis set. Lower values (larger thresholds) may affect the accuracy of the calculation.

BASIS
       Sets the basis set to be used
TYPE:
       STRING
DEFAULT:
       No default basis set
OPTIONS:
       General, Gen User-defined. See section below Symbol Use standard basis sets as in the table below Mixed Use a combination of different basis sets
RECOMMENDATION:
       Consult literature and reviews to aid your selection.

BECKE_SHIFT
       Controls atomic cell shifting in determination of Becke weights.
TYPE:
       STRING
DEFAULT:
       UNSHIFTED
OPTIONS:
       UNSHIFTED Use the original weighting scheme of Becke (bisection point). BRAGG_SLATER Use the empirically derived Bragg-Slater radii. UNIVERSAL_DENSITY Use the ab initio derived Pacios radii.
RECOMMENDATION:
       If interested in the partitioning of the default atomic quadrature, use UNSHIFTED. If using for physical interpretation, choose BRAGG_SLATER or UNIVERSAL_DENSITY.

BONDED_EDA
       Use the bonded ALMO-EDA.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not perform bonded ALMO-EDA. 1 Perform ALMO-EDA with non-orthogonal CI. 2 Perform ALMO-EDA with spin-projected formalism.
RECOMMENDATION:
       Set to 2 for all cases where the supersystem is closed shell, only use 1 for cases where the fragments have more than one unpaired spin each.

BOYSCALC
       Specifies the Boys localized orbitals are to be calculated
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not perform localize the occupied space. 1 Allow core-valence mixing in Boys localization. 2 Localize core and valence separately.
RECOMMENDATION:
       None

BOYS_CIS_NUMSTATE
       Define how many states to mix with Boys localized diabatization. These states must be specified in the $localized_diabatization section.
TYPE:
       INTEGER
DEFAULT:
       0 Do not perform Boys localized diabatization.
OPTIONS:
       2 to N where N is the number of CIS states requested (CIS_N_ROOTS)
RECOMMENDATION:
       It is usually not wise to mix adiabatic states that are separated by more than a few eV or a typical reorganization energy in solvent.

CAGE_CHARGE
       Defines the total charge of the cage.
TYPE:
       INTEGER
DEFAULT:
       400 Add a cage charged +4e.
OPTIONS:
       n Total charge of the cage is n/100 a.u.
RECOMMENDATION:
       None

CAGE_POINTS
       Defines number of point charges for the spherical cage.
TYPE:
       INTEGER
DEFAULT:
       100
OPTIONS:
       n Number of point charges to use.
RECOMMENDATION:
       None

CAGE_RADIUS
       Defines radius of the charged cage.
TYPE:
       INTEGER
DEFAULT:
       225
OPTIONS:
       n radius is n/100 Å.
RECOMMENDATION:
       None

CALC_NAC
       Whether or not non-adiabatic couplings will be calculated for the EOM-CC, CIS, and TDDFT wave functions.
TYPE:
       INTEGER
DEFAULT:
       0 (do not compute NAC)
OPTIONS:
       1 NYI for EOM-CC 2 Compute NACs using Szalay’s approach (this what needs to be specified for EOM-CC).
RECOMMENDATION:
       Additional response equations will be solved and gradients for all EOM states and for summed states will be computed, which increases the cost of calculations. Request only when needed and do not ask for too many EOM states.

CALC_SOC
       Whether or not the spin-orbit couplings between CC/EOM/ADC/CIS/TDDFT electronic states will be calculated. In the CC/EOM-CC suite, by default the couplings are calculated between the CCSD reference and the EOM-CCSD target states. In order to calculate couplings between EOM states, CC_STATE_TO_OPT must specify the initial EOM state. If NTO analysis is requested, analysis of spinless transition density matrices will be performed and the spin–orbit integrals over NTO pairs will be printed.
TYPE:
       INTEGER/LOGICAL
DEFAULT:
       FALSE (no spin-orbit couplings will be calculated)
OPTIONS:
       0/FALSE (no spin-orbit couplings will be calculated) 1/TRUE Activates SOC calculation. EOM-CC/EOM-MP2 only: spin-orbit couplings will be computed with the new code with L+/L- averaging 2 EOM-CC/EOM-MP2 only: spin-orbit couplings will be computed with the new code without L+/L- averaging 3 EOM-CC/EOM-MP2 only: spin-orbit couplings will be computed with the legacy code
RECOMMENDATION:
       CCMAN2 supports several variants of SOC calculation for EOM-CC/EOM-MP2 methods. One-electron and mean-field two-electron SOCs will be computed by default. To enable full two-electron SOCs, two-particle EOM properties must be turned on (see CC_EOM_PROP_TE).

CALC_SOC
       Controls whether to calculate the SOC constants for EOM-CC, ADC, TDDFT/TDA and TDDFT.
TYPE:
       INTEGER/LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not perform the SOC calculation. TRUE Perform the SOC calculation.
RECOMMENDATION:
       Although TRUE/FALSE values will work, EOM-CC code has more variants of SOC evaluations. For details, consult with EOM section.

CAS_DAVIDSON_MAXVECTORS
       Specifies the maximum number of vectors to augment the Davidson search space in CAS.
TYPE:
       INTEGER
DEFAULT:
       10
OPTIONS:
       N sets the maximum Davidson subspace size to N+CAS_N_ROOTS
RECOMMENDATION:
       The default should be suitable in most cases

CAS_DAVIDSON_TOL
       Specifies the tolerance for the Davidson solver used in CAS.
TYPE:
       INTEGER
DEFAULT:
       5
OPTIONS:
       N for a threshold of 10-N
RECOMMENDATION:
       The default should be suitable in most cases

CAS_METHOD
       Indicates whether orbital optimization is requested.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Not running a CAS calculation 1 CAS-CI (no orbital optimization) 2 CASSCF (orbital optimization)
RECOMMENDATION:
       Use 2 for best accuracy, but such computations may become infeasible for large active spaces.

CAS_M_S
       The number of unpaired electrons desired in the CAS wavefunction.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       N for a wavefunction with N unpaired electrons
RECOMMENDATION:
      

CAS_N_ELEC
       Specifies the number of active electrons.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       N include N electrons in the active space -1 include all electrons in the active space
RECOMMENDATION:
       Use the smallest active space possible for the given system.

CAS_N_ORB
       Specifies the number of active orbitals.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       N include N orbitals in the active space -1 include all orbitals in the active space
RECOMMENDATION:
       Use the smallest active space possible for the given system.

CAS_N_ROOTS
       Specifies the number of electronic states to determine.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       N solve for N roots of the Hamiltonian
RECOMMENDATION:
      

CAS_SAVE_NAT_ORBS
       Save the CAS natural orbitals in place of the reference orbitals.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE overwrite the reference orbitals with CAS natural orbitals FALSE do not save the CAS natural orbitals
RECOMMENDATION:
      

CAS_SOLVER
       Specifies the solver to be used for the active space.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 CAS-CI/CASSCF 2 ASCI (see Section 6.18) 3 Truncated CI (CIS, CISD, CISDT, etc.)
RECOMMENDATION:
      

CAS_THRESH
       Specifies the threshold for matrix elements to be included in the CAS Hamiltonian.
TYPE:
       INTEGER
DEFAULT:
       12
OPTIONS:
       N for a threshold of 10-N
RECOMMENDATION:
      

CAS_USE_RI
       Indicates whether the resolution of the identity approximation should be used.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Compute 2-electron integrals analytically TRUE Use the RI approximation for 2-electron integrals
RECOMMENDATION:
       Analytic integrals are more accurate, RI integrals are faster

CCVB_GUESS
       Specifies the initial guess for CCVB calculations
TYPE:
       INTEGER
DEFAULT:
       NONE
OPTIONS:
       1 Standard GVBMAN guess (orbital localization via GVB_LOCAL + Sano procedure). 2 Use orbitals from previous GVBMAN calculation, along with SCF_GUESS = read. 3 Convert UHF orbitals into pairing VB form.
RECOMMENDATION:
       Option 1 is the most useful overall. The success of GVBMAN methods is often dependent on localized orbitals, and this guess shoots for these. Option 2 is useful for comparing results to other GVBMAN methods, or if other GVBMAN methods are able to obtain a desired result more efficiently. Option 3 can be useful for bond-breaking situations when a pertinent UHF solution has been found. It works best for small systems, or if the unrestriction is a local phenomenon within a larger molecule. If the unrestriction is non-local and the system is large, this guess will often produce a solution that is not the global minimum. Any UHF solution has a certain number of pairs that are unrestricted, and this will be output by the program. If GVB_N_PAIRS exceeds this number, the standard GVBMAN initial-guess procedure will be used to obtain a guess for the excess pairs

CCVB_METHOD
       Optionally modifies the basic CCVB method
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 Standard CCVB model 3 Independent electron pair approximation (IEPA) to CCVB 4 Variational PP (the CCVB reference energy)
RECOMMENDATION:
       Option 1 is generally recommended. Option 4 is useful for preconditioning, and for obtaining localized-orbital solutions, which may be used in subsequent calculations. It is also useful for cases in which the regular GVBMAN PP code becomes variationally unstable. Option 3 is a simple independent-amplitude approximation to CCVB. It avoids the cubic-scaling amplitude equations of CCVB, and also is able to reach the correct dissociation energy for any molecular system (unlike regular CCVB which does so only for cases in which UHF can reach a correct dissociate limit). However the IEPA approximation to CCVB is sometimes variationally unstable, which we have yet to observe in regular CCVB.

CC_BACKEND
       Used to specify the computational back-end of CCMAN2.
TYPE:
       STRING
DEFAULT:
       VM Default shared-memory disk-based back-end
OPTIONS:
       XM libxm shared-memory disk-based back-end CTF Distributed-memory back-end for MPI jobs
RECOMMENDATION:
       Use XM for large jobs with limited memory or when the performance of the default disk-based back-end is not satisfactory, CTF for MPI jobs

CC_CANONIZE_FINAL
       Whether to semi-canonicalize orbitals at the end of the ground state calculation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE unless required
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Should not normally have to be altered.

CC_CANONIZE_FREQ
       The orbitals will be semi-canonicalized every n theta resets. The thetas (orbital rotation angles) are reset every CC_RESET_THETA iterations. The counting of iterations differs for active space (VOD, VQCCD) calculations, where the orbitals are always canonicalized at the first theta-reset.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       n User-defined integer
RECOMMENDATION:
       Smaller values can be tried in cases that do not converge.

CC_CANONIZE
       Whether to semi-canonicalize orbitals at the start of the calculation (i.e. Fock matrix is diagonalized in each orbital subspace)
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Should not normally have to be altered.

CC_CONVERGENCE
       Overall convergence criterion for the coupled-cluster codes. This is designed to ensure at least n significant digits in the calculated energy, and automatically sets the other convergence-related variables (CC_E_CONV, CC_T_CONV, CC_THETA_CONV, CC_THETA_GRAD_CONV) [10-n].
TYPE:
       INTEGER
DEFAULT:
       6 Energies. 7 Gradients.
OPTIONS:
       n Corresponding to 10-n convergence criterion. Amplitude convergence is set automatically to match energy convergence.
RECOMMENDATION:
       Use the default

CC_DIIS12_SWITCH
       When to switch from DIIS2 to DIIS1 procedure, or when DIIS2 procedure is required to generate DIIS guesses less frequently. Total value of DIIS error vector must be less than 10-n, where n is the value of this option.
TYPE:
       INTEGER
DEFAULT:
       5
OPTIONS:
       n User-defined integer
RECOMMENDATION:
       None

CC_DIIS_FREQ
       DIIS extrapolation will be attempted every n iterations. However, DIIS2 will be attempted every iteration while total error vector exceeds CC_DIIS12_SWITCH. DIIS1 cannot generate guesses more frequently than every 2 iterations.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       N User-defined integer
RECOMMENDATION:
       None

CC_DIIS_MAX_OVERLAP
       DIIS extrapolations will not begin until square root of the maximum element of the error overlap matrix drops below this value.
TYPE:
       DOUBLE
DEFAULT:
       100 Corresponding to 1.0
OPTIONS:
       abcde Integer code is mapped to abc×10-de
RECOMMENDATION:
       None

CC_DIIS_MIN_OVERLAP
       The DIIS procedure will be halted when the square root of smallest element of the error overlap matrix is less than 10-n, where n is the value of this option. Small values of the B matrix mean it will become near-singular, making the DIIS equations difficult to solve.
TYPE:
       INTEGER
DEFAULT:
       11
OPTIONS:
       n User-defined integer
RECOMMENDATION:
       None

CC_DIIS_SIZE
       Specifies the maximum size of the DIIS space.
TYPE:
       INTEGER
DEFAULT:
       7
OPTIONS:
       n User-defined integer
RECOMMENDATION:
       Larger values involve larger amounts of disk storage.

CC_DIIS_START
       Iteration number when DIIS is turned on. Set to a large number to disable DIIS.
TYPE:
       INTEGER
DEFAULT:
       3
OPTIONS:
       n User-defined
RECOMMENDATION:
       Occasionally DIIS can cause optimized orbital coupled-cluster calculations to diverge through large orbital changes. If this is seen, DIIS should be disabled.

CC_DIIS
       Specify the version of Pulay’s Direct Inversion of the Iterative Subspace (DIIS) convergence accelerator to be used in the coupled-cluster code.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Activates procedure 2 initially, and procedure 1 when gradients are smaller than DIIS12_SWITCH. 1 Uses error vectors defined as differences between parameter vectors from successive iterations. Most efficient near convergence. 2 Error vectors are defined as gradients scaled by square root of the approximate diagonal Hessian. Most efficient far from convergence.
RECOMMENDATION:
       DIIS1 can be more stable. If DIIS problems are encountered in the early stages of a calculation (when gradients are large) try DIIS1.

CC_DIRECT_RI
       Controls use of RI and Cholesky integrals in conventional (undecomposed) form
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE use all integrals in decomposed format TRUE transform all RI or Cholesky integral back to conventional format
RECOMMENDATION:
       By default all integrals are used in decomposed format allowing significant reduction of memory use. If all integrals are transformed back (TRUE option) no memory reduction is achieved and decomposition error is introduced, however, the integral transformation is performed significantly faster and conventional CC/EOM algorithms are used.

CC_DOV_THRESH
       Specifies minimum allowed values for the coupled-cluster energy denominators. Smaller values are replaced by this constant during early iterations only, so the final results are unaffected, but initial convergence is improved when the HOMO-LUMO gap is small or when non-conventional references are used.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       abcde Integer code is mapped to ab×10-de, e.g., 2501 corresponds to 0.025, 99001 corresponds to 0.99, etc.
RECOMMENDATION:
       Increase to 0.25, 0.5 or 0.75 for non convergent coupled-cluster calculations.

CC_DO_DYSON_EE
       Whether excited-state or spin-flip state Dyson orbitals will be calculated for EOM-IP/EA-CCSD calculations with CCMAN.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (the option must be specified to run this calculation)
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       none

CC_DO_DYSON
       CCMAN2: starts all types of Dyson orbitals calculations. Desired type is determined by requesting corresponding EOM-XX transitions CCMAN: whether the reference-state Dyson orbitals will be calculated for EOM-IP/EA-CCSD calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (the option must be specified to run this calculation)
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       none

CC_EOM_2PA
       Whether or not the transition moments and cross-sections for two-photon absorption will be calculated. By default, the transition moments are calculated between the CCSD reference and the EOM-CCSD target states. In order to calculate transition moments between a set of EOM-CCSD states and another EOM-CCSD state, the CC_STATE_TO_OPT must be specified for this state. If 2PA NTO analysis is requested, the CC_EOM_2PA value is redundant as long as CC_EOM_2PA >0.
TYPE:
       INTEGER
DEFAULT:
       0 (do not compute 2PA transition moments)
OPTIONS:
       1 Compute 2PA using the fastest algorithm (use σ~-intermediates for canonical and σ-intermediates for RI/CD response calculations). 2 Use σ-intermediates for 2PA response equation calculations. 3 Use σ~-intermediates for 2PA response equation calculations.
RECOMMENDATION:
       Additional response equations (6 for each target state) will be solved, which increases the cost of calculations. The cost of 2PA moments is about 10 times that of energy calculation. Use the default algorithm. Setting CC_EOM_2PA >0 turns on CC_TRANS_PROP.

CC_EOM_PROP_TE
       Request for calculation of non-relaxed two-particle EOM-CC properties. The two-particle properties currently include S2. The one-particle properties also will be calculated, since the additional cost of the one-particle properties calculation is inferior compared to the cost of S2. The variable CC_EOM_PROP must be also set to TRUE. Alternatively, CC_CALC_SSQ can be used to request S2 calculation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (no two-particle properties will be calculated)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       The two-particle properties are computationally expensive since they require calculation and use of the two-particle density matrix (the cost is approximately the same as the cost of an analytic gradient calculation). Do not request the two-particle properties unless you really need them.

CC_EOM_PROP
       Whether or not the non-relaxed (expectation value) one-particle EOM-CCSD target state properties will be calculated. The properties currently include permanent dipole moment, angular momentum projections, the second moments X2, Y2, and Z2 of electron density, and the total R2=X2+Y2+Z2 (in atomic units). Incompatible with JOBTYPE=FORCE, OPT, FREQ.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (no one-particle properties will be calculated)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       Additional equations (EOM-CCSD equations for the left eigenvectors) need to be solved for properties, approximately doubling the cost of calculation for each irrep. The cost of the one-particle properties calculation itself is low. The one-particle density of an EOM-CCSD target state can be analyzed with NBO or libwfa packages by specifying the state with CC_STATE_TO_OPT and requesting NBO = TRUE and CC_EOM_PROP = TRUE.

CC_EOM_RIXS
       Whether or not the RIXS scattering moments and cross-sections will be calculated.
TYPE:
       INTEGER
DEFAULT:
       0 do not compute RIXS cross-sections
OPTIONS:
       1 Perform RIXS within fc-CVS-EOM-EE-CCSD using the response wave functions of the CCSD reference state only 2 Perform RIXS within fc-CVS-EOM-EE-CCSD response theory along with the wave-function analysis of RIXS transition density matrices 11 Perform RIXS within the standard EOM-EE-CCSD using the response wave functions of the CCSD reference state only 12 Use σ-intermediates for RIXS response calculations within the standard EOM-EE-CCSD
RECOMMENDATION:
       Use 1 to deploy fc-CVS-EOM-EE-CCSD with robust convergence

CC_ERASE_DP_INTEGRALS
       Controls storage of requisite objects computed with double precision in a single-precision calculation
TYPE:
       INTEGER
DEFAULT:
       0 store
OPTIONS:
       1 do not store
RECOMMENDATION:
       Do not erase integrals if clean-up in double precision is intended.

CC_E_CONV
       Convergence desired on the change in total energy, between iterations.
TYPE:
       INTEGER
DEFAULT:
       10
OPTIONS:
       n 10-n convergence criterion.
RECOMMENDATION:
       None

CC_FNO_THRESH
       Initialize the FNO truncation and sets the threshold to be used for both cutoffs (OCCT and POVO)
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       range 0000-10000 abcd Corresponding to ab.cd%
RECOMMENDATION:
       None

CC_FNO_USEPOP
       Selection of the truncation scheme
TYPE:
       INTEGER
DEFAULT:
       1 OCCT
OPTIONS:
       0 POVO
RECOMMENDATION:
       None

CC_FULLRESPONSE
       Fully relaxed properties (including orbital relaxation terms) will be computed. The variable CC_REF_PROP must be also set to TRUE.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (no orbital response will be calculated)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       Not available for non UHF/RHF references and for the methods that do not have analytic gradients (e.g., QCISD).

CC_HESS_THRESH
       Minimum allowed value for the orbital Hessian. Smaller values are replaced by this constant.
TYPE:
       DOUBLE
DEFAULT:
       102 Corresponding to 0.01
OPTIONS:
       abcde Integer code is mapped to abc×10-de
RECOMMENDATION:
       None

CC_INCL_CORE_CORR
       Whether to include the correlation contribution from frozen core orbitals in non iterative (2) corrections, such as OD(2) and CCSD(2).
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE FALSE
RECOMMENDATION:
       Use the default unless no core-valence or core correlation is desired (e.g., for comparison with other methods or because the basis used cannot describe core correlation).

CC_ITERATE_ON
       In active space calculations, use a “mixed” iteration procedure if the value is greater than 0. Then if the RMS orbital gradient is larger than the value of CC_THETA_GRAD_THRESH, micro-iterations will be performed to converge the occupied-virtual mixing angles for the current active space. The maximum number of space iterations is given by this option.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Up to n occupied-virtual iterations per overall cycle
RECOMMENDATION:
       Can be useful for non-convergent active space calculations

CC_ITERATE_OV
       In active space calculations, use a “mixed” iteration procedure if the value is greater than 0. Then, if the RMS orbital gradient is larger than the value of CC_THETA_GRAD_THRESH, micro-iterations will be performed to converge the occupied-virtual mixing angles for the current active space. The maximum number of such iterations is given by this option.
TYPE:
       INTEGER
DEFAULT:
       0 No “mixed” iterations
OPTIONS:
       n Up to n occupied-virtual iterations per overall cycle
RECOMMENDATION:
       Can be useful for non-convergent active space calculations.

CC_MAX_ITER
       Maximum number of iterations to optimize the coupled-cluster energy.
TYPE:
       INTEGER
DEFAULT:
       200
OPTIONS:
       n up to n iterations to achieve convergence.
RECOMMENDATION:
       None

CC_MEMORY
       Specifies the maximum size, in MB, of the buffers for in-core storage of block-tensors in CCMAN and CCMAN2.
TYPE:
       INTEGER
DEFAULT:
       50% of MEM_TOTAL. If MEM_TOTAL is not set, use 1.5 GB. A minimum of 192 MB is hard-coded.
OPTIONS:
       n Integer number of MB
RECOMMENDATION:
       Larger values can give better I/O performance and are recommended for systems with large memory (add to your .qchemrc file. When running CCMAN2 exclusively on a node, CC_MEMORY should be set to 75–80% of the total available RAM. )

CC_MP2NO_GRAD
       If CC_MP2NO_GUESS is TRUE, what kind of one-particle density matrix is used to make the guess orbitals?
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE 1 PDM from MP2 gradient theory. FALSE 1 PDM expanded to 2nd order in perturbation theory.
RECOMMENDATION:
       The two definitions give generally similar performance.

CC_MP2NO_GUESS
       Will guess orbitals be natural orbitals of the MP2 wave function? Alternatively, it is possible to use an effective one-particle density matrix to define the natural orbitals.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Use natural orbitals from an MP2 one-particle density matrix (see CC_MP2NO_GRAD). FALSE Use current molecular orbitals from SCF.
RECOMMENDATION:
       None

CC_ORBS_PER_BLOCK
       Specifies target (and maximum) size of blocks in orbital space.
TYPE:
       INTEGER
DEFAULT:
       16
OPTIONS:
       n Orbital block size of n orbitals.
RECOMMENDATION:
       None

CC_OSFNO
       Activation of OSFNO. Available only for open-shell references.
TYPE:
       LOGICAL
DEFAULT:
       FALSE do not activate
OPTIONS:
       TRUE activate
RECOMMENDATION:
       Use for EOM-SF-CCSD calculations from open-shell references. Available in CCMAN2 only.

CC_POL
       Specifies the approach for calculating the polarizability of the CCSD wave function.
TYPE:
       INTEGER
DEFAULT:
       0 (CCSD polarizability will not be calculated)
OPTIONS:
       1 (analytic-derivative or response-theory mixed symmetric-asymmetric approach) 2 (analytic-derivative or response-theory asymmetric approach) 3 (expectation-value approach with right response intermediates) 4 (expectation-value approach with left response intermediates)
RECOMMENDATION:
       CCSD polarizabilities are expensive since they require solving three/six (for static) or six/twelve (for dynamical) additional response equations. Do no request this property unless you need it.

CC_PRECONV_FZ
       In active space methods, whether to pre-converge other wave function variables for fixed initial guess of active space.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 No pre-iterations before active space optimization begins. n Maximum number of pre-iterations via this procedure.
RECOMMENDATION:
       None

CC_PRECONV_T2Z_EACH
       Whether to pre-converge the cluster amplitudes before each change of the orbitals in optimized orbital coupled-cluster methods. The maximum number of iterations in this pre-convergence procedure is given by the value of this parameter.
TYPE:
       INTEGER
DEFAULT:
       0 (FALSE)
OPTIONS:
       0 No pre-convergence before orbital optimization. n Up to n iterations in this pre-convergence procedure.
RECOMMENDATION:
       A very slow last resort option for jobs that do not converge.

CC_PRECONV_T2Z
       Whether to pre-converge the cluster amplitudes before beginning orbital optimization in optimized orbital cluster methods.
TYPE:
       INTEGER
DEFAULT:
       0 (FALSE) 10 If CC_RESTART, CC_RESTART_NO_SCF or CC_MP2NO_GUESS are TRUE
OPTIONS:
       0 No pre-convergence before orbital optimization. n Up to n iterations in this pre-convergence procedure.
RECOMMENDATION:
       Experiment with this option in cases of convergence failure.

CC_PRINT
       Controls the output from post-MP2 coupled-cluster module of Q-Chem
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       0-7 higher values can lead to deforestation…
RECOMMENDATION:
       Increase if you need more output and don’t like trees

CC_QCCD_THETA_SWITCH
       QCCD calculations switch from OD to QCCD when the rotation gradient is below this threshold [10-n]
TYPE:
       INTEGER
DEFAULT:
       2 10-2 switchover
OPTIONS:
       n 10-n switchover
RECOMMENDATION:
       None

CC_REF_PROP_TE
       Request for calculation of non-relaxed two-particle CCSD properties. The two-particle properties currently include S2. The one-particle properties also will be calculated, since the additional cost of the one-particle properties calculation is inferior compared to the cost of S2. The variable CC_REF_PROP must be also set to TRUE.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (no two-particle properties will be calculated)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       The two-particle properties are computationally expensive, since they require calculation and use of the two-particle density matrix (the cost is approximately the same as the cost of an analytic gradient calculation). Do not request the two-particle properties unless you really need them.

CC_REF_PROP
       Whether or not the non-relaxed (expectation value) or full response (including orbital relaxation terms) one-particle CCSD properties will be calculated. The properties currently include permanent dipole moment, the second moments X2, Y2, and Z2 of electron density, and the total R2=X2+Y2+Z2 (in atomic units). Incompatible with JOBTYPE=FORCE, OPT, FREQ.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (no one-particle properties will be calculated)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       Additional equations need to be solved (lambda CCSD equations) for properties with the cost approximately the same as CCSD equations. Use the default if you do not need properties. The cost of the properties calculation itself is low. The CCSD one-particle density can be analyzed with NBO package by specifying NBO=TRUE, CC_REF_PROP=TRUE and JOBTYPE=FORCE.

CC_RESET_THETA
       The reference MO coefficient matrix is reset every n iterations to help overcome problems associated with the theta metric as theta becomes large.
TYPE:
       INTEGER
DEFAULT:
       15
OPTIONS:
       n n iterations between resetting orbital rotations to zero.
RECOMMENDATION:
       None

CC_RESTART_NO_SCF
       Should an optimized orbital coupled cluster calculation begin with optimized orbitals from a previous calculation? When TRUE, molecular orbitals are initially orthogonalized, and CC_PRECONV_T2Z and CC_CANONIZE are set to TRUE while other guess options are set to FALSE
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       None

CC_RESTART
       Allows an optimized orbital coupled cluster calculation to begin with an initial guess for the orbital transformation matrix U other than the unit vector. The scratch file from a previous run must be available for the U matrix to be read successfully.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Use unit initial guess. TRUE Activates CC_PRECONV_T2Z, CC_CANONIZE, and turns off CC_MP2NO_GUESS
RECOMMENDATION:
       Useful for restarting a job that did not converge, if files were saved.

CC_RESTR_AMPL
       Controls the restriction on amplitudes is there are restricted orbitals
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       0 All amplitudes are in the full space 1 Amplitudes are restricted, if there are restricted orbitals
RECOMMENDATION:
       None

CC_RESTR_TRIPLES
       Controls which space the triples correction is computed in
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Triples are computed in the full space 1 Triples are restricted to the active space
RECOMMENDATION:
       None

CC_REST_AMPL
       Forces the integrals, T, and R amplitudes to be determined in the full space even though the CC_REST_OCC and CC_REST_VIR keywords are used.
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       FALSE Do apply restrictions TRUE Do not apply restrictions
RECOMMENDATION:
       None

CC_REST_OCC
       Sets the number of restricted occupied orbitals including active core occupied orbitals.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Restrict n energetically lowest occupied orbitals to correspond to the active core space.
RECOMMENDATION:
       Example: cytosine with the molecular formula C4H5N3O includes one oxygen atom. To calculate O 1s core-excited states, n has to be set to 1, because the 1s orbital of oxygen is the energetically lowest. To obtain the N 1s core excitations, the integer n has to be set to 4, because the 1s orbital of the oxygen atom is included as well, since it is energetically below the three 1s orbitals of the nitrogen atoms. Accordingly, to simulate the C 1s spectrum of cytosine, n must be set to 8.

CC_REST_TRIPLES
       Restricts R3 amplitudes to the active space, i.e., one electron should be removed from the active occupied orbital and one electron should be added to the active virtual orbital.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 Applies the restrictions
RECOMMENDATION:
       None

CC_REST_VIR
       Sets the number of restricted virtual orbitals including frozen virtual orbitals.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Restrict n virtual orbitals.
RECOMMENDATION:
       None

CC_SCALE_AMP
       If not 0, scales down the step for updating coupled-cluster amplitudes in cases of problematic convergence.
TYPE:
       INTEGER
DEFAULT:
       0 no scaling
OPTIONS:
       abcd Integer code is mapped to abcd×10-2, e.g., 90 corresponds to 0.9
RECOMMENDATION:
       Use 0.9 or 0.8 for non convergent coupled-cluster calculations.

CC_SINGLE_PREC
       Precision selection for CCSD calculation. Available in CCMAN2 only.
TYPE:
       INTEGER
DEFAULT:
       0 double-precision calculation
OPTIONS:
       1 single-precision calculation 2 single-precision calculation followed by double-precision clean-up iterations
RECOMMENDATION:
       Do not set too tight convergence thresholds when using single precision

CC_SP_DM
       Precision selection for CCSD and EOM-CCSD intermediates, density matrices, gradients, and S2
TYPE:
       INTEGER
DEFAULT:
       0 double-precision calculation
OPTIONS:
       1 single-precision calculation
RECOMMENDATION:
       NONE

CC_SP_E_CONV
       Energy convergence criterion in single precision in CCSD calculations.
TYPE:
       INTEGER
DEFAULT:
       5
OPTIONS:
       n Corresponding to 10-n convergence criterion
RECOMMENDATION:
       Set 6 to be consistent with the default threshold in double precision in a pure single-precision calculation. When used with clean-up version, it should be smaller than double-precision threshold not to introduce extra iterations.

CC_SP_T_CONV
       Amplitude convergence threshold in single precision in CCSD calculations.
TYPE:
       INTEGER
DEFAULT:
       3
OPTIONS:
       n Corresponding to 10-n convergence criterion
RECOMMENDATION:
       Set 4 to be consistent with the default threshold in double precision in a pure single-precision run. When used with clean-up version, it should be smaller than double-precision threshold not to introduce extra iterations.

CC_STATE_TO_OPT
       Specifies which state to optimize.
TYPE:
       INTEGER ARRAY
DEFAULT:
       None
OPTIONS:
       [i,j] optimize the jth state of the ith irrep.
RECOMMENDATION:
       None

CC_SYMMETRY
       Activates point-group symmetry in the ADC calculation.
TYPE:
       LOGICAL
DEFAULT:
       TRUE If the system possesses any point-group symmetry.
OPTIONS:
       TRUE Employ point-group symmetry FALSE Do not use point-group symmetry
RECOMMENDATION:
       None

CC_THETA_CONV
       Convergence criterion on the RMS difference between successive sets of orbital rotation angles [10-n].
TYPE:
       INTEGER
DEFAULT:
       5 Energies 6 Gradients
OPTIONS:
       n 10-n convergence criterion.
RECOMMENDATION:
       Use default

CC_THETA_GRAD_CONV
       Convergence desired on the RMS gradient of the energy with respect to orbital rotation angles [10-n].
TYPE:
       INTEGER
DEFAULT:
       7 Energies 8 Gradients
OPTIONS:
       n 10-n convergence criterion.
RECOMMENDATION:
       Use default

CC_THETA_GRAD_THRESH
       RMS orbital gradient threshold [10-n] above which “mixed iterations” are performed in active space calculations if CC_ITERATE_OV is TRUE.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       n 10-n threshold.
RECOMMENDATION:
       Can be made smaller if convergence difficulties are encountered.

CC_THETA_STEPSIZE
       Scale factor for the orbital rotation step size. The optimal rotation steps should be approximately equal to the gradient vector.
TYPE:
       INTEGER
DEFAULT:
       100 Corresponding to 1.0
OPTIONS:
       abcde Integer code is mapped to abc×10-de If the initial step is smaller than 0.5, the program will increase step when gradients are smaller than the value of THETA_GRAD_THRESH, up to a limit of 0.5.
RECOMMENDATION:
       Try a smaller value in cases of poor convergence and very large orbital gradients. For example, a value of 01001 translates to 0.1

CC_TRANS_PROP
       Whether or not the transition dipole moment (in atomic units) and oscillator strength for the EOM-CCSD target states will be calculated. By default, the transition dipole moment and angular momentum matrix elements are calculated between the CCSD reference and the EOM-CCSD target states. In order to calculate transition dipole moment and angular momentum matrix elements between a set of EOM-CCSD states and another EOM-CCSD state, the CC_STATE_TO_OPT must be specified for this state.
TYPE:
       INTEGER
DEFAULT:
       0 (no transition properties will be calculated)
OPTIONS:
       1 (calculate transition properties between all computed EOM state and the reference state) 2 (calculate transition properties between all pairs of EOM states)
RECOMMENDATION:
       Additional equations (for the left EOM-CCSD eigenvectors plus lambda CCSD equations in case if transition properties between the CCSD reference and EOM-CCSD target states are requested) need to be solved for transition properties, approximately doubling the computational cost. The cost of the transition properties calculation itself is low.

CC_T_CONV
       Convergence criterion on the RMS difference between successive sets of coupled-cluster doubles amplitudes [10-n]
TYPE:
       INTEGER
DEFAULT:
       8 energies 10 gradients
OPTIONS:
       n 10-n convergence criterion.
RECOMMENDATION:
       Use default

CC_Z_CONV
       Convergence criterion on the RMS difference between successive doubles Z-vector amplitudes [10-n].
TYPE:
       INTEGER
DEFAULT:
       8 Energies 10 Gradients
OPTIONS:
       n 10-n convergence criterion.
RECOMMENDATION:
       Use Default

CDFTCI_PRINT
       Controls level of output from CDFT-CI procedure to Q-Chem output file.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Only print energies and coefficients of CDFT-CI final states 1 Level 0 plus CDFT-CI overlap, Hamiltonian, and population matrices 2 Level 1 plus eigenvectors and eigenvalues of the CDFT-CI population matrix 3 Level 2 plus promolecule orbital coefficients and energies
RECOMMENDATION:
       Level 3 is primarily for program debugging; levels 1 and 2 may be useful for analyzing the coupling elements

CDFTCI_RESTART
       To be used in conjunction with CDFTCI_STOP, this variable causes CDFT-CI to read already-converged states from disk and begin SCF convergence on later states. Note that the same $cdft section must be used for the stopped calculation and the restarted calculation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Start calculations on state n+1
RECOMMENDATION:
       Use this setting in conjunction with CDFTCI_STOP.

CDFTCI_SKIP_PROMOLECULES
       Skips promolecule calculations and allows fractional charge and spin constraints to be specified directly.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Standard CDFT-CI calculation is performed. TRUE Use the given charge/spin constraints directly, with no promolecule calculations.
RECOMMENDATION:
       Setting to TRUE can be useful for scanning over constraint values.

CDFTCI_STOP
       The CDFT-CI procedure involves performing independent SCF calculations on distinct constrained states. It sometimes occurs that the same convergence parameters are not successful for all of the states of interest, so that a CDFT-CI calculation might converge one of these diabatic states but not the next. This variable allows a user to stop a CDFT-CI calculation after a certain number of states have been converged, with the ability to restart later on the next state, with different convergence options.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Stop after converging state n (the first state is state 1) 0 Do not stop early
RECOMMENDATION:
       Use this setting if some diabatic states converge but others do not.

CDFTCI_SVD_THRESH
       By default, a symmetric orthogonalization is performed on the CDFT-CI matrix before diagonalization. If the CDFT-CI overlap matrix is nearly singular (i.e., some of the diabatic states are nearly degenerate), then this orthogonalization can lead to numerical instability. When computing 𝐒-1/2, eigenvalues smaller than 10-CDFTCI_SVD_THRESH are discarded.
TYPE:
       INTEGER
DEFAULT:
       4
OPTIONS:
       n for a threshold of 10-n.
RECOMMENDATION:
       Can be decreased if numerical instabilities are encountered in the final diagonalization.

CDFTCI
       Initiates a constrained DFT-configuration interaction calculation
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform a CDFT-CI Calculation FALSE No CDFT-CI
RECOMMENDATION:
       Set to TRUE if a CDFT-CI calculation is desired.

CDFT_BECKE_POP
       Whether the calculation should print the Becke atomic charges at convergence
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Print Populations FALSE Do not print them
RECOMMENDATION:
       Use the default. Note that the Mulliken populations printed at the end of an SCF run will not typically add up to the prescribed constraint value. Only the Becke populations are guaranteed to satisfy the user-specified constraints.

CDFT_CRASHONFAIL
       Whether the calculation should crash or not if the constraint iterations do not converge.
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Crash if constraint iterations do not converge. FALSE Do not crash.
RECOMMENDATION:
       Use the default.

CDFT_LAMBDA_MODE
       Allows CDFT potentials to be specified directly, instead of being determined as Lagrange multipliers.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Standard CDFT calculations are used. TRUE Instead of specifying target charge and spin constraints, use the values from the input deck as the value of the Becke weight potential
RECOMMENDATION:
       Should usually be set to FALSE. Setting to TRUE can be useful to scan over different strengths of charge or spin localization, as convergence properties are improved compared to regular CDFT(-CI) calculations.

CDFT_POP
       Sets the charge partitioning scheme for cDFT in SAPT/cDFT
TYPE:
       STRING
DEFAULT:
       FBH
OPTIONS:
       FBH Fragment-Based Hirshfeld partitioning BECKE Atomic Becke partitioning
RECOMMENDATION:
       None

CDFT_POSTDIIS
       Controls whether the constraint is enforced after DIIS extrapolation.
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Enforce constraint after DIIS FALSE Do not enforce constraint after DIIS
RECOMMENDATION:
       Use the default unless convergence problems arise, in which case it may be beneficial to experiment with setting CDFT_POSTDIIS to FALSE. With this option set to TRUE, energies should be variational after the first iteration.

CDFT_PREDIIS
       Controls whether the constraint is enforced before DIIS extrapolation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Enforce constraint before DIIS FALSE Do not enforce constraint before DIIS
RECOMMENDATION:
       Use the default unless convergence problems arise, in which case it may be beneficial to experiment with setting CDFT_PREDIIS to TRUE. Note that it is possible to enforce the constraint both before and after DIIS by setting both CDFT_PREDIIS and CDFT_POSTDIIS to TRUE.

CDFT_THRESH
       Threshold that determines how tightly the constraint must be satisfied.
TYPE:
       INTEGER
DEFAULT:
       5
OPTIONS:
       N Constraint is satisfied to within 10-N.
RECOMMENDATION:
       Use the default unless problems occur.

CDFT
       Initiates a constrained DFT calculation
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform a Constrained DFT Calculation FALSE No Density Constraint
RECOMMENDATION:
       Set to TRUE if a Constrained DFT calculation is desired.

CD_ALGORITHM
       Determines the algorithm for MP2 integral transformations.
TYPE:
       STRING
DEFAULT:
       Program determined.
OPTIONS:
       DIRECT Uses fully direct algorithm (energies only). SEMI_DIRECT Uses disk-based semi-direct algorithm. LOCAL_OCCUPIED Alternative energy algorithm (see 6.4.1).
RECOMMENDATION:
       Semi-direct is usually most efficient, and will normally be chosen by default.

CFMM_ORDER
       Controls the order of the multipole expansions in CFMM calculation.
TYPE:
       INTEGER
DEFAULT:
       15 For single point SCF accuracy 25 For tighter convergence (optimizations)
OPTIONS:
       n Use multipole expansions of order n
RECOMMENDATION:
       Use the default.

CHARGE_CHARGE_REPULSION
       The repulsive Coulomb interaction parameter for YinYang atoms.
TYPE:
       INTEGER
DEFAULT:
       550
OPTIONS:
       n Use Q = n×10-3
RECOMMENDATION:
       The repulsive Coulomb potential maintains bond lengths involving YinYang atoms with the potential V(r)=Q/r. The default is parameterized for carbon atoms.

CHELPG_DX
       Sets the rectangular grid spacing for the traditional Cartesian ChElPG grid or the spacing between concentric Lebedev shells (when the variables CHELPG_HA and CHELPG_H are specified as well).
TYPE:
       INTEGER
DEFAULT:
       6
OPTIONS:
       N Corresponding to a grid space of N/20, in Å.
RECOMMENDATION:
       Use the default, which corresponds to the “dense grid” of Breneman and Wiberg,103, unless the cost is prohibitive, in which case a larger value can be selected. Note that this default value is set with the Cartesian grid in mind and not the Lebedev grid. In the Lebedev case, a larger value can typically be used.

CHELPG_HA
       Sets the Lebedev grid to use for non-hydrogen atoms.
TYPE:
       INTEGER
DEFAULT:
       NONE
OPTIONS:
       N Corresponding to a number of points in a Lebedev grid (see Section 5.5.1.
RECOMMENDATION:
       None.

CHELPG_HEAD
       Sets the “head space”103 (radial extent) of the ChElPG grid.
TYPE:
       INTEGER
DEFAULT:
       30
OPTIONS:
       N Corresponding to a head space of N/10, in Å.
RECOMMENDATION:
       Use the default, which is the value recommended by Breneman and Wiberg.103

CHELPG_H
       Sets the Lebedev grid to use for hydrogen atoms.
TYPE:
       INTEGER
DEFAULT:
       NONE
OPTIONS:
       N Corresponding to a number of points in a Lebedev grid.
RECOMMENDATION:
       CHELPG_H must always be less than or equal to CHELPG_HA. If it is greater, it will automatically be set to the value of CHELPG_HA.

CHELPG
       Controls the calculation of CHELPG charges.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not calculate ChElPG charges. TRUE Compute ChElPG charges.
RECOMMENDATION:
       Set to TRUE if desired. For large molecules, there is some overhead associated with computing ChElPG charges, especially if the number of grid points is large.

CHILD_MP_ORDERS
       The multipole orders included in the prepared FERFs. The last digit specifies how many multipoles to compute, and the digits in the front specify the multipole orders: 2: dipole (D); 3: quadrupole (Q); 4: octopole (O). Multipole order 1 is reserved for monopole FERFs which can be used to separate the effect of orbital contraction.573
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       21 D 232 DQ 2343 DQO
RECOMMENDATION:
       Use 232 (DQ) when FERF is needed.

CHILD_MP
       Compute FERFs for fragments and use them as the basis for SCFMI calculations.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not compute FERFs (use the full AO span of each fragment). TRUE Compute fragment FERFs.
RECOMMENDATION:
       Use FERFs to compute polarization energy when large basis sets are used. In an “EDA2" calculation, this $rem variable is set based on the given option automatically.

CHOLESKY_TOL
       Tolerance of Cholesky decomposition of two-electron integrals
TYPE:
       INTEGER
DEFAULT:
       3
OPTIONS:
       n Corresponds to a tolerance of 10-n
RECOMMENDATION:
       2 - qualitative calculations, 3 - appropriate for most cases, 4 - quantitative (error in total energy typically less than 1 μhartree)

CISTR_PRINT
       Controls level of output.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Minimal output.
OPTIONS:
       TRUE Increase output level.
RECOMMENDATION:
       None

CIS_AMPL_ANAL
       Perform additional analysis of CIS and TDDFT excitation amplitudes, including generation of natural transition orbitals, excited-state multipole moments, and Mulliken analysis of the excited state densities and particle/hole density matrices.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Perform additional amplitude analysis. FALSE Do not perform additional analysis.
RECOMMENDATION:
       None

CIS_AMPL_PRINT
       Sets the threshold for printing CIS and TDDFT excitation amplitudes.
TYPE:
       INTEGER
DEFAULT:
       15
OPTIONS:
       n Print if |xia| or |yia| is larger than 0.1×n.
RECOMMENDATION:
       Use the default unless you want to see more amplitudes.

CIS_CONVERGENCE
       CIS is considered converged when error is less than 10-CIS_CONVERGENCE
TYPE:
       INTEGER
DEFAULT:
       6 CIS convergence threshold 10-6
OPTIONS:
       n Corresponding to 10-n
RECOMMENDATION:
       None

CIS_DER_NUMSTATE
       Determines among how many states we calculate non-adiabatic couplings. These states must be specified in the $derivative_coupling section.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not calculate non-adiabatic couplings. n Calculate n(n-1)/2 pairs of non-adiabatic couplings.
RECOMMENDATION:
       None.

CIS_DIABATH_DECOMPOSE
       Decide whether or not to decompose the diabatic coupling into Coulomb, exchange, and one-electron terms.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Do not decompose the diabatic coupling.
OPTIONS:
       TRUE
RECOMMENDATION:
       These decompositions are most meaningful for electronic excitation transfer processes. Currently, available only for CIS, not for TDDFT diabatic states.

CIS_DYNAMIC_MEM
       Controls whether to use static or dynamic memory in CIS and TDDFT calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Partly use static memory TRUE Fully use dynamic memory
RECOMMENDATION:
       The default control requires static memory (MEM_STATIC) to hold a temporary array whose minimum size is OV×CIS_N_ROOTS. For a large calculation, one has to specify a large value for MEM_STATIC, which is not recommended (see Chapter 2). Therefore, it is recommended to use dynamic memory for large calculations.

CIS_GUESS_DISK_TYPE
       Determines the type of guesses to be read from disk
TYPE:
       INTEGER
DEFAULT:
       Nil
OPTIONS:
       0 Read triplets only 1 Read triplets and singlets 2 Read singlets only
RECOMMENDATION:
       Must be specified if CIS_GUESS_DISK is TRUE.

CIS_GUESS_DISK
       Read the CIS guess from disk (previous calculation).
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Create a new guess. TRUE Read the guess from disk.
RECOMMENDATION:
       Requires a guess from previous calculation.

CIS_MOMENTS
       Controls calculation of excited-state (CIS or TDDFT) multipole moments.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not calculate excited-state moments. TRUE Calculate moments for each excited state.
RECOMMENDATION:
       Set to TRUE if excited-state moments are desired. (This is a trivial additional calculation.) The MULTIPOLE_ORDER controls how many multipole moments are printed.

CIS_MULLIKEN
       Controls Mulliken and Löwdin population analyses for excited-state particle and hole density matrices.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not perform particle/hole population analysis. TRUE Perform both Mulliken and Löwdin analysis of the particle and hole density matrices for each excited state.
RECOMMENDATION:
       Set to TRUE if desired. This represents a trivial additional calculation.

CIS_N_ROOTS
       Sets the number of excited state roots to find
TYPE:
       INTEGER
DEFAULT:
       0 Do not look for any excited states
OPTIONS:
       n n>0 Looks for n excited states
RECOMMENDATION:
       None

CIS_RELAXED_DENSITY
       Use the relaxed CIS density for attachment/detachment density analysis as well as for for the general excited-state analysis of Section 10.2.6.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not use the relaxed CIS density in analysis. TRUE Use the relaxed CIS density in analysis.
RECOMMENDATION:
       None

CIS_S2_THRESH
       Determines whether a state is a singlet or triplet in unrestricted calculations.
TYPE:
       INTEGER
DEFAULT:
       120
OPTIONS:
       n Sets the S^2 threshold to n/100
RECOMMENDATION:
       For the default case, states with S^2>1.2 are treated as triplet states and other states are treated as singlets.

CIS_SINGLETS
       Solve for singlet excited states (ignored for spin unrestricted systems)
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Solve for singlet states FALSE Do not solve for singlet states.
RECOMMENDATION:
       None

CIS_STATE_DERIV
       Sets CIS state for excited state optimizations and vibrational analysis.
TYPE:
       INTEGER
DEFAULT:
       0 Does not select any of the excited states.
OPTIONS:
       n Select the nth state.
RECOMMENDATION:
       Check to see that the states do not change order during an optimization, due to state crossings.

CIS_TRIPLETS
       Solve for triplet excited states (ignored for spin unrestricted systems)
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Solve for triplet states FALSE Do not solve for triplet states.
RECOMMENDATION:
       None

CM5
       Controls running of CM5 population analysis.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Calculate CM5 populations. FALSE Do not calculate CM5 populations.
RECOMMENDATION:
       None

COMBINE_K
       Controls separate or combined builds for short-range and long-range K
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE (or 0) Build short-range and long-range K separately (twice as expensive as a global hybrid) TRUE (or 1) Build short-range and long-range K together ( as expensive as a global hybrid)
RECOMMENDATION:
       Most pre-defined range-separated hybrid functionals in Q-Chem use this feature by default. However, if a user-specified RSH is desired, it is necessary to manually turn this feature on.

COMPLEX_BASIS
       Defines the complex basis.
TYPE:
       STRING
DEFAULT:
       No default complex basis set
OPTIONS:
       Symbol Use a standard basis set ZBASIS_GENERAL, ZBASIS_GEN User-defined. As for BASIS ZBASIS_MIXED User-defined mixed basis
RECOMMENDATION:
       Consult Ref. 1034 and the EMSL.

COMPLEX_CCMAN
       Requests complex-scaled or CAP-augmented CC/EOM calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Engage complex CC/EOM code.
RECOMMENDATION:
       Not available in CCMAN. Need to specify CAP strength or complex-scaling parameter in $complex_ccman section.

COMPLEX_MIX
       Mix a certain percentage of the real part of the HOMO to the imaginary part of the LUMO.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0–100 The mix angle = πCOMPLEX_MIX/100.
RECOMMENDATION:
       It may help find the stable complex solution (similar idea as SCF_GUESS_MIX).

COMPLEX_THETA
       Sets the value of θ in degrees for a calculation with complex basis functions.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n θ=n/100 (degrees)
RECOMMENDATION:
       Consult Ref. 1034. Usually calculations at several different values of θ (a “θ-trajectory") should be performed.

COMPLEX
       Run an SCF calculation with complex MOs using GEN_SCFMAN.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Use complex orbitals. FALSE Use real orbitals.
RECOMMENDATION:
       Set to TRUE if desired.

CORE_CHARACTER
       Selects how the core orbitals are determined in the frozen-core approximation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use energy-based definition. 1-4 Use Mulliken-based definition (see Table 6.1 for details).
RECOMMENDATION:
       Use the default, unless performing calculations on molecules with heavy elements.

CORE_IONIZE
       Indicates how orbitals are specified for reduced excitation spaces.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 all valence orbitals are listed in $solute section 2 only hole(s) are specified all other occupations same as ground state
RECOMMENDATION:
       For MOM + TDDFT this specifies the input form of the $solute section. If set to 1 all occupied orbitals must be specified, 2 only the empty orbitals to ignore must be specified.

CORRELATION
       Specifies the correlation level of theory handled by CCMAN/CCMAN2.
TYPE:
       STRING
DEFAULT:
       None No Correlation
OPTIONS:
       CCMP2 Regular MP2 handled by CCMAN/CCMAN2 MP3 CCMAN and CCMAN2 MP4SDQ CCMAN MP4 CCMAN CCD CCMAN and CCMAN2 CCD(2) CCMAN CCSD CCMAN and CCMAN2 CCSD(T) CCMAN and CCMAN2 CCSD(2) CCMAN CCSD(fT) CCMAN and CCMAN2 CCSD(dT) CCMAN CCVB-SD CCMAN2 QCISD CCMAN and CCMAN2 QCISD(T) CCMAN and CCMAN2 OD CCMAN OD(T) CCMAN OD(2) CCMAN VOD CCMAN VOD(2) CCMAN QCCD CCMAN QCCD(T) CCMAN QCCD(2) CCMAN VQCCD CCMAN VQCCD(T) CCMAN VQCCD(2) CCMAN
RECOMMENDATION:
       Consult the literature for guidance.

CPSCF_NSEG
       Controls the number of segments used to calculate the CPSCF equations.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not solve the CPSCF equations in segments. n User-defined. Use n segments when solving the CPSCF equations.
RECOMMENDATION:
       Use the default.

CUBEFILE_STATE
       Determines which excited state is used to generate cube files
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       n Generate cube files for the nth excited state
RECOMMENDATION:
       None

CUDA_RI-MP2
       Enables GPU implementation of RI-MP2
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE GPU-enabled MGEMM off TRUE GPU-enabled MGEMM on
RECOMMENDATION:
       Necessary to set to 1 in order to run GPU-enabled RI-MP2

CUTOCC
       Specifies occupied orbital cutoff.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       0-200 CUTOFF = CUTOCC/100
RECOMMENDATION:
       None

CUTVIR
       Specifies virtual orbital cutoff.
TYPE:
       INTEGER
DEFAULT:
       0 No truncation
OPTIONS:
       0-100 CUTOFF = CUTVIR/100
RECOMMENDATION:
       None

CVS_EOM_PRECONV_SINGLES
       When not zero, singly excited vectors are converged prior to a full excited states calculation (CVS states only). Sets the maximum number of iterations for pre-converging procedure.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 do not pre-converge 1 pre-converge singles
RECOMMENDATION:
       Sometimes helps with problematic convergence.

CVS_EOM_SHIFT
       Specifies energy shift in CVS-EOM calculations.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n corresponds to n10-3 hartree shift (i.e., 11000 = 11 hartree); solve for eigenstates around this value.
RECOMMENDATION:
       Improves the stability of the calculations.

DEA_SINGLETS
       Sets the number of singlet DEA roots to find. Valid only for closed-shell references.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any singlet DEA states.
OPTIONS:
       [i,j,k] Find i DEA singlet states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DEA_STATES
       Sets the number of DEA roots to find. For closed-shell reference, defaults into DEA_SINGLETS. For open-shell references, specifies all low-lying states.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any DEA states.
OPTIONS:
       [i,j,k] Find i DIP states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DEA_TRIPLETS
       Sets the number of triplet DEA roots to find. Valid only for closed-shell references.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any DEA triplet states.
OPTIONS:
       [i,j,k] Find i DEA triplet states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DELTA_GRADIENT_SCALE
       Scales the gradient of Δ by N/100, which can be useful for cases with troublesome convergence by reducing step size.
TYPE:
       INTEGER
DEFAULT:
       100
OPTIONS:
       N
RECOMMENDATION:
       Use default. For problematic cases 50, 25, 10 or even 1 could be useful.

DEUTERATE
       Requests that all hydrogen atoms be replaces with deuterium.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Do not replace hydrogens.
OPTIONS:
       TRUE Replace hydrogens with deuterium.
RECOMMENDATION:
       Replacing hydrogen atoms reduces the fastest vibrational frequencies by a factor of 1.4, which allow for a larger fictitious mass and time step in ELMD calculations. There is no reason to replace hydrogens in BOMD calculations.

DFPT_EXCHANGE
       Specifies the secondary functional in a HFPC/DFPC calculation.
TYPE:
       STRING
DEFAULT:
       None
OPTIONS:
       None
RECOMMENDATION:
       See reference for recommended basis set, functional, and grid pairings.

DFPT_XC_GRID
       Specifies the secondary grid in a HFPC/DFPC calculation.
TYPE:
       STRING
DEFAULT:
       None
OPTIONS:
       None
RECOMMENDATION:
       See reference for recommended basis set, functional, and grid pairings.

DFTVDW_ALPHA1
       Parameter in XDM calculation with higher-order terms
TYPE:
       INTEGER
DEFAULT:
       83
OPTIONS:
       10-1000
RECOMMENDATION:
       None

DFTVDW_ALPHA2
       Parameter in XDM calculation with higher-order terms.
TYPE:
       INTEGER
DEFAULT:
       155
OPTIONS:
       10-1000
RECOMMENDATION:
       None

DFTVDW_JOBNUMBER
       Basic vdW job control
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not apply the XDM scheme. 1 Add vdW as energy/gradient correction to SCF. 2 Add vDW as a DFT functional and do full SCF (this option only works with XDM6).
RECOMMENDATION:
       None

DFTVDW_KAI
       Damping factor k for C6-only damping function
TYPE:
       INTEGER
DEFAULT:
       800
OPTIONS:
       10–1000
RECOMMENDATION:
       None

DFTVDW_METHOD
       Choose the damping function used in XDM
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 Use Becke’s damping function including C6 term only. 2 Use Becke’s damping function with higher-order (C8 and C10) terms.
RECOMMENDATION:
       None

DFTVDW_MOL1NATOMS
       The number of atoms in the first monomer in dimer calculation
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0–Natoms
RECOMMENDATION:
       None

DFTVDW_PRINT
       Printing control for VDW code
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       0 No printing. 1 Minimum printing (default) 2 Debug printing
RECOMMENDATION:
       None

DFTVDW_USE_ELE_DRV
       Specify whether to add the gradient correction to the XDM energy. only valid with Becke’s C6 damping function using the interpolated BR89 model.
TYPE:
       LOGICAL
DEFAULT:
       1
OPTIONS:
       1 Use density correction when applicable. 0 Do not use this correction (for debugging purposes).
RECOMMENDATION:
       None

DFT_C
       Controls whether the DFT-C empirical BSSE correction should be added.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE (or 0) Do not apply the DFT-C correction TRUE (or 1) Apply the DFT-C correction
RECOMMENDATION:
       NONE

DFT_D3_3BODY
       Controls whether the three-body interaction in Grimme’s DFT-D3 method should be applied (see Eq. (14) in Ref. 321).
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE (or 0) Do not apply the three-body interaction term TRUE Apply the three-body interaction term
RECOMMENDATION:
       NONE

DFT_D3_A1
       The nonlinear parameter α1 in Eqs. (5.27), (5.28), (5.29), and (5.30). Used in DFT-D3(BJ), DFT-D3(CSO), DFT-D3M(0), DFT-D3M(BJ), and DFT-D3(op).
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to α1=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_A2
       The nonlinear parameter α2 in Eqs. (5.27) and (5.30). Used in DFT-D3(BJ), DFT-D3M(BJ), and DFT-D3(op).
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to α2=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_POWER
       The nonlinear parameter β6 in Eq. (5.30). Used in DFT-D3(op). Must be greater than or equal to 6 to avoid divergence.
TYPE:
       INTEGER
DEFAULT:
       600000
OPTIONS:
       n Corresponding to β6=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_RS6
       The nonlinear parameter sr,6 in Eqs. (5.26) and Eq. (5.29). Used in DFT-D3(0) and DFT-D3M(0).
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to sr,6=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_RS8
       The nonlinear parameter sr,8 in Eqs. (5.26) and Eq. (5.29). Used in DFT-D3(0) and DFT-D3M(0).
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to sr,8=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_S6
       The linear parameter s6 in eq. (5.25). Used in all forms of DFT-D3.
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to s6=n/100000.
RECOMMENDATION:
       NONE

DFT_D3_S8
       The linear parameter s8 in Eq. (5.25). Used in DFT-D3(0), DFT-D3(BJ), DFT-D3M(0), DFT-D3M(BJ), and DFT-D3(op).
TYPE:
       INTEGER
DEFAULT:
       100000
OPTIONS:
       n Corresponding to s8=n/100000.
RECOMMENDATION:
       NONE

DFT_D_A
       Controls the strength of dispersion corrections in the Chai–Head-Gordon DFT-D scheme, Eq. (5.24).
TYPE:
       INTEGER
DEFAULT:
       600
OPTIONS:
       n Corresponding to a=n/100.
RECOMMENDATION:
       Use the default.

DFT_D
       Controls the empirical dispersion correction to be added to a DFT calculation.
TYPE:
       LOGICAL
DEFAULT:
       None
OPTIONS:
       FALSE (or 0) Do not apply the DFT-D2, DFT-CHG, or DFT-D3 scheme EMPIRICAL_GRIMME DFT-D2 dispersion correction from Grimme328 EMPIRICAL_CHG DFT-CHG dispersion correction from Chai and Head-Gordon147 EMPIRICAL_GRIMME3 DFT-D3(0) dispersion correction from Grimme (deprecated as of Q-Chem 5.0) D3_ZERO DFT-D3(0) dispersion correction from Grimme et al.321 D3_BJ DFT-D3(BJ) dispersion correction from Grimme et al.323 D3_CSO DFT-D3(CSO) dispersion correction from Schröder et al.854 D3_ZEROM DFT-D3M(0) dispersion correction from Smith et al.894 D3_BJM DFT-D3M(BJ) dispersion correction from Smith et al.894 D3_OP DFT-D3(op) dispersion correction from Witte et al.1056 D3 Automatically select the "best" available D3 dispersion correction
RECOMMENDATION:
       Use the D3 option, which selects the empirical potential based on the density functional specified by the user.

DH
       Controls the application of DH-DFT scheme.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE (or 0) Do not apply the DH-DFT scheme TRUE (or 1) Apply DH-DFT scheme
RECOMMENDATION:
       NONE

DIIS_ERR_RMS
       Changes the DIIS convergence metric from the maximum to the RMS error.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE, FALSE
RECOMMENDATION:
       Use the default, the maximum error provides a more reliable criterion.

DIIS_PRINT
       Controls the output from DIIS SCF optimization.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Minimal print out. 1 Chosen method and DIIS coefficients and solutions. 2 Level 1 plus changes in multipole moments. 3 Level 2 plus Multipole moments. 4 Level 3 plus extrapolated Fock matrices.
RECOMMENDATION:
       Use the default

DIIS_SEPARATE_ERRVEC
       Control optimization of DIIS error vector in unrestricted calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE Use a combined α and β error vector.
OPTIONS:
       FALSE Use a combined α and β error vector. TRUE Use separate error vectors for the α and β spaces.
RECOMMENDATION:
       When using DIIS in Q-Chem a convenient optimization for unrestricted calculations is to sum the α and β error vectors into a single vector which is used for extrapolation. This is often extremely effective, but in some pathological systems with symmetry breaking, can lead to false solutions being detected, where the α and β components of the error vector cancel exactly giving a zero DIIS error. While an extremely uncommon occurrence, if it is suspected, set DIIS_SEPARATE_ERRVEC = TRUE to check.

DIIS_SUBSPACE_SIZE
       Controls the size of the DIIS and/or RCA subspace during the SCF.
TYPE:
       INTEGER
DEFAULT:
       15
OPTIONS:
       User-defined
RECOMMENDATION:
       None

DIP_SINGLETS
       Sets the number of singlet DIP roots to find. Valid only for closed-shell references.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any singlet DIP states.
OPTIONS:
       [i,j,k] Find i DIP singlet states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DIP_STATES
       Sets the number of DIP roots to find. For closed-shell reference, defaults into DIP_SINGLETS. For open-shell references, specifies all low-lying states.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any DIP states.
OPTIONS:
       [i,j,k] Find i DIP states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DIP_TRIPLETS
       Sets the number of triplet DIP roots to find. Valid only for closed-shell references.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any DIP triplet states.
OPTIONS:
       [i,j,k] Find i DIP triplet states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DIRECT_SCF
       Controls direct SCF.
TYPE:
       LOGICAL
DEFAULT:
       Determined by program.
OPTIONS:
       TRUE Forces direct SCF. FALSE Do not use direct SCF.
RECOMMENDATION:
       Use the default; direct SCF switches off in-core integrals.

DISP_FREE_C
       Specify the employed “dispersion-free" correlation functional.
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       Correlation functionals supported by Q-Chem.
RECOMMENDATION:
       Put the appropriate correlation functional paired with the chosen exchange functional (e.g. put PBE if DISP_FREE_X is revPBE); put NONE if DISP_FREE_X is set to an exchange-correlation functional.

DISP_FREE_X
       Specify the employed “dispersion-free" exchange functional.
TYPE:
       STRING
DEFAULT:
       HF
OPTIONS:
       Exchange functionals (e.g. revPBE) or exchange-correlation functionals (e.g. B3LYP) supported by Q-Chem.
RECOMMENDATION:
       HF is recommended for hybrid (primary) functionals (e.g.ωB97X-V) and revPBE for semi-local ones (e.g.B97M-V). Other reasonable options (e.g. B3LYP for B3LYP-D3) can also be applied.

DOMODSANO
       Specifies whether to do modified Sano or the original one
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Does original Sano procedure (similar to GVBMAN). 1 Does an improved Sano procedure that’s more localized. 2 Does another variation of Sano.
RECOMMENDATION:
       1 is always better

DORAMAN
       Controls calculation of Raman intensities. Requires JOBTYPE to be set to FREQ
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not calculate Raman intensities. TRUE Do calculate Raman intensities.
RECOMMENDATION:
       None

DSF_STATES
       Sets the number of doubly spin-flipped target states roots to find.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any DSF states.
OPTIONS:
       [i,j,k] Find i doubly spin-flipped states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

DUAL_BASIS_ENERGY
       Activates dual-basis SCF (HF or DFT) energy correction.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       Analytic first derivative available for HF and DFT (see JOBTYPE) Can be used in conjunction with MP2 or RI-MP2 See BASIS, BASIS2, BASISPROJTYPE
RECOMMENDATION:
       Use dual-basis to capture large-basis effects at smaller basis cost. Particularly useful with RI-MP2, in which HF often dominates. Use only proper subsets for small-basis calculation.

D_CPSCF_PERTNUM
       Specifies whether to do the perturbations one at a time, or all together.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Perturbed densities to be calculated all together. 1 Perturbed densities to be calculated one at a time.
RECOMMENDATION:
       None

D_SCF_CONV_1
       Sets the convergence criterion for the level-1 iterations. This preconditions the density for the level-2 calculation, and does not include any two-electron integrals.
TYPE:
       INTEGER
DEFAULT:
       4 corresponding to a threshold of 10-4.
OPTIONS:
       n<10 Sets convergence threshold to 10-n.
RECOMMENDATION:
       The criterion for level-1 convergence must be less than or equal to the level-2 criterion, otherwise the D-CPSCF will not converge.

D_SCF_CONV_2
       Sets the convergence criterion for the level-2 iterations.
TYPE:
       INTEGER
DEFAULT:
       4 Corresponding to a threshold of 10-4.
OPTIONS:
       n<10 Sets convergence threshold to 10-n.
RECOMMENDATION:
       None

D_SCF_DIIS
       Specifies the number of matrices to use in the DIIS extrapolation in the D-CPSCF.
TYPE:
       INTEGER
DEFAULT:
       11
OPTIONS:
       n n = 0 specifies no DIIS extrapolation is to be used.
RECOMMENDATION:
       Use the default.

D_SCF_MAX_1
       Sets the maximum number of level-1 iterations.
TYPE:
       INTEGER
DEFAULT:
       100
OPTIONS:
       n User defined.
RECOMMENDATION:
       Use the default.

D_SCF_MAX_2
       Sets the maximum number of level-2 iterations.
TYPE:
       INTEGER
DEFAULT:
       30
OPTIONS:
       n User defined.
RECOMMENDATION:
       Use the default.

EA_STATES
       Sets the number of attached target states roots to find. By default, α electron will be attached (see EOM_EA_ALPHA).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any EA states.
OPTIONS:
       [i,j,k] Find i EA states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

ECP
       Defines the effective core potential and associated basis set to be used
TYPE:
       STRING
DEFAULT:
       No ECP
OPTIONS:
       General, Gen User defined. ($ecp keyword required) Symbol Use standard ECPs discussed above.
RECOMMENDATION:
       ECPs are recommended for first row transition metals and heavier elements. Consul the reviews for more details.

EDA2
       Switch on EDA2 and specify the option set number.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       0 Do not run through EDA2. 1 Frozen energy decomposition + nDQ-FERF polarization (the standard EDA2 option) 2 Frozen energy decomposition + (AO-block-based) ALMO polarization (old scheme with the addition of frozen decomposition) 3 Frozen energy decomposition + oDQ-FERF polarization (NOT commonly used) 4 Frozen wave function relaxation + Frozen energy decomposition + nDQ-FERF polarization (NOT commonly used) 5 Frozen energy decomposition + polMO polarization (NOT commonly used). 10 No preset. Completely controlled by user’s $rem input (for developers only)
RECOMMENDATION:
       Turn on EDA2 for Q-Chem’s ALMO-EDA jobs unless CTA with the old scheme is desired. Option 1 is recommended in general, especially when substantially large basis sets are employed. The original ALMO scheme (option 2) can be used when the employed basis set is of small or medium size (arguably no larger than augmented triple-ζ). The other options are rarely used for routine applications.

EDA_BSSE
       Calculates the BSSE correction when performing the energy decomposition analysis.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Set to TRUE unless a very large basis set is used.

EDA_CLS_DISP
       Compute the DISP contribution without performing the orthogonal decomposition, which will then be subtracted from the classical PAULI term.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Use the DISP term computed with orthogonal decomposition (if available). TRUE Use the DISP term computed using undistorted monomer densities.
RECOMMENDATION:
       Set it to TRUE when orthogonal decomposition is not performed.

EDA_CLS_ELEC
       Perform the classical decomposition of the frozen term.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE (automatically set to TRUE by EDA2 options 1–5)
OPTIONS:
       FALSE Do not compute the classical ELEC and PAULI terms. TRUE Perform the classical decomposition.
RECOMMENDATION:
       TRUE

EDA_CONTRACTION_ANAL
       Perform analysis separating orbital contraction from the rest of POL.
TYPE:
       BOOLEAN
DEFAULT:
       0
OPTIONS:
       FALSE Do not perform contraction analysis. TRUE Perform contraction analysis.
RECOMMENDATION:
       No recommendation

EDA_COVP
       Perform COVP analysis when evaluating the RS or ARS charge-transfer correction. COVP analysis is currently implemented only for systems of two fragments.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Set to TRUE to perform COVP analysis in an EDA or SCF MI(RS) job.

EDA_PRINT_COVP
       Replace the final MOs with the CVOP orbitals in the end of the run.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Set to TRUE to print COVP orbitals instead of conventional MOs.

EE_SINGLETS
       Controls the number of singlet excited states to calculate.
TYPE:
       INTEGER/ARRAY
DEFAULT:
       0 Do not perform an ADC calculation of singlet excited states
OPTIONS:
       n>0 Number of singlet states to calculate for each irrep or [n1,n2,] Compute n1 states for the first irrep, n2 states for the second irrep, …
RECOMMENDATION:
       Use this variable to define the number of excited states in case of restricted calculations of singlet states. In unrestricted calculations it can also be used, if EE_STATES not set. Then, it has the same effect as setting EE_STATES.

EE_STATES
       Controls the number of excited states to calculate.
TYPE:
       INTEGER/ARRAY
DEFAULT:
       0 Do not perform an ADC calculation
OPTIONS:
       n>0 Number of states to calculate for each irrep or [n1,n2,] Compute n1 states for the first irrep, n2 states for the second irrep, …
RECOMMENDATION:
       Use this variable to define the number of excited states in case of unrestricted or open-shell calculations. In restricted calculations it can also be used, if neither EE_SINGLETS nor EE_TRIPLETS is given. Then, it has the same effect as setting EE_SINGLETS.

EE_TRIPLETS
       Controls the number of triplet excited states to calculate.
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not perform an ADC calculation of triplet excited states
OPTIONS:
       n>0 Number of triplet states to calculate for each irrep or [n1,n2,] Compute n1 states for the first irrep, n2 states for the second irrep, …
RECOMMENDATION:
       Use this variable to define the number of excited states in case of restricted calculations of triplet states.

EFP_COORD_XYZ
       Use coordinates of three atoms instead of Euler angles to specify position and orientation of the fragments
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE FALSE
RECOMMENDATION:
       None

EFP_DIRECT_POLARIZATION_DRIVER
       Use direct solver for EFP polarization
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE FALSE
RECOMMENDATION:
       Direct polarization solver provides stable convergence of induced dipoles which may otherwise become problematic in case of closely lying or highly polar or charged fragments. The computational cost of direct polarization versus iterative polarization becomes higher for systems containing more than  10000 polarizable points.

EFP_DISP_DAMP
       Controls fragment-fragment dispersion screening in EFP
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       0 switch off dispersion screening 1 use Tang-Toennies screening, with fixed parameter b=1.5 2 use overlap-based damping
RECOMMENDATION:
       None

EFP_DISP
       Controls fragment-fragment dispersion in EFP
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on dispersion FALSE switch off dispersion
RECOMMENDATION:
       None

EFP_ELEC_DAMP
       Controls fragment-fragment electrostatic screening in EFP
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       0 switch off electrostatic screening 1 use overlap-based damping correction 2 use exponential damping correction if screening parameters are provided in the EFP potential
RECOMMENDATION:
       Overlap-based damping is recommended

EFP_ELEC
       Controls fragment-fragment electrostatics in EFP
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on electrostatics FALSE switch off electrostatics
RECOMMENDATION:
       None

EFP_ENABLE_LINKS
       Enable fragment links in EFP region
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE FALSE
RECOMMENDATION:
       None

EFP_EXREP
       Controls fragment-fragment exchange repulsion in EFP
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on exchange repulsion FALSE switch off exchange repulsion
RECOMMENDATION:
       None

EFP_FRAGMENTS_ONLY
       Specifies whether there is a QM part
TYPE:
       LOGICAL
DEFAULT:
       FALSE QM part is present
OPTIONS:
       TRUE Only MM part is present: all fragments are treated by EFP FALSE QM part is present: do QM/MM EFP calculation
RECOMMENDATION:
       None

EFP_INPUT
       Specifies the format of EFP input
TYPE:
       LOGICAL
DEFAULT:
       FALSE Dummy atom (e.g., He) in $molecule section should be present
OPTIONS:
       TRUE A format without dummy atom in $molecule section FALSE A format with dummy atom in $molecule section
RECOMMENDATION:
       None

EFP_POL_DAMP
       Controls fragment-fragment polarization screening in EFP
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       0 switch off polarization screening 1 use Tang-Toennies screening
RECOMMENDATION:
       None

EFP_POL
       Controls fragment-fragment polarization in EFP
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on polarization FALSE switch off polarization
RECOMMENDATION:
       None

EFP_QM_DISP
       Controls QM-EFP dispersion
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE switch on QM-EFP dispersion FALSE switch off QM-EFP dispersion
RECOMMENDATION:
       None

EFP_QM_ELEC_DAMP
       Controls QM-EFP electrostatics screening in EFP
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 switch off electrostatic screening 1 use overlap based damping correction
RECOMMENDATION:
       None

EFP_QM_ELEC
       Controls QM-EFP electrostatics
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on QM-EFP electrostatics FALSE switch off QM-EFP electrostatics
RECOMMENDATION:
       None

EFP_QM_EXREP
       Controls QM-EFP exchange-repulsion
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE switch on QM-EFP exchange-repulsion FALSE switch off QM-EFP exchange-repulsion
RECOMMENDATION:
       None

EFP_QM_POL
       Controls QM-EFP polarization
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE switch on QM-EFP polarization FALSE switch off QM-EFP polarization
RECOMMENDATION:
       None

EFP
       Specifies that EFP calculation is requested
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE FALSE
RECOMMENDATION:
       The keyword should be present if excited state calculation is requested

EMBEDMAN
       Turns density embedding on.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not use density embedding. 1 Turn on density embedding.
RECOMMENDATION:
       Use EMBEDMAN for QM/QM density embedded calculations.

EMBED_MU
       Specifies exponent value of projection operator scaling factor, μ [Eq. (11.91) and (11.93)].
TYPE:
       INTEGER
DEFAULT:
       7
OPTIONS:
       n μ=10n.
RECOMMENDATION:
       Values of 2 - 7 are recommended. A higher value of μ leads to better orthogonality of the fragment MOs but μ>107 introduces numerical noise. μ<102 results in non-additive terms becoming too large. Energy corrections are fairly insensitive to changes in μ within the range of 102-107.

EMBED_THEORY
       Specifies post-DFT method performed on fragment one.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 No post HF method, only DFT on fragment one. 1 Perform CCSD(T) calculation on fragment one. 2 Perform MP2 calculation on fragment one.
RECOMMENDATION:
       This should be 1 or 2 for the high-level QM calculation of fragment 1-in-2, and 0 for fragment 2-in-1 low-level QM calculation.

EMBED_THRESH
       Specifies threshold cutoff for AO contribution used to determine which MOs belong to which fragments
TYPE:
       INTEGER
DEFAULT:
       500
OPTIONS:
       n Threshold =n/1000
RECOMMENDATION:
       Acceptable values range from 0 to 1000. Should only need to be tuned for non-highly localized MOs

EOM_ARESP_SINGLE_PREC
       Precision selection for amplitude response EOM equations. Available in CCMAN2 only.
TYPE:
       INTEGER
DEFAULT:
       0 double-precision calculation
OPTIONS:
       1 single-precision calculation
RECOMMENDATION:
       NONE

EOM_CORR
       Specifies the correlation level.
TYPE:
       STRING
DEFAULT:
       None No correction will be computed
OPTIONS:
       SD(DT) EOM-CCSD(dT), available for EE, SF, and IP SD(FT) EOM-CCSD(fT), available for EE, SF, IP, and EA SD(ST) EOM-CCSD(sT), available for IP
RECOMMENDATION:
       None

EOM_DAVIDSON_CONVERGENCE
       Convergence criterion for the RMS residuals of excited state vectors.
TYPE:
       INTEGER
DEFAULT:
       5 Corresponding to 10-5
OPTIONS:
       n Corresponding to 10-n convergence criterion
RECOMMENDATION:
       Use the default. Normally this value be the same as EOM_DAVIDSON_THRESHOLD.

EOM_DAVIDSON_MAXVECTORS
       Specifies maximum number of vectors in the subspace for the Davidson diagonalization.
TYPE:
       INTEGER
DEFAULT:
       60
OPTIONS:
       n Up to n vectors per root before the subspace is reset
RECOMMENDATION:
       Larger values increase disk storage but accelerate and stabilize convergence.

EOM_DAVIDSON_MAX_ITER
       Maximum number of iteration allowed for Davidson diagonalization procedure.
TYPE:
       INTEGER
DEFAULT:
       30
OPTIONS:
       n User-defined number of iterations
RECOMMENDATION:
       Default is usually sufficient

EOM_DAVIDSON_THRESHOLD
       Specifies threshold for including a new expansion vector in the iterative Davidson diagonalization. Their norm must be above this threshold.
TYPE:
       INTEGER
DEFAULT:
       00103 Corresponding to 0.00001
OPTIONS:
       abcde Integer code is mapped to abc×10-(de+2), i.e., 02505->2.5×10-6
RECOMMENDATION:
       Use the default unless converge problems are encountered. Should normally be set to the same values as EOM_DAVIDSON_CONVERGENCE, if convergence problems arise try setting to a value slightly larger than EOM_DAVIDSON_CONVERGENCE.

EOM_EA_ALPHA
       Sets the number of attached target states derived by attaching α electron (Ms=12, default in EOM-EA).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any EA states.
OPTIONS:
       [i,j,k] Find i EA states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

EOM_EA_BETA
       Sets the number of attached target states derived by attaching β electron (Ms=-12, EA-SF).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any EA states.
OPTIONS:
       [i,j,k] Find i EA states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

EOM_FAKE_IPEA
       If TRUE, calculates fake EOM-IP or EOM-EA energies and properties using the diffuse orbital trick. Default for EOM-EA and Dyson orbital calculations in CCMAN.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (use proper EOM-IP code)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       None. This feature only works for CCMAN.

EOM_IPEA_FILTER
       If TRUE, filters the EOM-IP/EA amplitudes obtained using the diffuse orbital implementation (see EOM_FAKE_IPEA). Helps with convergence.
TYPE:
       LOGICAL
DEFAULT:
       FALSE (EOM-IP or EOM-EA amplitudes will not be filtered)
OPTIONS:
       FALSE, TRUE
RECOMMENDATION:
       None

EOM_IP_ALPHA
       Sets the number of ionized target states derived by removing α electron (M=s-12).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any IP/α states.
OPTIONS:
       [i,j,k] Find i ionized states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

EOM_IP_BETA
       Sets the number of ionized target states derived by removing β electron (Ms=12, default for EOM-IP).
TYPE:
       INTEGER/INTEGER ARRAY
DEFAULT:
       0 Do not look for any IP/β states.
OPTIONS:
       [i,j,k] Find i ionized states in the first irrep, j states in the second irrep etc.
RECOMMENDATION:
       None

EOM_NGUESS_DOUBLES
       Specifies number of excited state guess vectors which are double excitations.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n Include n guess vectors that are double excitations
RECOMMENDATION:
       This should be set to the expected number of doubly excited states, otherwise they may not be found.

EOM_NGUESS_SINGLES
       Specifies number of excited state guess vectors that are single excitations.
TYPE:
       INTEGER
DEFAULT:
       Equal to the number of excited states requested
OPTIONS:
       n Include n guess vectors that are single excitations
RECOMMENDATION:
       Should be greater or equal than the number of excited states requested, unless .

EOM_POL
       Specifies the approach for calculating the polarizability of the EOM-CCSD wave function.
TYPE:
       INTEGER
DEFAULT:
       0 (EOM-CCSD polarizability will not be calculated)
OPTIONS:
       1 (analytic-derivative or response-theory mixed symmetric-asymmetric approach) 2 (analytic-derivative or response-theory asymmetric approach) 3 (expectation-value approach with right response intermediates) 4 (expectation-value approach with left response intermediates)
RECOMMENDATION:
       EOM-CCSD polarizabilities are expensive since they require solving three/nine (for static) or six/eighteen (for dynamical) additional response equations. Do no request this property unless you need it.

EOM_PRECONV_DOUBLES
       When not zero, doubly excited vectors are converged prior to a full excited states calculation. Sets the maximum number of iterations for pre-converging procedure
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not pre-converge N Perform N Davidson iterations pre-converging doubles.
RECOMMENDATION:
       Occasionally necessary to ensure a doubly excited state is found. Also used in DSF, DIP, and DEA calculations instead of EOM_PRECONV_SINGLES

EOM_PRECONV_SD
       When not zero, EOM vectors are pre-converged prior to a full excited states calculation. Sets the maximum number of iterations for pre-converging procedure.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 do not pre-converge N perform N Davidson iterations pre-converging singles and doubles.
RECOMMENDATION:
       Occasionally necessary to ensure that all low-lying states are found. Also, very useful in EOM(2,3) calculations.

None

EOM_PRECONV_SINGLES
       When not zero, singly excited vectors are converged prior to a full excited states calculation. Sets the maximum number of iterations for pre-converging procedure.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 do not pre-converge 1 pre-converge singles
RECOMMENDATION:
       Sometimes helps with problematic convergence.

EOM_SHIFT
       Specifies energy shift in EOM calculations.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n corresponds to n10-3 hartree shift (i.e., 11000 = 11 hartree); solve for eigenstates around this value.
RECOMMENDATION:
       Not available in CCMAN.

EOM_SINGLE_PREC
       Precision selection for EOM-CC/MP2 calculations. Available in CCMAN2 only.
TYPE:
       INTEGER
DEFAULT:
       0 double-precision calculation
OPTIONS:
       1 single-precision calculation 2 single-precision calculation is followed by double-precision clean-up iterations
RECOMMENDATION:
       Do not set too tight convergence criteria when use single precision

EOM_USER_GUESS
       Specifies if user-defined guess will be used in EOM calculations.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Solve for a state that has maximum overlap with a trans-n specified in $eom_user_guess.
RECOMMENDATION:
       The orbitals are ordered by energy, as printed in the beginning of the CCMAN2 output. Not available in CCMAN.

EPAO_ITERATE
       Controls iterations for EPAO calculations (see PAO_METHOD).
TYPE:
       INTEGER
DEFAULT:
       0 Use non-iterated EPAOs based on atomic blocks of SPS.
OPTIONS:
       n Optimize the EPAOs for up to n iterations.
RECOMMENDATION:
       Use the default. For molecules that are not too large, one can test the sensitivity of the results to the type of minimal functions by the use of optimized EPAOs in which case a value of n=500 is reasonable.

EPAO_WEIGHTS
       Controls algorithm and weights for EPAO calculations (see PAO_METHOD).
TYPE:
       INTEGER
DEFAULT:
       115 Standard weights, use 1st and 2nd order optimization
OPTIONS:
       15 Standard weights, with 1st order optimization only.
RECOMMENDATION:
       Use the default, unless convergence failure is encountered.

ERCALC
       Specifies the Edmiston-Ruedenberg localized orbitals are to be calculated
TYPE:
       INTEGER
DEFAULT:
       06000
OPTIONS:
       aabcd aa specifies the convergence threshold. If aa>3, the threshold is set to 10-aa. The default is 6. If aa=1, the calculation is aborted after the guess, allowing Pipek-Mezey orbitals to be extracted. b specifies the guess: 0 Boys localized orbitals. This is the default 1 Pipek-Mezey localized orbitals. c specifies restart options (if restarting from an ER calculation): 0 No restart. This is the default 1 Read in MOs from last ER calculation. 2 Read in MOs and RI integrals from last ER calculation. d specifies how to treat core orbitals 0 Do not perform ER localization. This is the default. 1 Localize core and valence together. 2 Do separate localizations on core and valence. 3 Localize only the valence electrons. 4 Use the $localize section.
RECOMMENDATION:
       ERCALC 1 will usually suffice, which uses threshold 10-6.

ER_CIS_NUMSTATE
       Define how many states to mix with ER localized diabatization. These states must be specified in the $localized_diabatization section.
TYPE:
       INTEGER
DEFAULT:
       0 Do not perform ER localized diabatization.
OPTIONS:
       2 to N where N is the number of CIS states requested (CIS_N_ROOTS)
RECOMMENDATION:
       It is usually not wise to mix adiabatic states that are separated by more than a few eV or a typical reorganization energy in solvent.

ESP_EFIELD
       Triggers the calculation of the electrostatic potential (ESP) and/or the electric field at the positions of the MM charges.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Computes ESP only. 1 Computes ESP and electric field. 2 Computes electric field only.
RECOMMENDATION:
       None.

ESP_GRID
       Controls evaluation of the electrostatic potential on a grid of points. If enabled, the output is in an ASCII file, plot.esp, in the format x,y,z, esp for each point.
TYPE:
       INTEGER
DEFAULT:
       none no electrostatic potential evaluation
OPTIONS:
       -3 same as the option -1 but in connection with STATE_ANALYSIS=TRUE. This computes the ESP for all excited-state densities, transition densities, and electron/hole densities. -2 same as the option -1, plus evaluate the ESP of the $external_charges -1 read grid input via the $plots section of the input deck 0 Generate the ESP values at all nuclear positions +n read n grid points in bohr from the ASCII file ESPGrid
RECOMMENDATION:
       None

ESP_TRANS
       Controls the calculation of the electrostatic potential of the transition density
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE compute the electrostatic potential of the excited state transition density FALSE compute the electrostatic potential of the excited state electronic density
RECOMMENDATION:
       NONE

EXCHANGE
       Specifies the exchange functional (or most exchange-correlation functionals for backwards compatibility).
TYPE:
       STRING
DEFAULT:
       No default
OPTIONS:
       NAME Use EXCHANGE = NAME, where NAME is either: 1) One of the exchange functionals listed in Section 5.3.2 2) One of the XC functionals listed in Section 5.3.4 that is not marked with an asterisk. 3) GEN, for a user-defined functional (see Section 5.3.6).
RECOMMENDATION:
       In general, consult the literature to guide your selection. Our recommendations are indicated in bold in Sections 5.3.4 and  5.3.2.

FAST_XC
       Controls direct variable thresholds to accelerate exchange-correlation (XC) in DFT.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Turn FAST_XC on. FALSE Do not use FAST_XC.
RECOMMENDATION:
       Caution: FAST_XC improves the speed of a DFT calculation, but may occasionally cause the SCF calculation to diverge.

FDE
       Turns density embedding on.
TYPE:
       BOOLEAN
DEFAULT:
       False
OPTIONS:
       True Perform an FDE-ADC calculation. False Don’t perform FDE-ADC calculation.
RECOMMENDATION:
       Set the $rem variable FDE to TRUE to start a FDE-ADC calculation.

FDIFF_DER
       Controls what types of information are used to compute higher derivatives. The default uses a combination of energy, gradient and Hessian information, which makes the force field calculation faster.
TYPE:
       INTEGER
DEFAULT:
       3 for jobs where analytical 2nd derivatives are available. 0 for jobs with ECP.
OPTIONS:
       0 Use energy information only. 1 Use gradient information only. 2 Use Hessian information only. 3 Use energy, gradient, and Hessian information.
RECOMMENDATION:
       When the molecule is larger than benzene with small basis set, FDIFF_DER = 2 may be faster. Note that FDIFF_DER will be set lower if analytic derivatives of the requested order are not available. Please refers to IDERIV.

FDIFF_STEPSIZE_QFF
       Displacement used for calculating third and fourth derivatives by finite difference.
TYPE:
       INTEGER
DEFAULT:
       5291 Corresponding to 0.1 bohr. For calculating third and fourth derivatives.
OPTIONS:
       n Use a step size of n×10-5.
RECOMMENDATION:
       Use the default, unless the potential surface is very flat, in which case a larger value should be used.

FDIFF_STEPSIZE
       Displacement used for calculating derivatives by finite difference.
TYPE:
       INTEGER
DEFAULT:
       100 Corresponding to 0.001 Å. For calculating second derivatives.
OPTIONS:
       n Use a step size of n×10-5.
RECOMMENDATION:
       Use the default except in cases where the potential surface is very flat, in which case a larger value should be used. See FDIFF_STEPSIZE_QFF for third and fourth derivatives.

FD_MAT_VEC_PROD
       Compute Hessian-vector product using the finite difference technique.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE (TRUE when the employed functional contains NLC)
OPTIONS:
       FALSE Compute Hessian-vector product analytically. TRUE Use finite difference to compute Hessian-vector product.
RECOMMENDATION:
       Set it to TRUE when analytical Hessian is not available. Note:  For simple R and U calculations, it can always be set to FALSE, which indicates that only the NLC part will be computed with finite difference.

FEFP_EFP
       Specifies that fEFP_EFP calculation is requested to compute the total interaction energies between a ligand (the last fragment in the $efp_fragments section) and the protein (represented by fEFP)
TYPE:
       STRING
DEFAULT:
       OFF
OPTIONS:
       OFF disables fEFP LA enables fEFP with the Link Atom (HLA or CLA) scheme (only electrostatics and polarization) MFCC enables fEFP with MFCC (only electrostatics)
RECOMMENDATION:
       The keyword should be invoked if EFP/fEFP is requested (interaction energy calculations). This keyword has to be employed with EFP_FRAGMENT_ONLY = TRUE. To switch on/off electrostatics or polarzation interactions, the usual EFP controls are employed.

FEFP_QM
       Specifies that fEFP_QM calculation is requested to perform a QM/fEFPcompute computation. The fEFP part is a fractionated macromolecule.
TYPE:
       STRING
DEFAULT:
       OFF
OPTIONS:
       OFF disables fEFP_QM and performs a QM/EFP calculation LA enables fEFP_QM with the Link Atom scheme
RECOMMENDATION:
       The keyword should be invoked if QM/fEFP is requested. This keyword has to be employed with efp_fragment_only false. Only electrostatics is available.

FOA_FUNDGAP
       Compute the frozen-orbital approximation of the fundamental gap.
TYPE:
       Boolean
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not compute FOA derivative discontinuity and fundamental gap. TRUE Compute and print FOA fundamental gap information. Implies KS_GAP_PRINT.
RECOMMENDATION:
       Use in conjunction with KS_GAP_UNIT if true.

FOCK_EXTRAP_ORDER
       Specifies the polynomial order N for Fock matrix extrapolation.
TYPE:
       INTEGER
DEFAULT:
       0 Do not perform Fock matrix extrapolation.
OPTIONS:
       N Extrapolate using an Nth-order polynomial (N>0).
RECOMMENDATION:
       None

FOCK_EXTRAP_POINTS
       Specifies the number M of old Fock matrices that are retained for use in extrapolation.
TYPE:
       INTEGER
DEFAULT:
       0 Do not perform Fock matrix extrapolation.
OPTIONS:
       M Save M Fock matrices for use in extrapolation (M>N)
RECOMMENDATION:
       Higher-order extrapolations with more saved Fock matrices are faster and conserve energy better than low-order extrapolations, up to a point. In many cases, the scheme (N = 6, M = 12), in conjunction with SCF_CONVERGENCE = 6, is found to provide about a 50% savings in computational cost while still conserving energy.

FOLLOW_ENERGY
       Adjusts the energy window for near states
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use dynamic thresholds, based on energy difference between steps. n Search over selected state Eest±n×10-6Eh.
RECOMMENDATION:
       Use a wider energy window to follow a state diabatically, smaller window to remain on the adiabatic state most of the time.

FOLLOW_OVERLAP
       Adjusts the threshold for states of similar character.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use dynamic thresholds, based on energy difference between steps. n Percentage overlap for previous step and current step.
RECOMMENDATION:
       Use a higher value to require states have higher degree of similarity to be considered the same (more often selected based on energy).

FON_E_THRESH
       DIIS error below which occupations will be kept constant.
TYPE:
       INTEGER
DEFAULT:
       4
OPTIONS:
       n freeze occupations below DIIS error of 10-n
RECOMMENDATION:
       This should be one or two numbers bigger than the desired SCF convergence threshold.

FON_NORB
       Number of orbitals above and below the Fermi level that are allowed to have fractional occupancies.
TYPE:
       INTEGER
DEFAULT:
       4
OPTIONS:
       n number of active orbitals
RECOMMENDATION:
       The number of valence orbitals is a reasonable choice.

FON_T_END
       Final electronic temperature for FON calculation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       Any desired final temperature.
RECOMMENDATION:
       Pick the temperature to either reproduce experimental conditions (e.g. room temperature) or as low as possible to approach zero-temperature.

FON_T_METHOD
       Selects cooling algorithm.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 temperature is scaled by a factor in each cycle 2 temperature is decreased by a constant number in each cycle
RECOMMENDATION:
       We have made slightly better experience with a constant cooling rate. However, choose constant temperature when in doubt.

FON_T_SCALE
       Determines the step size for the cooling.
TYPE:
       INTEGER
DEFAULT:
       90
OPTIONS:
       n temperature is scaled by 0.01n in each cycle (cooling method 1) n temperature is decreased by n K in each cycle (cooling method 2)
RECOMMENDATION:
       The cooling rate should be neither too slow nor too fast. Too slow may lead to final energies that are at undesirably high temperatures. Too fast may lead to convergence issues. Reasonable choices for methods 1 and 2 are 98 and 50, respectively. When in doubt, use constant temperature.

FON_T_START
       Initial electronic temperature (in K) for FON calculation.
TYPE:
       INTEGER
DEFAULT:
       1000
OPTIONS:
       Any desired initial temperature.
RECOMMENDATION:
       Pick the temperature to either reproduce experimental conditions (e.g. room temperature) or as low as possible to approach zero-temperature.

FORCE_FIELD
       Specifies the force field for MM energies in QM/MM calculations.
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       AMBER99 AMBER99 force field CHARMM27 CHARMM27 force field OPLSAA OPLSAA force field
RECOMMENDATION:
       None.

FRACTIONAL_ELECTRON
       Add or subtract a fraction of an electron.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use an integer number of electrons. n Add n/1000 electrons to the system.
RECOMMENDATION:
       Use only if trying to generate E(N) plots. If n<0, a fraction of an electron is removed from the system.

FRAGMO_GUESS_MODE
       Decide what to do regarding the FRAGMO guess in the present job (for gen_scfman only)
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Spawn fragment jobs sequentially and collect the results as the FRAGMO guess at the end. 1 Generate fragment inputs in folders “FrgX" under the scratch directory of the present job and then terminate. Users can then take advantage of a queuing system to run these jobs simultaneously using “FrgX" as their scratch folders (should be handled with scripting). 2 Read in the available fragment data.
RECOMMENDATION:
       Consider using “1" if the fragment calculations are evenly expensive. Use “2" when FRAGMO guess is pre-computed.

FRGM_LPCORR
       Specifies a correction method performed after the locally-projected equations are converged.
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       ARS Approximate Roothaan-step perturbative correction. RS Single Roothaan-step perturbative correction. EXACT_SCF Full SCF variational correction. ARS_EXACT_SCF Both ARS and EXACT_SCF in a single job. RS_EXACT_SCF Both RS and EXACT_SCF in a single job.
RECOMMENDATION:
       For large basis sets use ARS, use RS if ARS fails.

FRGM_METHOD
       Specifies a locally-projected method.
TYPE:
       STRING
DEFAULT:
       NONE
OPTIONS:
       STOLL Locally-projected SCF equations of Stoll are solved. GIA Locally-projected SCF equations of Gianinetti are solved. NOSCF_RS Single Roothaan-step correction to the FRAGMO initial guess. NOSCF_ARS Approximate single Roothaan-step correction to the FRAGMO initial guess. NOSCF_DRS Double Roothaan-step correction to the FRAGMO initial guess. NOSCF_RS_FOCK Non-converged SCF energy of the single Roothaan-step MOs.
RECOMMENDATION:
       STOLL and GIA are for variational optimization of the ALMOs. NOSCF options are for computationally fast corrections of the FRAGMO initial guess.

FRZ_GEOM
       Compute forces on the frozen PES.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Do not compute forces on the frozen PES. TRUE Compute forces on the frozen PES.
RECOMMENDATION:
       Set it to TRUE when optimized geometry or vibrational frequencies on the frozen PES are desired.

FRZ_ORTHO_DECOMP_CONV
       Convergence criterion for the minimization problem that gives the orthogonal fragment densities.
TYPE:
       INTEGER
DEFAULT:
       6
OPTIONS:
       n 10-n
RECOMMENDATION:
       Use the default unless tighter convergence is preferred.

FRZ_ORTHO_DECOMP
       Perform the decomposition of frozen interaction energy based on the orthogonal decomposition of the 1PDM associated with the frozen wave function.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE (automatically set to TRUE by EDA2 options 1–5)
OPTIONS:
       FALSE Do not perform the orthogonal decomposition. TRUE Perform the frozen energy decomposition using orthogonal fragment densities.
RECOMMENDATION:
       Use default value automatically set by “EDA2". Note that users are allowed to turn off the orthogonal decomposition by setting FRZ_ORTHO_DECOMP to -1. Also, for calculations that involve ECPs, it is automatically set to FALSE since unreasonable results will be produced otherwise.

FSM_MODE
       Specifies the method of interpolation
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       1 Cartesian 2 LST
RECOMMENDATION:
       In most cases, LST is superior to Cartesian interpolation.

FSM_NGRAD
       Specifies the number of perpendicular gradient steps used to optimize each node
TYPE:
       INTEGER
DEFAULT:
       Undefined
OPTIONS:
       N Number of perpendicular gradients per node
RECOMMENDATION:
       Anything between 2 and 6 should work, where increasing the number is only needed for difficult reaction paths.

FSM_NNODE
       Specifies the number of nodes along the string
TYPE:
       INTEGER
DEFAULT:
       Undefined
OPTIONS:
       N number of nodes in FSM calculation
RECOMMENDATION:
       N=15. Use 10 to 20 nodes for a typical calculation. Reaction paths that connect multiple elementary steps should be separated into individual elementary steps, and one FSM job run for each pair of intermediates. Use a higher number when the FSM is followed by an approximate-Hessian based transition state search (Section 9.2.2).

FSM_OPT_MODE
       Specifies the method of optimization
TYPE:
       INTEGER
DEFAULT:
       Undefined
OPTIONS:
       1 Conjugate gradients 2 Quasi-Newton method with BFGS Hessian update
RECOMMENDATION:
       The quasi-Newton method is more efficient when the number of nodes is high.

FSSH_CONTINUE
       Restart a FSSH calculation from a previous run, using the file 396.0. When this is enabled, the initial conditions of the surface hopping calculation will be set, including the correct wave function amplitudes, initial surface, and position/momentum moments (if AFSSH) from the final step of some prior calculation.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Start fresh calculation. 1 Restart from previous run.
RECOMMENDATION:
       None

FSSH_INITIALSURFACE
       Specifies the initial state in a surface hopping calculation.
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       n An integer between FSSH_LOWESTSURFACE and FSSH_LOWESTSURFACE + FSSH_NSURFACES -1.
RECOMMENDATION:
       None

FSSH_LOWESTSURFACE
       Specifies the lowest-energy state considered in a surface hopping calculation.
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       n Only states n and above are considered in a FSSH calculation.
RECOMMENDATION:
       None

FSSH_NSURFACES
       Specifies the number of states considered in a surface hopping calculation.
TYPE:
       INTEGER
DEFAULT:
       None
OPTIONS:
       n n states are considered in the surface hopping calculation.
RECOMMENDATION:
       Any states which may come close in energy to the active surface should be included in the surface hopping calculation.

FTC_CLASS_THRESH_MULT
       Together with FTC_CLASS_THRESH_ORDER, determines the cutoff threshold for included a shell-pair in the dd class, i.e., the class that is expanded in terms of plane waves.
TYPE:
       INTEGER
DEFAULT:
       5 Multiplicative part of the FTC classification threshold. Together with the default value of the FTC_CLASS_THRESH_ORDER this leads to the 5×10-5 threshold value.
OPTIONS:
       n User specified.
RECOMMENDATION:
       Use the default. If diffuse basis sets are used and the molecule is relatively big then tighter FTC classification threshold has to be used. According to our experiments using Pople-type diffuse basis sets, the default 5×10-5 value provides accurate result for an alanine5 molecule while 1×10-5 threshold value for alanine10 and 5×10-6 value for alanine15 has to be used.

FTC_CLASS_THRESH_ORDER
       Together with FTC_CLASS_THRESH_MULT, determines the cutoff threshold for included a shell-pair in the dd class, i.e., the class that is expanded in terms of plane waves.
TYPE:
       INTEGER
DEFAULT:
       5 Logarithmic part of the FTC classification threshold. Corresponds to 10-5
OPTIONS:
       n User specified
RECOMMENDATION:
       Use the default.

FTC_SMALLMOL
       Controls whether or not the operator is evaluated on a large grid and stored in memory to speed up the calculation.
TYPE:
       INTEGER
DEFAULT:
       1
OPTIONS:
       1 Use a big pre-calculated array to speed up the FTC calculations 0 Use this option to save some memory
RECOMMENDATION:
       Use the default if possible and use 0 (or buy some more memory) when needed.

FTC
       Controls the overall use of the FTC.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not use FTC in the Coulomb part 1 Use FTC in the Coulomb part
RECOMMENDATION:
       Use FTC when bigger and/or diffuse basis sets are used.

GAUSSIAN_BLUR
       Enables the use of Gaussian-delocalized external charges in a QM/MM calculation.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Delocalizes external charges with Gaussian functions. FALSE Point charges
RECOMMENDATION:
       None

GAUSS_BLUR_WIDTH
       Delocalization width for external MM Gaussian charges in a Janus calculations.
TYPE:
       INTEGER
DEFAULT:
       NONE
OPTIONS:
       n Use a width of n×10-4 Å.
RECOMMENDATION:
       Blur all MM external charges in a QM/MM calculation with the specified width. Gaussian blurring is currently incompatible with PCM calculations. Values of 1.0–2.0 Å are recommended in Ref. 201.

GEN_SCFMAN_ALGO_1
       The first algorithm to be used in a hybrid-algorithm calculation.
TYPE:
       STRING
DEFAULT:
       0
OPTIONS:
       All the available SCF_ALGORITHM options, including the GEN_SCFMAN additions (Section 4.3.1).
RECOMMENDATION:
       None

GEN_SCFMAN_CONV_1
       The convergence criterion given to the first algorithm. If reached, switch to the next algorithm.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n 10-n
RECOMMENDATION:
       None

GEN_SCFMAN_HYBRID_ALGO
       Use multiple algorithms in an SCF calculation based on GEN_SCFMAN.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Use a single SCF algorithm (given by SCF_ALGORITHM). TRUE Use multiple SCF algorithms (to be specified).
RECOMMENDATION:
       Set it to TRUE when the use of more than one algorithm is desired.

GEN_SCFMAN_ITER_1
       Maximum number of iterations given to the first algorithm. If used up, switch to the next algorithm.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       User-defined
RECOMMENDATION:
       None

GEN_SCFMAN
       Use GEN_SCFMAN for the present SCF calculation.
TYPE:
       BOOLEAN
DEFAULT:
       TRUE
OPTIONS:
       FALSE Use the previous SCF code. TRUE Use GEN_SCFMAN.
RECOMMENDATION:
       Set to FALSE in cases where features not yet supported by GEN_SCFMAN are needed.

GEOM_OPT_CHARAC_CONV
       Overide the built-in convergence criterion for the Davidson solver.
TYPE:
       INTEGER
DEFAULT:
       0 (use the built-in default value 10-5)
OPTIONS:
       n Set the convergence criterion to 10-n.
RECOMMENDATION:
       Use the default. If it fails to converge, consider loosening the criterion with caution.

GEOM_OPT_CHARAC
       Use the finite difference Davidson method to characterize the resulting energy minimum/transition state.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE do not characterize the resulting stationary point. TRUE perform a characterization of the stationary point.
RECOMMENDATION:
       Set it to TRUE when the character of a stationary point needs to be verified, especially for a transition structure.

GEOM_OPT_COORDS
       Controls the type of optimization coordinates.
TYPE:
       INTEGER
DEFAULT:
       -1
OPTIONS:
        0 Optimize in Cartesian coordinates.  1 Generate and optimize in internal coordinates, if this fails abort. -1 Generate and optimize in internal coordinates, if this fails at any stage of the optimization, switch to Cartesian and continue.  2 Optimize in Z-matrix coordinates, if this fails abort. -2 Optimize in Z-matrix coordinates, if this fails during any stage of the optimization switch to Cartesians and continue.
RECOMMENDATION:
       Use the default, as delocalized internals are more efficient. Note that optimization in Z-matrix coordinates requires that the input be specified in Z-matrix format.

GEOM_OPT_DMAX
       Maximum allowed step size. Value supplied is multiplied by 10-3.
TYPE:
       INTEGER
DEFAULT:
       300 = 0.3
OPTIONS:
       n User-defined cutoff.
RECOMMENDATION:
       Use the default.

GEOM_OPT_HESSIAN
       Determines the initial Hessian status.
TYPE:
       STRING
DEFAULT:
       DIAGONAL
OPTIONS:
       DIAGONAL Set up diagonal Hessian. READ Have exact or initial Hessian. Use as is if Cartesian, or transform if internals.
RECOMMENDATION:
       An accurate initial Hessian will improve the performance of the optimizer, but is expensive to compute.

GEOM_OPT_LINEAR_ANGLE
       Threshold for near linear bond angles (degrees).
TYPE:
       INTEGER
DEFAULT:
       165 degrees.
OPTIONS:
       n User-defined level.
RECOMMENDATION:
       Use the default.

GEOM_OPT_MAX_CYCLES
       Maximum number of optimization cycles.
TYPE:
       INTEGER
DEFAULT:
       50
OPTIONS:
       n User defined positive integer.
RECOMMENDATION:
       The default should be sufficient for most cases. Increase if the initial guess geometry is poor, or for systems with shallow potential wells.

GEOM_OPT_MAX_DIIS
       Controls maximum size of subspace for GDIIS.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Do not use GDIIS. -1 Default size = min(NDEG, NATOMS, 4) NDEG = number of molecular degrees of freedom. n Size specified by user.
RECOMMENDATION:
       Use the default or do not set n too large.

GEOM_OPT_MODE
       Determines Hessian mode followed during a transition state search.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Mode following off. n Maximize along mode n.
RECOMMENDATION:
       Use the default, for geometry optimizations.

GEOM_OPT_PRINT
       Controls the amount of Optimize print output.
TYPE:
       INTEGER
DEFAULT:
       3 Error messages, summary, warning, standard information and gradient print out.
OPTIONS:
       0 Error messages only. 1 Level 0 plus summary and warning print out. 2 Level 1 plus standard information. 3 Level 2 plus gradient print out. 4 Level 3 plus Hessian print out. 5 Level 4 plus iterative print out. 6 Level 5 plus internal generation print out. 7 Debug print out.
RECOMMENDATION:
       Use the default.

GEOM_OPT_SYMFLAG
       Controls the use of symmetry in Optimize.
TYPE:
       LOGICAL
DEFAULT:
       TRUE
OPTIONS:
       TRUE Make use of point group symmetry. FALSE Do not make use of point group symmetry.
RECOMMENDATION:
       Use the default.

GEOM_OPT_TOL_DISPLACEMENT
       Convergence on maximum atomic displacement.
TYPE:
       INTEGER
DEFAULT:
       1200 1200×10-6 tolerance on maximum atomic displacement.
OPTIONS:
       n Integer value (tolerance = n×10-6).
RECOMMENDATION:
       Use the default. To converge GEOM_OPT_TOL_GRADIENT and one of GEOM_OPT_TOL_DISPLACEMENT and GEOM_OPT_TOL_ENERGY must be satisfied.

GEOM_OPT_TOL_ENERGY
       Convergence on energy change of successive optimization cycles.
TYPE:
       INTEGER
DEFAULT:
       100 100×10-8 tolerance on maximum (absolute) energy change.
OPTIONS:
       n Integer value (tolerance = value n×10-8).
RECOMMENDATION:
       Use the default. To converge GEOM_OPT_TOL_GRADIENT and one of GEOM_OPT_TOL_DISPLACEMENT and GEOM_OPT_TOL_ENERGY must be satisfied.

GEOM_OPT_TOL_GRADIENT
       Convergence on maximum gradient component.
TYPE:
       INTEGER
DEFAULT:
       300 300×10-6 tolerance on maximum gradient component.
OPTIONS:
       n Integer value (tolerance = n×10-6).
RECOMMENDATION:
       Use the default. To converge GEOM_OPT_TOL_GRADIENT and one of GEOM_OPT_TOL_DISPLACEMENT and GEOM_OPT_TOL_ENERGY must be satisfied.

GEOM_OPT_UPDATE
       Controls the Hessian update algorithm.
TYPE:
       INTEGER
DEFAULT:
       -1
OPTIONS:
       -1 Use the default update algorithm.  0 Do not update the Hessian (not recommended).  1 Murtagh-Sargent update.  2 Powell update.  3 Powell/Murtagh-Sargent update (TS default).  4 BFGS update (OPT default).  5 BFGS with safeguards to ensure retention of positive definiteness (GDISS default).
RECOMMENDATION:
       Use the default.

GEOM_PRINT
       Controls the amount of geometric information printed at each step.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE Prints out all geometric information; bond distances, angles, torsions. FALSE Normal printing of distance matrix.
RECOMMENDATION:
       Use if you want to be able to quickly examine geometric parameters at the beginning and end of optimizations. Only prints in the beginning of single point energy calculations.

GHF
       Run a generalized Hartree-Fock calculation with GEN_SCFMAN.
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       TRUE Run a GHF calculation. FALSE Do not use GHF.
RECOMMENDATION:
       Set to TRUE if desired.

GRAIN
       Controls the number of lowest-level boxes in one dimension for CFMM.
TYPE:
       INTEGER
DEFAULT:
       -1 Program decides best value, turning on CFMM when useful
OPTIONS:
       -1 Program decides best value, turning on CFMM when useful 1 Do not use CFMM n8 Use CFMM with n lowest-level boxes in one dimension
RECOMMENDATION:
       This is an expert option; either use the default, or use a value of 1 if CFMM is not desired.

GVB_AMP_SCALE
       Scales the default orbital amplitude iteration step size by n/1000 for IP/RCC. PP amplitude equations are solved analytically, so this parameter does not affect PP.
TYPE:
       INTEGER
DEFAULT:
       1000 Corresponding to 100%
OPTIONS:
           n User-defined, 0–1000
RECOMMENDATION:
       Default is usually fine, but in some highly-correlated systems it can help with convergence to use smaller values.

GVB_DO_ROHF
       Sets the number of Unrestricted-in-Active Pairs to be kept restricted.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-Defined
RECOMMENDATION:
       If n is the same value as GVB_N_PAIRS returns the ROHF solution for GVB, only works with the UNRESTRICTED = TRUE implementation of GVB with GVB_OLD_UPP = 0 (its default value)

GVB_DO_SANO
       Sets the scheme used in determining the active virtual orbitals in a Unrestricted-in-Active Pairs GVB calculation.
TYPE:
       INTEGER
DEFAULT:
       2
OPTIONS:
       0 No localization or Sano procedure 1 Only localizes the active virtual orbitals 2 Uses the Sano procedure
RECOMMENDATION:
       Different initial guesses can sometimes lead to different solutions. Disabling sometimes can aid in finding more non-local solutions for the orbitals.

GVB_GUESS_MIX
       Similar to SCF_GUESS_MIX, it breaks alpha/beta symmetry for UPP by mixing the alpha HOMO and LUMO orbitals according to the user-defined fraction of LUMO to add the HOMO. 100 corresponds to a 1:1 ratio of HOMO and LUMO in the mixed orbitals.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined, 0n100
RECOMMENDATION:
       25 often works well to break symmetry without overly impeding convergence.

GVB_LOCAL
       Sets the localization scheme used in the initial guess wave function.
TYPE:
       INTEGER
DEFAULT:
       2 Pipek-Mezey orbitals
OPTIONS:
       0 No Localization 1 Boys localized orbitals 2 Pipek-Mezey orbitals
RECOMMENDATION:
       Different initial guesses can sometimes lead to different solutions. It can be helpful to try both to ensure the global minimum has been found.

GVB_N_PAIRS
       Alternative to CC_REST_OCC and CC_REST_VIR for setting active space size in GVB and valence coupled cluster methods.
TYPE:
       INTEGER
DEFAULT:
       PP active space (1 occ and 1 virt for each valence electron pair)
OPTIONS:
       n user-defined
RECOMMENDATION:
       Use the default unless one wants to study a special active space. When using small active spaces, it is important to ensure that the proper orbitals are incorporated in the active space. If not, use the $reorder_mo feature to adjust the SCF orbitals appropriately.

GVB_OLD_UPP
       Which unrestricted algorithm to use for GVB.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       0 Use Unrestricted-in-Active Pairs described in Ref. 548 1 Use Unrestricted Implementation described in Ref. 65
RECOMMENDATION:
       Only works for Unrestricted PP and no other GVB model.

GVB_ORB_CONV
       The GVB-CC wave function is considered converged when the root-mean-square orbital gradient and orbital step sizes are less than 10-GVB_ORB_CONV. Adjust THRESH simultaneously.
TYPE:
       INTEGER
DEFAULT:
       5
OPTIONS:
       n User-defined
RECOMMENDATION:
       Use 6 for PP(2) jobs or geometry optimizations. Tighter convergence (i.e. 7 or higher) cannot always be reliably achieved.

GVB_ORB_MAX_ITER
       Controls the number of orbital iterations allowed in GVB-CC calculations. Some jobs, particularly unrestricted PP jobs can require 500–1000 iterations.
TYPE:
       INTEGER
DEFAULT:
       256
OPTIONS:
       User-defined number of iterations.
RECOMMENDATION:
       Default is typically adequate, but some jobs, particularly UPP jobs, can require 500–1000 iterations if converged tightly.

GVB_ORB_SCALE
       Scales the default orbital step size by n/1000.
TYPE:
       INTEGER
DEFAULT:
       1000 Corresponding to 100%
OPTIONS:
           n User-defined, 0–1000
RECOMMENDATION:
       Default is usually fine, but for some stretched geometries it can help with convergence to use smaller values.

GVB_POWER
       Coefficient for GVB_IP exchange type amplitude regularization to improve the convergence of the amplitude equations especially for spin-unrestricted amplitudes near dissociation. This is the leading coefficient for an amplitude dampening term included in the energy denominator: -(c/10000)(etijp-1)/(e1-1)
TYPE:
       INTEGER
DEFAULT:
       6
OPTIONS:
       p User-defined
RECOMMENDATION:
       Should be decreased if unrestricted amplitudes do not converge or converge slowly at dissociation, and should be kept even valued.

GVB_PRINT
       Controls the amount of information printed during a GVB-CC job.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined
RECOMMENDATION:
       Should never need to go above 0 or 1.

GVB_REGULARIZE
       Coefficient for GVB_IP exchange type amplitude regularization to improve the convergence of the amplitude equations especially for spin-unrestricted amplitudes near dissociation. This is the leading coefficient for an amplitude dampening term -(c/10000)(etijp-1)/(e1-1)
TYPE:
       INTEGER
DEFAULT:
       0 For restricted 1 For unrestricted
OPTIONS:
       c User-defined
RECOMMENDATION:
       Should be increased if unrestricted amplitudes do not converge or converge slowly at dissociation. Set this to zero to remove all dynamically-valued amplitude regularization.

GVB_REORDER_1
       Tells the code which two pairs to swap first.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined XXXYYY
RECOMMENDATION:
       This is in the format of two 3-digit pair indices that tell the code to swap pair XXX with YYY, for example swapping pair 1 and 2 would get the input 001002. Must be specified in GVB_REORDER_PAIRS 1.

GVB_REORDER_2
       Tells the code which two pairs to swap second.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined XXXYYY
RECOMMENDATION:
       This is in the format of two 3-digit pair indices that tell the code to swap pair XXX with YYY, for example swapping pair 1 and 2 would get the input 001002. Must be specified in GVB_REORDER_PAIRS 2.

GVB_REORDER_3
       Tells the code which two pairs to swap third.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined XXXYYY
RECOMMENDATION:
       This is in the format of two 3-digit pair indices that tell the code to swap pair XXX with YYY, for example swapping pair 1 and 2 would get the input 001002. Must be specified in GVB_REORDER_PAIRS 3.

GVB_REORDER_4
       Tells the code which two pairs to swap fourth.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined XXXYYY
RECOMMENDATION:
       This is in the format of two 3-digit pair indices that tell the code to swap pair XXX with YYY, for example swapping pair 1 and 2 would get the input 001002. Must be specified in GVB_REORDER_PAIRS 4.

GVB_REORDER_5
       Tells the code which two pairs to swap fifth.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined XXXYYY
RECOMMENDATION:
       This is in the format of two 3-digit pair indices that tell the code to swap pair XXX with YYY, for example swapping pair 1 and 2 would get the input 001002. Must be specified in GVB_REORDER_PAIRS 5.

GVB_REORDER_PAIRS
       Tells the code how many GVB pairs to switch around.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n 0n5
RECOMMENDATION:
       This allows for the user to change the order the active pairs are placed in after the orbitals are read in or are guessed using localization and the Sano procedure. Up to 5 sequential pair swaps can be made, but it is best to leave this alone.

GVB_RESTART
       Restart a job from previously-converged GVB-CC orbitals.
TYPE:
       LOGICAL
DEFAULT:
       FALSE
OPTIONS:
       TRUE/FALSE
RECOMMENDATION:
       Useful when trying to converge to the same GVB solution at slightly different geometries, for example.

GVB_SHIFT
       Value for a statically valued energy shift in the energy denominator used to solve the coupled cluster amplitude equations, n/10000.
TYPE:
       INTEGER
DEFAULT:
       0
OPTIONS:
       n User-defined
RECOMMENDATION:
       Default is fine, can be used in lieu of the dynamically valued amplitude regularization if it does not aid convergence.

GVB_SYMFIX
       Should GVB use a symmetry breaking fix.
TYPE:
       INTEGER
DEFAULT:
       0 <