10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-08 04:14:46 +02:00
quantum_package/src/Full_CI/H_apply.irp.f

11 lines
174 B
FortranFixed
Raw Normal View History

2014-05-28 23:12:00 +02:00
use bitmasks
BEGIN_SHELL [ /usr/bin/env python ]
from generate_h_apply import *
s = H_apply("FCI",openmp=True)
s.set_selection_pt2("epstein_nesbet_2x2")
print s
END_SHELL