10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-24 14:12:16 +02:00
quantum_package/src/Full_CI/EZFIO.cfg
Thomas Applencourt 7332f5c655 INPORTANT
Add interface : output or interface : input in EZFIO.cfg
Update INSTALL.md
Clean ezfio_interface.py
2015-03-25 15:27:35 +01:00

43 lines
950 B
INI

[N_det_max_fci]
type: Det_number_max
doc: Max number of determinants in the wave function
interface: output
default: 10000
[N_det_max_fci_property]
type: Det_number_max
doc: Max number of determinants in the wave function when you select for a given property
interface: output
default: 10000
[do_pt2_end]
type: logical
doc: If true, compute the PT2 at the end of the selection
interface: output
default: true
[PT2_max]
type: PT2_energy
doc: The selection process stops when the largest PT2 (for all the state is lower
than pt2_max in absolute value
interface: output
default: 0.0001
[var_pt2_ratio]
type: Normalized_float
doc: The selection process stops when the energy ratio variational/(variational+PT2)
is equal to var_pt2_ratio
interface: output
default: 0.75
[energy]
type: double precision
doc: "Calculated Full CI energy"
interface: input
[energy_pt2]
type: double precision
doc: "Calculated Full CI energy"
interface: input