Exemplo n.º 1
0
 def __init__(self):
     self.exp = 0.5
     self.primitive = atomic_sto_primitive.s()
     self.npos = [[0.0, 0.0, 0.0]]
     self.npos_idx = 0
     self.box = box_bc.box_nopbc()
     self.norm = 1.0
Exemplo n.º 2
0
 def __init__(self):
   self.exp = 0.5
   self.primitive = atomic_sto_primitive.s()
   self.npos = [[0.0,0.0,0.0]]
   self.npos_idx = 0
   self.box = box_bc.box_nopbc()
   self.norm = 1.0
Exemplo n.º 3
0
 def __init__(self, npos=[], charges=None):
     self.npos = npos
     if charges == None:
         self.charges = []
         for n in npos:
             self.charges.append(1.0)
     else:
         self.charges = charges
     self.box = box_bc.box_nopbc()
     self.nn_pot = 0.0
     self.nn_okay = False
Exemplo n.º 4
0
 def __init__(self,npos=[],charges=None):
   self.npos = npos
   if charges == None:
     self.charges = []
     for n in npos:
       self.charges.append(1.0)
   else:
     self.charges = charges
   self.box = box_bc.box_nopbc()
   self.nn_pot = 0.0
   self.nn_okay = False
Exemplo n.º 5
0
 def __init__(self,npos):
   self.dist_hist = histogram.auto_histogram(nbins=40)
   self.box = box_bc.box_nopbc()
   self.npos = npos
Exemplo n.º 6
0
 def __init__(self, npos):
     self.dist_hist = histogram.auto_histogram(nbins=40)
     self.box = box_bc.box_nopbc()
     self.npos = npos
Exemplo n.º 7
0
 def __init__(self, npos=[]):
     self.npos = npos
     self.box = box_bc.box_nopbc()
     self.func = simple_jastrow()
Exemplo n.º 8
0
 def __init__(self):
     self.box = box_bc.box_nopbc()
     self.func = simple_jastrow(True)
Exemplo n.º 9
0
 def __init__(self, npos=[]):
     self.npos = npos
     self.box = box_bc.box_nopbc()
     self.func = simple_jastrow()
Exemplo n.º 10
0
 def __init__(self):
     self.box = box_bc.box_nopbc()
     self.func = simple_jastrow(True)
Exemplo n.º 11
0
 def __init__(self):
   #self.dist_hist = histogram.auto_histogram()
   self.dist_hist = histogram.histogram(0.0,4.0,nbins=50)
   self.box = box_bc.box_nopbc()
Exemplo n.º 12
0
 def __init__(self):
   #self.dist_hist = histogram.auto_histogram()
   self.dist_hist = histogram.histogram(0.0,4.0,nbins=50)
   self.box = box_bc.box_nopbc()