9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/perturbation/EZFIO.cfg

42 lines
1.2 KiB
INI
Raw Normal View History

2019-01-25 11:39:31 +01:00
[do_pt2]
type: logical
doc: If `True`, compute the |PT2| contribution
interface: ezfio,provider,ocaml
default: True
[pt2_max]
type: PT2_energy
2019-01-30 17:23:49 +01:00
doc: The selection process stops when the largest |PT2| (for all the state) is lower than `pt2_max` in absolute value
2019-01-25 11:39:31 +01:00
interface: ezfio,provider,ocaml
default: 0.0001
[variance_max]
type: Positive_float
doc: The selection process stops when the largest variance (for all the state) is lower than `variance_max` in absolute value
interface: ezfio,provider,ocaml
default: 0.0
2020-11-08 16:52:39 +01:00
[pt2_min_parallel_tasks]
type: integer
doc: Minimum number of tasks in PT2 calculation
interface: ezfio,provider,ocaml
default: 1
2019-01-25 11:39:31 +01:00
[pt2_relative_error]
type: Normalized_float
2019-01-30 17:23:49 +01:00
doc: Stop stochastic |PT2| when the relative error is smaller than `pT2_relative_error`
2019-01-25 11:39:31 +01:00
interface: ezfio,provider,ocaml
default: 0.002
[correlation_energy_ratio_max]
type: Normalized_float
2019-01-30 17:23:49 +01:00
doc: The selection process stops at a fixed correlation ratio (useful for getting same accuracy between molecules). Defined as :math:`(E_{CI}-E_{HF})/(E_{CI}+E_{PT2} - E_{HF})`.
2019-01-25 11:39:31 +01:00
interface: ezfio,provider,ocaml
default: 1.00
2019-02-04 14:43:30 +01:00
[h0_type]
type: character*(32)
doc: Type of denominator in PT2. [EN | CFG | HF]
2019-02-04 14:43:30 +01:00
interface: ezfio,provider,ocaml
default: EN