mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 06:23:37 +01:00
9 lines
122 B
Fortran
9 lines
122 B
Fortran
program test_2_rdm
|
|
implicit none
|
|
read_wf = .True.
|
|
touch read_wf
|
|
call routine_active_only
|
|
call routine_full_mos
|
|
end
|
|
|