mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
34 lines
623 B
INI
34 lines
623 B
INI
|
[lambda_type]
|
||
|
type: Positive_int
|
||
|
doc: lambda type
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: 0
|
||
|
|
||
|
[energy]
|
||
|
type: double precision
|
||
|
doc: Calculated energy
|
||
|
interface: ezfio
|
||
|
|
||
|
[energy_pt2]
|
||
|
type: double precision
|
||
|
doc: Calculated energy with PT2 contribution
|
||
|
interface: ezfio
|
||
|
|
||
|
[energy]
|
||
|
type: double precision
|
||
|
doc: Calculated energy
|
||
|
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
|
||
|
|