mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-18 20:13:07 +01:00
Fixed MRCC
This commit is contained in:
parent
61fd771687
commit
eccf1ca93b
@ -787,7 +787,6 @@ END_PROVIDER
|
||||
if (res > resold) then
|
||||
factor = factor * 0.5d0
|
||||
endif
|
||||
resold = res
|
||||
|
||||
if(iand(k, 127) == 0) then
|
||||
print *, k, res, 1.d0 - res/resold
|
||||
@ -796,6 +795,7 @@ END_PROVIDER
|
||||
if ( (res < 1d-10).or.(res/resold > 0.99d0) ) then
|
||||
exit
|
||||
endif
|
||||
resold = res
|
||||
|
||||
end do
|
||||
dIj_unique(1:size(X), s) = X(1:size(X))
|
||||
|
Loading…
Reference in New Issue
Block a user