Plane

class hoomd.md.manifold.Plane(shift=0)

Bases: Manifold

Plane manifold.

Parameters:

shift (float) – z-shift of the xy-plane [length][\mathrm{length}].

Plane defines an xy-plane at a given value of z:

F(x,y,z)=zshiftF(x,y,z) = z - \textrm{shift}

Example:

plane1 = manifold.Plane()
plane2 = manifold.Plane(shift=0.8)