mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 06:23:37 +01:00
10 lines
203 B
Fortran
10 lines
203 B
Fortran
|
! Generates subroutine H_apply_cis
|
||
|
! --------------------------------
|
||
|
|
||
|
BEGIN_SHELL [ /usr/bin/env python2 ]
|
||
|
from generate_h_apply import H_apply
|
||
|
H = H_apply("cis",do_double_exc=False)
|
||
|
print H
|
||
|
END_SHELL
|
||
|
|