Keywords

The keywords are listed below can be added to the input script after the occupation of the orbitals is specified. To use a keyword, write the keyword followed by the type of value specified in parentheses e.g. to use davidsonTol write “davidsonTol 5e-5” in your input script. If no type of value is given in parentheses simply use th keyword itself to toggle the desired behavior, e.g. “DoRDM” in your input file will turn on the DoRDM behavior described below.

Basic Keywords

Reference Determinant

  • nroots

    (Integer) Number of eigenstates to solve for. Default is 1, i.e. ground state.

General

  • doSOC

    (Boolean) Include spin-orbit coupling in hamiltonian. Default is false.

  • fullrestart

    (String) Restarts the calculation using determinants from a previous calculation as the starting determinants for a new calculation. This keyword will cause the hamiltonian to be recalculated.

  • noio

    Default is true and does not need to be included in input file. When true SHCI will write the variational results. To set to false write “noio” in input script.

  • prefix

    (String) Path to scratch directory. Default is “.”. To set your own path, simply write the absolute path in the input file without quotations.

  • restart

    (string) Restarts the calculation, reading in wavefunction and hamiltonian from a previous calculation.

  • Treversal

    (Integer) Include time reversal symmetry in calculation. Default is 0 for false, 1 is true.

Variational

  • davidsonTol

    (Double) Tolerance for the final Davidson step. The default is 5e−5.

  • davidsonTolLoose

    (Double) Tolerance for the Davidson steps leading up to final step. The default is 5e-5.

  • dE

    (Double) This is the energy convergence tolerance for the variational portion of the calculation.

  • DoRDM

    If true, the program will save the spatial two body reduced density matrix as a text file. Default is False.

  • DoOneRDM

    (String) If included, Dice will write the spatial and spin 1RDM to a text file in the directory specified with the keyword prefix.

  • epsilon1

    (Array of doubles) Lower limit for accepted value of \(|H_{ai}c_i|\) used when adding determinants to the Fock space during the variational calculation. Here Hai is the hamiltonian matrix element between determinants i and a. \(c_i\) is the projection of the wavefunction onto the ith determinant.

Perturbative

  • epsilon2

    (Double) Lower limit for accepted value of \(|H_{ai}c_i|\) used when adding determinants to the Fock space during the variational calculation. Here Hai is the hamiltonian matrix element between determinants i and a. ci is the projection of the wavefunction onto the ith determinant. Used with stochastic, deterministic, and semi-stochastic perturbative calculations.

  • epsilon2Large

    (Double) This keyword and value cause the perturbative component to be calculated using a semistochastic approach. Epsilon2 specifies the lower limit for the stochastic portion of the perturbative calculation and epsilon2Large specifies the lower limit of the perturbative component that will be calculated deterministically.

  • SampleN

    (Integer) Number of times the set of determinants outside the variational space is sampled in a given stochastic or semistochastic iteration.

  • stochastic

    The default is true and this keyword should not be included in input file. True means that the the perturbative component will be calculated stochastically or semi-stochastically if epsilon2Large is used. To switch to deterministic write “deterministic” in input file.

  • targetError

    (double) This keywords specifies the target standard deviation of the stochastic or semistochastic corrected energy and once the standard deviation reaches this value or a lower one the perturbative calculation will stop. The default is \(10^4\).