mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Allow qp_edit to increase n_det
This commit is contained in:
parent
c994a8872a
commit
e85a83bad0
@ -84,7 +84,7 @@ end = struct
|
|||||||
let n_det_old =
|
let n_det_old =
|
||||||
Ezfio.get_determinants_n_det ()
|
Ezfio.get_determinants_n_det ()
|
||||||
in
|
in
|
||||||
min n_det_old (Det_number.to_int n)
|
Det_number.to_int n
|
||||||
|> Ezfio.set_determinants_n_det
|
|> Ezfio.set_determinants_n_det
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user