10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-06 03:15:59 +02:00
quantum_package/src/Full_CI/H_apply.irp.f
2014-07-09 22:44:42 +02:00

15 lines
227 B
Forth

use bitmasks
BEGIN_SHELL [ /usr/bin/env python ]
from generate_h_apply import *
s = H_apply("FCI")
s.set_selection_pt2("epstein_nesbet")
print s
s = H_apply("FCI_PT2")
s.set_perturbation("epstein_nesbet")
print s
END_SHELL