mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Remove one useless if in N_det
This commit is contained in:
parent
7f76f8e2c6
commit
410f564a04
@ -11,13 +11,11 @@ BEGIN_PROVIDER [ integer, N_det ]
|
|||||||
if (read_wf) then
|
if (read_wf) then
|
||||||
call ezfio_has_determinants_n_det(exists)
|
call ezfio_has_determinants_n_det(exists)
|
||||||
if (exists) then
|
if (exists) then
|
||||||
if (exists) then
|
|
||||||
call ezfio_has_determinants_mo_label(exists)
|
call ezfio_has_determinants_mo_label(exists)
|
||||||
if (exists) then
|
if (exists) then
|
||||||
call ezfio_get_determinants_mo_label(label)
|
call ezfio_get_determinants_mo_label(label)
|
||||||
exists = (label == mo_label)
|
exists = (label == mo_label)
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
if (exists) then
|
if (exists) then
|
||||||
call ezfio_get_determinants_n_det(N_det)
|
call ezfio_get_determinants_n_det(N_det)
|
||||||
|
Loading…
Reference in New Issue
Block a user