quantum_package/src/Determinants/EZFIO.cfg

129 lines
2.9 KiB
INI
Raw Normal View History

[N_det_max]
type: Det_number_max
doc: Max number of determinants in the wave function
interface: ezfio,provider,ocaml
2017-09-11 23:37:31 +02:00
default: 1000000
[N_det_max_property]
type: Det_number_max
doc: Max number of determinants in the wave function when you select for a given property
interface: ezfio,provider,ocaml
default: 10000
2015-04-20 16:45:06 +02:00
[N_det_max_jacobi]
type: Det_number_max
2015-04-20 16:45:06 +02:00
doc: Maximum number of determinants diagonalized by Jacobi
interface: ezfio,provider,ocaml
2017-09-11 23:37:31 +02:00
default: 2000
2015-04-20 16:45:06 +02:00
[N_states]
type: States_number
doc: Number of states to consider
interface: ezfio,provider,ocaml
default: 1
2015-04-20 16:45:06 +02:00
[read_wf]
type: logical
doc: If true, read the wave function from the EZFIO file
interface: ezfio,provider,ocaml
2015-04-20 16:45:06 +02:00
default: False
[only_single_double_dm]
type: logical
doc: If true, The One body DM is calculated with ignoring the Double<->Doubles extra diag elements
interface: ezfio,provider,ocaml
2015-04-20 16:45:06 +02:00
default: False
[s2_eig]
type: logical
doc: Force the wave function to be an eigenfunction of S^2
interface: ezfio,provider,ocaml
2017-03-11 11:15:01 +01:00
default: True
2015-04-20 16:45:06 +02:00
[threshold_generators]
type: Threshold
doc: Thresholds on generators (fraction of the norm)
interface: ezfio,provider,ocaml
2015-04-20 16:45:06 +02:00
default: 0.99
[threshold_selectors]
type: Threshold
doc: Thresholds on selectors (fraction of the norm)
interface: ezfio,provider,ocaml
2017-09-14 13:52:32 +02:00
default: 0.999
2015-04-20 16:45:06 +02:00
[n_int]
2015-06-23 13:46:41 +02:00
interface: ezfio
2015-04-20 16:45:06 +02:00
doc: n_int
type: N_int_number
[bit_kind]
2015-06-23 13:46:41 +02:00
interface: ezfio
2015-04-20 16:45:06 +02:00
doc: bit_kind
type: Bit_kind
[mo_label]
2015-06-25 10:20:36 +02:00
interface: ezfio
doc: mo_label
2015-04-20 16:45:06 +02:00
type: character*(64)
[n_det]
2015-06-23 13:46:41 +02:00
interface: ezfio
2015-04-20 16:45:06 +02:00
doc: n_det
type: integer
[psi_coef]
2015-06-23 13:46:41 +02:00
interface: ezfio
2015-04-20 16:45:06 +02:00
doc: psi_coef
type: double precision
size: (determinants.n_det,determinants.n_states)
2015-04-20 16:45:06 +02:00
[psi_det]
2015-06-23 13:46:41 +02:00
interface: ezfio
2015-04-20 16:45:06 +02:00
doc: psi_det
type: integer*8
size: (determinants.n_int*determinants.bit_kind/8,2,determinants.n_det)
2015-04-20 16:45:06 +02:00
[det_occ]
2015-06-23 13:46:41 +02:00
interface: ezfio,provider
2015-04-20 16:45:06 +02:00
doc: det_occ
type: integer
2015-10-19 17:28:08 +02:00
size: (electrons.elec_alpha_num,determinants.n_det,2)
2015-04-20 16:45:06 +02:00
[det_coef]
2015-06-23 13:46:41 +02:00
interface: ezfio,provider
2015-04-20 16:45:06 +02:00
doc: det_coef
type: double precision
2015-10-19 17:28:08 +02:00
size: (determinants.n_det)
2015-04-20 16:45:06 +02:00
[expected_s2]
2017-08-20 12:27:08 +02:00
interface: ezfio
2015-10-19 17:28:08 +02:00
doc: Expected value of S^2
type: double precision
[target_energy]
interface: ezfio,provider,ocaml
doc: Energy that should be obtained when truncating the wave function (optional)
type: Energy
default: 0.
2016-11-02 16:01:01 +01:00
[store_full_H_mat]
type: logical
2016-11-02 17:39:39 +01:00
doc: If True, the Davidson diagonalization is performed by storing the full H matrix up to n_det_max_stored. Be careful, it can cost a lot of memory but can also save a lot of CPU time
2016-11-02 16:01:01 +01:00
interface: ezfio,provider,ocaml
default: False
[n_det_max_stored]
type: Det_number_max
2017-12-18 11:05:12 +01:00
doc: Maximum number of determinants for which the full h matrix is stored. be careful, the memory requested scales as 10*n_det_max_stored**2. for instance, 90000 determinants represent a matrix of size 60 Gb.
2016-11-02 16:01:01 +01:00
interface: ezfio,provider,ocaml
default: 90000
2017-12-18 11:05:12 +01:00
[state_average_weight]
type: Strictly_positive_float
doc: Weight of the states in state-average calculations.
interface: ezfio,provider,ocaml
default: 1.
size: (determinants.n_states)