mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-19 04:22:36 +01:00
11 lines
203 B
FortranFixed
11 lines
203 B
FortranFixed
|
use bitmasks
|
||
|
BEGIN_SHELL [ /usr/bin/env python ]
|
||
|
from generate_h_apply import *
|
||
|
|
||
|
s = H_apply("mrcc")
|
||
|
s.data["keys_work"] = "call mrcc_dress(i_generator,key_idx,keys_out,N_int,iproc)"
|
||
|
print s
|
||
|
|
||
|
END_SHELL
|
||
|
|