Uses of Class
com.actelion.research.chem.forcefield.mmff.Separation
-
Packages that use Separation Package Description com.actelion.research.chem.forcefield.mmff -
-
Uses of Separation in com.actelion.research.chem.forcefield.mmff
Methods in com.actelion.research.chem.forcefield.mmff with parameters of type Separation Modifier and Type Method Description static java.util.List<Electrostatic>
Electrostatic. findIn(Tables table, MMFFMolecule mol, Separation sep)
Overloaded wrapper function for 'findIn' which sets default values for the nonbonded cutoff, dielectric model and dielectric constant.static java.util.List<Electrostatic>
Electrostatic. findIn(Tables table, MMFFMolecule mol, Separation sep, double nonbondedCutoff, boolean dielModel, double dielConst)
Finds all Electrostatic energy terms in the current molecule.static java.util.List<VanDerWaals>
VanDerWaals. findIn(Tables table, MMFFMolecule mol, Separation sep, double nonbondedCutoff)
Finds all van der Waals energy terms in the current molecule.
-