9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/ccsd/ccsd_space_orb.irp.f
2023-03-13 14:08:32 +01:00

13 lines
108 B
Fortran

! Code
program ccsd
implicit none
read_wf = .True.
touch read_wf
call run_ccsd_space_orb
end