1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 12:47:30 +02:00
qp_plugins_scemama/stable/mp2/H_apply.irp.f

16 lines
310 B
FortranFixed
Raw Normal View History

2019-04-08 10:20:00 +02:00
use bitmasks
BEGIN_SHELL [ /usr/bin/env python2 ]
from generate_h_apply import *
from perturbation import perturbations
s = H_apply("mp2")
s.set_perturbation("Moller_plesset")
#s.set_perturbation("epstein_nesbet")
print s
s = H_apply("mp2_selection")
s.set_selection_pt2("Moller_Plesset")
print s
END_SHELL