Uses of Class
ffx.potential.bonded.Residue

Packages that use Residue
Package
Description
The Algorithms CLI package defines options for PicoCLI command line scripts.
The MC package implements a variety of Monte Carlo moves for optimization and simulation algorithms.
The Misc package contains a few miscellaneous algorithms.
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM code paths.
 
The Potential package implements molecular mechanics force fields with shared memory Parallel Java and via OpenMM.
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions, etc.
The Extended package is progress toward support for constant pH molecular dynamics using extended system variables (i.e.
 
The Parameters package stores force field atom types, bond types, etc, and keywords that define the potential.
The Parsers package handles reading/writing files to/from the internal data structure.
The Utils package implements core functionality needed for using the Potential package, such as opening and closing structure files, basic force field energy evaluations, etc.
The Real Space package implements real space structure refinement.
The X-ray package implements support for X-ray and Neutron refinement.