Primitive¶
- class hoomd.md.manifold.Primitive(N, epsilon=0)¶
Bases:
Manifold
Triply periodic primitive manifold.
- Parameters:
Primitive
specifies a periodic primitive surface as a constraint. The primitive (or Schwarz P) belongs to the family of triply periodic minimal surfaces:is the nodal approximation of the diamond surface where is the periodicity length in the x, y and z direction. The periodicity length B is defined by the current box size L and the number of unit cells N.
Example:
primitive1 = manifold.Primitive(N=1) primitive2 = manifold.Primitive(N=(1, 2, 2))