Uses of Interface
ffx.potential.nonbonded.MaskingInterface
Packages that use MaskingInterface
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of MaskingInterface in ffx.potential.nonbonded
Classes in ffx.potential.nonbonded that implement MaskingInterfaceModifier and TypeClassDescriptionclass
The Van der Waals class computes Van der Waals interaction in parallel using aNeighborList
for anyCrystal
.class
The Van der Waals class computes Van der Waals interaction in parallel using aNeighborList
for P1 (no symmetry)Crystal
systems.Constructors in ffx.potential.nonbonded with parameters of type MaskingInterfaceModifierConstructorDescriptionNeighborList
(MaskingInterface maskingRules, Crystal crystal, Atom[] atoms, double cutoff, double buffer, ParallelTeam parallelTeam) Constructor for the NeighborList class. -
Uses of MaskingInterface in ffx.potential.nonbonded.pme
Classes in ffx.potential.nonbonded.pme that implement MaskingInterfaceModifier and TypeClassDescriptionclass
Parallel computation of the permanent field.class
Parallel evaluation of the PME real space energy and gradient.