mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 22:53:52 +01:00
13 lines
108 B
Fortran
13 lines
108 B
Fortran
! Code
|
|
|
|
program ccsd
|
|
|
|
implicit none
|
|
|
|
read_wf = .True.
|
|
touch read_wf
|
|
|
|
call run_ccsd_space_orb
|
|
|
|
end
|