mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 22:13:38 +01:00
43 lines
1.0 KiB
INI
43 lines
1.0 KiB
INI
[threshold_davidson]
|
|
type: Threshold
|
|
doc: Thresholds of Davidson's algorithm
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-10
|
|
|
|
[n_states_diag]
|
|
type: States_number
|
|
doc: Number of states to consider during the Davdison diagonalization
|
|
default: 4
|
|
interface: ezfio,ocaml
|
|
|
|
[davidson_sze_max]
|
|
type: Strictly_positive_int
|
|
doc: Number of micro-iterations before re-contracting
|
|
default: 15
|
|
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
|
|
|
|
[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
|
|
|