10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00
QuantumPackage/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