mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-13 01:23:57 +01:00
31 lines
707 B
INI
31 lines
707 B
INI
[threshold_davidson]
|
|
type: Threshold
|
|
doc: Thresholds of Davidson's algorithm
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-12
|
|
|
|
[n_states_diag]
|
|
type: States_number
|
|
doc: Number of states to consider during the Davdison diagonalization
|
|
default: 10
|
|
interface: ezfio,provider,ocaml
|
|
|
|
[davidson_sze_max]
|
|
type: Strictly_positive_int
|
|
doc: Number of micro-iterations before re-contracting
|
|
default: 10
|
|
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, disk space is used to store the vectors
|
|
default: False
|
|
interface: ezfio,provider,ocaml
|
|
|