コード例 #1
0
ファイル: oxdnaanglepot.py プロジェクト: js850/PyGMIN
 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 
コード例 #2
0
ファイル: oxdnaanglepot.py プロジェクト: yfyh2013/PyGMIN
 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