Uses of Class
ffx.potential.bonded.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
ModifierConstructorDescriptionConformationScan
(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
Modifier and TypeMethodDescriptionvoid
MolecularAssembly.deleteMolecule
(Molecule molecule) deleteMolecule -
Uses of Molecule in ffx.realspace
-
Uses of Molecule in ffx.xray
Modifier and TypeMethodDescriptionDataContainer.getAltMolecules()
getAltMoleculesDiffractionData.getAltMolecules()
getAltMoleculesRefinementModel.getAltMolecules()
Getter for the fieldaltMolecules
.