10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-29 08:24:55 +02:00
QuantumPackage/src/ccsd/ccsd_spin_orb.irp.f

17 lines
156 B
Fortran
Raw Normal View History

2023-03-13 14:08:32 +01:00
! Prog
program ccsd
implicit none
BEGIN_DOC
! CCSD in spin orbitals
END_DOC
read_wf = .True.
touch read_wf
call run_ccsd_spin_orb
end