10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-28 16:12:26 +02:00
quantum_package/src/CISD/H_apply.irp.f

10 lines
186 B
FortranFixed
Raw Normal View History

! Generates subroutine H_apply_cisd
! ----------------------------------
2014-05-13 13:57:58 +02:00
BEGIN_SHELL [ /usr/bin/env python ]
from generate_h_apply import H_apply
2014-06-06 16:19:14 +02:00
H = H_apply("cisd")
print H
END_SHELL
2014-05-13 13:57:58 +02:00