mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-15 18:43:51 +01:00
Change defaults in mo_optimization
This commit is contained in:
parent
c1704e7841
commit
c0b221f647
@ -2,7 +2,7 @@
|
||||
type: character*(32)
|
||||
doc: Define the kind of hessian for the orbital optimization full : full hessian, diag : diagonal hessian, none : no hessian
|
||||
interface: ezfio,provider,ocaml
|
||||
default: full
|
||||
default: diag
|
||||
|
||||
[n_det_max_opt]
|
||||
type: integer
|
||||
@ -14,7 +14,7 @@ default: 200000
|
||||
type: integer
|
||||
doc: Maximal number of iterations for the orbital optimization
|
||||
interface: ezfio,provider,ocaml
|
||||
default: 20
|
||||
default: 10
|
||||
|
||||
[thresh_opt_max_elem_grad]
|
||||
type: double precision
|
||||
|
Loading…
Reference in New Issue
Block a user