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