mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Added H_apply.irp.f in All_singles
This commit is contained in:
parent
92dd252be0
commit
843a9b3b88
18
plugins/All_singles/H_apply.irp.f
Normal file
18
plugins/All_singles/H_apply.irp.f
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
use bitmasks
|
||||||
|
BEGIN_SHELL [ /usr/bin/env python ]
|
||||||
|
from generate_h_apply import *
|
||||||
|
|
||||||
|
s = H_apply("just_1h_1p")
|
||||||
|
s.set_selection_pt2("epstein_nesbet_2x2")
|
||||||
|
s.unset_skip()
|
||||||
|
s.filter_only_1h1p()
|
||||||
|
print s
|
||||||
|
|
||||||
|
s = H_apply("just_mono")
|
||||||
|
s.set_selection_pt2("epstein_nesbet_2x2")
|
||||||
|
s.unset_skip()
|
||||||
|
s.unset_double_excitations()
|
||||||
|
print s
|
||||||
|
|
||||||
|
END_SHELL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user