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

10 lines
154 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
2023-10-06 15:36:38 +02:00
call routine_active_only
2020-03-22 17:15:39 +01:00
call routine_full_mos
2024-02-10 12:48:29 +01:00
call routine_active_only_trans
2020-03-19 15:57:49 +01:00
end