10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

Factor 2 in RDM

This commit is contained in:
Anthony Scemama 2021-02-22 13:14:31 +01:00
parent 2036cb8ed4
commit 801af11f1a

View File

@ -525,5 +525,6 @@ BEGIN_PROVIDER [double precision, two_e_dm_mo, (mo_num,mo_num,mo_num,mo_num,N_st
enddo
enddo
two_e_dm_mo(:,:,:,:,:) = two_e_dm_mo(:,:,:,:,:) * 2.d0
END_PROVIDER