9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 18:25:17 +02:00

unecessary parameter

This commit is contained in:
Yann Damour 2023-04-21 13:44:51 +02:00
parent f228b0a3a4
commit 20d057b7d1

View File

@ -4,12 +4,6 @@ doc: Define the kind of hessian for the orbital optimization full : full hessian
interface: ezfio,provider,ocaml
default: full
[n_det_start]
type: integer
doc: Number of determinants after which the orbital optimization will start, n_det_start must be greater than 1. The algorithm does a cipsi until n_det > n_det_start and the optimization starts after
interface: ezfio,provider,ocaml
default: 5
[n_det_max_opt]
type: integer
doc: Maximal number of the determinants in the wf for the orbital optimization (to stop the optimization if n_det > n_det_max_opt)