2020-10-26 13:45:08 +01: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)
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
|
|
2021-07-01 18:16:23 +02:00
|
|
|
[diag_hess_cas]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, only the DIAGONAL part of the hessian is retained for the CASSCF
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: False
|
|
|
|
|
2021-07-02 17:46:24 +02:00
|
|
|
[hess_cv_cv]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, the core-virtual - core-virtual part of the hessian is computed
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: True
|
|
|
|
|
2021-07-01 18:16:23 +02:00
|
|
|
|
2020-10-26 13:45:08 +01:00
|
|
|
[level_shift_casscf]
|
|
|
|
type: Positive_float
|
|
|
|
doc: Energy shift on the virtual MOs to improve SCF convergence
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 0.005
|
|
|
|
|
2021-06-30 18:31:03 +02:00
|
|
|
|
|
|
|
[fast_2rdm]
|
|
|
|
type: logical
|
|
|
|
doc: If true, the two-rdm are computed with a fast algo
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: True
|
2021-07-02 18:04:05 +02:00
|
|
|
|
|
|
|
[criterion_casscf]
|
|
|
|
type: character*(32)
|
|
|
|
doc: choice of the criterion for the convergence of the casscf: can be energy or gradients
|
|
|
|
interface: ezfio, provider, ocaml
|
|
|
|
default: energy
|
|
|
|
|