10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-02 06:20:53 +02:00

abort if cc_update_method is unknown

This commit is contained in:
Yann Damour 2024-09-28 12:01:53 +02:00
parent 14a970a819
commit a894986631

View File

@ -237,6 +237,7 @@ subroutine run_ccsd_space_orb
call update_t2(nO,nV,cc_space_f_o,cc_space_f_v,r2%f,t2%f)
else
print*,'Unkown cc_method_method: '//cc_update_method
call abort
endif
call update_tau_space(nO,nV,t1%f,t1,t2,tau)