mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-09-09 09:24:45 +02: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
|
|
|