mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 19:13:29 +01:00
Change defaults in mo_optimization
This commit is contained in:
parent
c1704e7841
commit
c0b221f647
@ -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