2019-01-25 11:39:31 +01:00
|
|
|
[threshold_davidson]
|
|
|
|
type: Threshold
|
2019-11-26 10:22:07 +01:00
|
|
|
doc: Thresholds of Davidson's algorithm if threshold_davidson_from_pt2 is false.
|
2019-01-25 11:39:31 +01:00
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-10
|
|
|
|
|
2019-11-26 10:22:07 +01:00
|
|
|
[threshold_davidson_from_pt2]
|
|
|
|
type: logical
|
|
|
|
doc: Thresholds of Davidson's algorithm is set to E(rPT2)*threshold_davidson_from_pt2
|
|
|
|
interface: ezfio,provider,ocaml
|
2020-10-23 11:35:45 +02:00
|
|
|
default: false
|
2019-11-26 10:22:07 +01:00
|
|
|
|
2019-01-25 11:39:31 +01:00
|
|
|
[n_states_diag]
|
|
|
|
type: States_number
|
2019-11-18 13:21:51 +01:00
|
|
|
doc: Controls the number of states to consider during the Davdison diagonalization. The number of states is n_states * n_states_diag
|
2019-01-25 11:39:31 +01:00
|
|
|
default: 4
|
|
|
|
interface: ezfio,ocaml
|
|
|
|
|
|
|
|
[davidson_sze_max]
|
|
|
|
type: Strictly_positive_int
|
|
|
|
doc: Number of micro-iterations before re-contracting
|
2019-01-26 19:10:39 +01:00
|
|
|
default: 15
|
2019-01-25 11:39:31 +01:00
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
|
|
|
[state_following]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, the states are re-ordered to match the input states
|
|
|
|
default: False
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
|
|
|
[disk_based_davidson]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, a memory-mapped file may be used to store the W and S2 vectors if not enough RAM is available
|
|
|
|
default: True
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
2021-06-16 09:49:53 +02:00
|
|
|
[csf_based]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, use the CSF-based algorithm
|
|
|
|
default: False
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
2019-01-25 11:39:31 +01:00
|
|
|
[distributed_davidson]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, use the distributed algorithm
|
|
|
|
default: True
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
|
|
|
[only_expected_s2]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, use filter out all vectors with bad |S^2| values
|
|
|
|
default: True
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
|
2019-02-22 19:19:58 +01:00
|
|
|
[n_det_max_full]
|
|
|
|
type: Det_number_max
|
|
|
|
doc: Maximum number of determinants where |H| is fully diagonalized
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1000
|
|
|
|
|
2021-06-18 12:45:41 +02:00
|
|
|
[without_diagonal]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, don't use denominator
|
|
|
|
default: False
|
|
|
|
interface: ezfio,provider,ocaml
|