9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-16 14:38:29 +02:00
qp2/src/two_body_rdm/test_2_rdm.irp.f

14 lines
202 B
Fortran
Raw Normal View History

2020-03-19 15:57:49 +01:00
program test_2_rdm
implicit none
read_wf = .True.
touch read_wf
2020-04-05 13:58:17 +02:00
! call routine_active_only
! call routine_full_mos
call routine
2020-03-19 15:57:49 +01:00
end
2020-04-05 13:58:17 +02:00
subroutine routine
implicit none
provide act_2_rdm_ab_mo
end