mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-05 05:33:56 +01:00
29 lines
588 B
INI
29 lines
588 B
INI
[energy]
|
|
type: double precision
|
|
doc: Calculated energy
|
|
interface: ezfio
|
|
|
|
[energy_pt2]
|
|
type: double precision
|
|
doc: Calculated energy with pt2 contribution
|
|
interface: ezfio
|
|
|
|
[thresh_dressed_ci]
|
|
type: Threshold
|
|
doc: Threshold on the convergence of the dressed CI energy
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-5
|
|
|
|
[n_it_max_dressed_ci]
|
|
type: Strictly_positive_int
|
|
doc: Maximum number of dressed CI iterations
|
|
interface: ezfio,provider,ocaml
|
|
default: 10
|
|
|
|
[h0_type]
|
|
type: Perturbation
|
|
doc: Type of zeroth-order Hamiltonian [ EN | Barycentric ]
|
|
interface: ezfio,provider,ocaml
|
|
default: EN
|
|
|