mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
Merge branch 'dev-stable' of https://github.com/QuantumPackage/qp2 into dev-stable
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
2ff59e6869
@ -2,7 +2,7 @@
|
|||||||
type: character*(32)
|
type: character*(32)
|
||||||
doc: Define the kind of hessian for the orbital optimization full : full hessian, diag : diagonal hessian, none : no hessian
|
doc: Define the kind of hessian for the orbital optimization full : full hessian, diag : diagonal hessian, none : no hessian
|
||||||
interface: ezfio,provider,ocaml
|
interface: ezfio,provider,ocaml
|
||||||
default: full
|
default: diag
|
||||||
|
|
||||||
[n_det_max_opt]
|
[n_det_max_opt]
|
||||||
type: integer
|
type: integer
|
||||||
@ -14,7 +14,7 @@ default: 200000
|
|||||||
type: integer
|
type: integer
|
||||||
doc: Maximal number of iterations for the orbital optimization
|
doc: Maximal number of iterations for the orbital optimization
|
||||||
interface: ezfio,provider,ocaml
|
interface: ezfio,provider,ocaml
|
||||||
default: 20
|
default: 10
|
||||||
|
|
||||||
[thresh_opt_max_elem_grad]
|
[thresh_opt_max_elem_grad]
|
||||||
type: double precision
|
type: double precision
|
||||||
|
Loading…
Reference in New Issue
Block a user