mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-13 01:23:52 +01:00
32 lines
821 B
INI
32 lines
821 B
INI
[energy]
|
|
type: double precision
|
|
doc: Calculated Selected |FCI| energy
|
|
interface: ezfio
|
|
size: (determinants.n_states)
|
|
|
|
[energy_pt2]
|
|
type: double precision
|
|
doc: Calculated |FCI| energy + |PT2|
|
|
interface: ezfio
|
|
size: (determinants.n_states)
|
|
|
|
[cisd_guess]
|
|
type: logical
|
|
doc: If true, the CASSCF starts with a CISD wave function
|
|
interface: ezfio,provider,ocaml
|
|
default: True
|
|
|
|
[state_following_casscf]
|
|
type: logical
|
|
doc: If |true|, the CASSCF will try to follow the guess CI vector and orbitals
|
|
interface: ezfio,provider,ocaml
|
|
default: False
|
|
|
|
|
|
[level_shift_casscf]
|
|
type: Positive_float
|
|
doc: Energy shift on the virtual MOs to improve SCF convergence
|
|
interface: ezfio,provider,ocaml
|
|
default: 0.005
|
|
|