10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-17 08:30:31 +02:00
quantum_package/src/CISD_SC2_selected/EZFIO.cfg

30 lines
598 B
INI
Raw Normal View History

2015-03-30 17:36:39 +02:00
[N_det_max_cisd_sc2]
type: Det_number_max
2015-04-07 10:17:38 +02:00
doc: Max number of determinants
2015-03-30 17:36:39 +02:00
interface: input
default: 10000
[do_pt2_end]
type: logical
doc: If true, compute the PT2 at the end of the selection
interface: input
2015-04-13 09:51:36 +02:00
default: True
2015-03-30 17:36:39 +02:00
[PT2_max]
type: PT2_energy
2015-04-07 10:17:38 +02:00
doc: The selection process stops when the largest PT2 (for all the states) is lower
than abs(pt2_max)
2015-03-30 17:36:39 +02:00
interface: input
default: 0.0001
[energy]
type: double precision
doc: Calculated CISD_SC2 energy of ground_state
2015-03-30 17:36:39 +02:00
interface: output
[energy_pt2]
type: double precision
doc: Calculated CISD_SC2 energy+pt2 of ground_state
2015-03-30 17:36:39 +02:00
interface: output