mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 15:13:48 +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
|