mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-19 04:22:36 +01:00
mend
This commit is contained in:
parent
67a44ee43c
commit
d44ccfa274
@ -5,16 +5,11 @@ interface: input
|
|||||||
default: 1
|
default: 1
|
||||||
|
|
||||||
[N_det_max_jacobi]
|
[N_det_max_jacobi]
|
||||||
type: integer
|
type: Strictly_positive_int
|
||||||
doc: Maximum number of determinants diagonalized by Jacobi
|
doc: Maximum number of determinants diagonalized by Jacobi
|
||||||
interface: input
|
interface: input
|
||||||
default: 1000
|
default: 1000
|
||||||
|
|
||||||
[n_states_diag]
|
|
||||||
type: integer
|
|
||||||
doc: n_states_diag
|
|
||||||
interface: Ocaml
|
|
||||||
|
|
||||||
[read_wf]
|
[read_wf]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, read the wave function from the EZFIO file
|
doc: If true, read the wave function from the EZFIO file
|
||||||
@ -45,6 +40,14 @@ doc: Thresholds on selectors (fraction of the norm)
|
|||||||
interface: input
|
interface: input
|
||||||
default: 0.999
|
default: 0.999
|
||||||
|
|
||||||
|
|
||||||
|
# Only create the ezfio_config, (no Input_* and no PROVIDER)
|
||||||
|
|
||||||
|
[n_states_diag]
|
||||||
|
type: integer
|
||||||
|
doc: n_states_diag
|
||||||
|
interface: Ocaml
|
||||||
|
|
||||||
[n_int]
|
[n_int]
|
||||||
interface: OCaml
|
interface: OCaml
|
||||||
doc: n_int
|
doc: n_int
|
||||||
|
Loading…
Reference in New Issue
Block a user