10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 16:34:50 +02:00
quantum_package/src/Davidson/EZFIO.cfg

31 lines
705 B
INI
Raw Normal View History

2016-09-25 23:28:25 +02:00
[threshold_davidson]
type: Threshold
doc: Thresholds of Davidson's algorithm
interface: ezfio,provider,ocaml
default: 1.e-12
[n_states_diag]
type: States_number
2016-11-16 10:37:35 +01:00
doc: Number of states to consider during the Davdison diagonalization
2017-04-18 00:32:22 +02:00
default: 4
2016-09-25 23:28:25 +02:00
interface: ezfio,provider,ocaml
2016-11-16 10:37:35 +01:00
[davidson_sze_max]
type: Strictly_positive_int
doc: Number of micro-iterations before re-contracting
2017-04-18 00:32:22 +02:00
default: 8
2016-11-16 10:37:35 +01:00
interface: ezfio,provider,ocaml
2016-11-18 22:08:08 +01:00
[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