Example #1
0
 def __init__(self, theta0 = 140./180.*np.pi, k = 4., use_torsion=False):
     GMINPotential.__init__(self, GMIN)
     self.theta0 = theta0
     self.k = k
     print "theta0 is", theta0
     self.use_torsion = use_torsion 
Example #2
0
 def __init__(self, theta0=140. / 180. * np.pi, k=4., use_torsion=False):
     GMINPotential.__init__(self, GMIN)
     self.theta0 = theta0
     self.k = k
     print "theta0 is", theta0
     self.use_torsion = use_torsion