Exemplo n.º 1
0
 def get_potential(self):
     return gupta(**self.potential_kwargs)
Exemplo n.º 2
0
 def setUp(self):
     self.pot = gupta()
     self.x0 = _x.copy()
     self.e0 = -64.91633912
Exemplo n.º 3
0
 def setUp(self):
     self.pot = gupta()
     self.x0 = _x.copy()
     self.e0 = -64.91633912
Exemplo n.º 4
0
 def get_potential(self):
     return gupta(**self.potential_kwargs)