9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 18:55:19 +02:00

rPT2 matching instead of pt2 matching

This commit is contained in:
Anthony Scemama 2019-06-04 11:14:42 +02:00
parent 20ca64fec9
commit fedc20dc31

View File

@ -65,7 +65,7 @@ subroutine run_cipsi
do while ( &
(N_det < N_det_max) .and. &
(maxval(abs(pt2(1:N_states))) > pt2_max) .and. &
(maxval(abs(rpt2(1:N_states))) > pt2_max) .and. &
(correlation_energy_ratio <= correlation_energy_ratio_max) &
)
write(*,'(A)') '--------------------------------------------------------------------------------'