2019-06-24 15:37:09 +02:00
|
|
|
[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)
|
|
|
|
|
2019-07-04 00:40:02 +02:00
|
|
|
[cisd_guess]
|
|
|
|
type: logical
|
|
|
|
doc: If true, the CASSCF starts with a CISD wave function
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: True
|
|
|
|
|
2019-10-22 20:22:54 +02:00
|
|
|
[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
|
|
|
|
|
|
|
|
|
2019-10-23 00:11:55 +02:00
|
|
|
[level_shift_casscf]
|
|
|
|
type: Positive_float
|
|
|
|
doc: Energy shift on the virtual MOs to improve SCF convergence
|
|
|
|
interface: ezfio,provider,ocaml
|
2019-10-23 02:42:17 +02:00
|
|
|
default: 0.005
|
2019-06-24 15:37:09 +02:00
|
|
|
|