mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 06:33:49 +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
|