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