astar=2*math.pi/3.95
cstar=2*math.pi/12.06556
eps=0.011
Q=Numeric.array( [ [astar*0.02*i+eps,0,0] for i in range(1,50)]    )
debyerange=[4,4,2]
debye=astar/8
SMcellrange=[2,2,2]
cellrange= [-1,-1,-1]
Kcellrange=[8,8,2]
sigmacellrange=[8,8,2]
sigmacharge=3
IS_IT_SCREENED=1
USE_JT=0
selectors=[(1.0,1.0,0.0), (1.0,-1.0,0.0), (1.0,0.0,1.0), (-1.0,1.0,0.0)]

USE_SUPERCELL =1
SUPERCELL_MULT=2
SUPER_DIR=Numeric.array(  [1,0,0]    )

SUPER_MOLLE = [
(2,0, 2+14,2, 10.0),
(2 + 4 ,0, 2+14 +4,2, 10.0),
]