10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-23 05:32:13 +02:00

Merge branch 'master' of github.com:LCPQ/quantum_package

This commit is contained in:
Anthony Scemama 2014-10-22 00:12:32 +02:00
commit 9100309e12

View File

@ -11,13 +11,11 @@ BEGIN_PROVIDER [ integer, N_det ]
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
call ezfio_get_determinants_mo_label(label)
exists = (label == mo_label)
endif
endif
endif
if (exists) then
call ezfio_get_determinants_n_det(N_det)