コード例 #1
0
 def __init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, 
              a=0.0 * units.dimensionless,
              d=0.0 * units.nanometers,
              placeholder=False):
     Abstract3VirtualType.__init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, placeholder)
     self.a = a
     self.d = d
コード例 #2
0
 def __init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, 
              theta=0.0 * units.degrees,
              d=0.0 * units.nanometers,
              placeholder=False):
     Abstract3VirtualType.__init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, placeholder)
     self.theta = theta
     self.d = d
コード例 #3
0
 def __init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, 
              a=0.0 * units.dimensionless,
              b=0.0 * units.dimensionless,
              c=0.0 * units.nanometers ** (-1),
              placeholder=False):
     Abstract3VirtualType.__init__(self, bondingtype1, bondingtype2, bondingtype3, bondingtype4, placeholder)
     self.a = a
     self.b = b
     self.c = c