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

Allow qp_edit to increase n_det

This commit is contained in:
Anthony Scemama 2019-05-15 15:46:42 +02:00
parent 81a3997853
commit 137c67c9e8

View File

@ -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
;; ;;