mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Correct again bug in occ_pattern
This commit is contained in:
parent
a29070c1d7
commit
c934814821
@ -207,7 +207,7 @@ end
|
||||
endif
|
||||
enddo
|
||||
j+=1
|
||||
if (j>=N_det) then
|
||||
if (j>N_det) then
|
||||
exit
|
||||
endif
|
||||
enddo
|
||||
|
Loading…
Reference in New Issue
Block a user