md.mesh

Overview

MeshPotential

Constructs the potential applied to a mesh.

Details

Mesh potentials for molecular dynamics.

class hoomd.md.mesh.MeshPotential(mesh)

Constructs the potential applied to a mesh.

MeshPotential is the base class for all potentials applied to meshes.

Warning

This class should not be instantiated by users. The class can be used for isinstance or issubclass checks.

property mesh

Mesh data structure used to compute the bond potential.

Modules