mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-03-25 10:06:29 +01:00
10 lines
154 B
Fortran
10 lines
154 B
Fortran
program test_2_rdm
|
|
implicit none
|
|
read_wf = .True.
|
|
touch read_wf
|
|
call routine_active_only
|
|
call routine_full_mos
|
|
call routine_active_only_trans
|
|
end
|
|
|