mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-09 07:33:53 +01:00
11 lines
174 B
FortranFixed
11 lines
174 B
FortranFixed
|
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
|
||
|
|