BoxInterface

class hoomd.box.BoxInterface

The class interface which HOOMD considers to be a box-like object.

Note

This class is exclusively used for help with typing and documentation in HOOMD, and is not meant to be used.

abstract property Lx: float

Length in x direction.

abstract property Ly: float

Length in y direction.

abstract property Lz: float

Length in z direction.

abstract property xy: float

Tilt factor in the xy plane.

abstract property xz: float

Tilt factor in the xy plane.

abstract property yz: float

Tilt factor in the xy plane.