mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Merge branch 'master' of github.com:LCPQ/quantum_package
This commit is contained in:
commit
9100309e12
@ -10,7 +10,6 @@ BEGIN_PROVIDER [ integer, N_det ]
|
||||
PROVIDE ezfio_filename
|
||||
if (read_wf) then
|
||||
call ezfio_has_determinants_n_det(exists)
|
||||
if (exists) then
|
||||
if (exists) then
|
||||
call ezfio_has_determinants_mo_label(exists)
|
||||
if (exists) then
|
||||
@ -18,7 +17,6 @@ BEGIN_PROVIDER [ integer, N_det ]
|
||||
exists = (label == mo_label)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
if (exists) then
|
||||
call ezfio_get_determinants_n_det(N_det)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user