Box Module¶
Contains data structures for simulation boxes.
Simulation Box¶
-
class
freud.box.
Box
(*args, **kwargs)[source]¶ The freud Box class for simulation boxes.
Module author: Carl Simon Adorf <csadorf@umich.edu>
For more information about the definition of the simulation box, please see:
Parameters: -
classmethod
from_matrix
(boxMatrix, dimensions=None)[source]¶ Initialize a box instance from a box matrix.
For more information and the source for this code, see: http://hoomd-blue.readthedocs.io/en/stable/box.html
-
classmethod