Uses of Class
ffx.potential.bonded.Molecule
Packages that use Molecule
Package
Description
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 Real Space package implements real space structure refinement.
The X-ray package implements support for X-ray and Neutron refinement.
-
Uses of Molecule in ffx.algorithms.optimize
Constructors in ffx.algorithms.optimize with parameters of type MoleculeModifierConstructorDescriptionConformationScan
(MolecularAssembly molecularAssembly, Molecule[] systemOne, Molecule[] systemTwo, double minimizeEps, int minimizeMaxIterations, boolean staticTorsionScan, boolean excludeExtraHydrogen, boolean minimize) TorsionSearch
(MolecularAssembly molecularAssembly, Molecule molecule, int nTorsionsPerBond, int returnedStates) -
Uses of Molecule in ffx.potential
Methods in ffx.potential that return MoleculeMethods in ffx.potential with parameters of type MoleculeModifier and TypeMethodDescriptionvoid
MolecularAssembly.deleteMolecule
(Molecule molecule) deleteMolecule -
Uses of Molecule in ffx.realspace
Methods in ffx.realspace that return types with arguments of type Molecule -
Uses of Molecule in ffx.xray
Modifier and TypeMethodDescriptionDataContainer.getAltMolecules()
getAltMoleculesDiffractionData.getAltMolecules()
getAltMoleculesRefinementModel.getAltMolecules()
Getter for the fieldaltMolecules
.