qp_plugins_scemama/deprecated/cc/cc.irp.f

12 lines
170 B
Fortran

program CC
implicit none
BEGIN_DOC
! CC
! Coupled cluster
!
! This program perform coupled cluster calculation
! CCSD or CCSD(T)
END_DOC
call CCSD
end