mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 14:33:38 +01:00
19 lines
493 B
INI
19 lines
493 B
INI
|
[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
|
||
|
|
||
|
[dress_relative_error]
|
||
|
type: Normalized_float
|
||
|
doc: Stop stochastic dressing when the relative error is smaller than :option:`perturbation PT2_relative_error`
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: 0.001
|
||
|
|