Package org.jmol.quantum
Class MlpCalculation
- java.lang.Object
-
- org.jmol.quantum.QuantumCalculation
-
- org.jmol.quantum.MepCalculation
-
- org.jmol.quantum.MlpCalculation
-
public class MlpCalculation extends MepCalculation
-
-
Field Summary
-
Fields inherited from class org.jmol.quantum.MepCalculation
distanceMode, E_MINUS_D, E_MINUS_D_OVER_2, htAtomicPotentials, ONE_OVER_D, ONE_OVER_ONE_PLUS_D, resourceName
-
Fields inherited from class org.jmol.quantum.QuantumCalculation
atomIndex, bohr_per_angstrom, bsExcluded, countsXYZ, doDebug, firstAtomOffset, nX, nY, nZ, originBohr, points, qmAtoms, rangeBohrOrAngstroms, stepBohr, thisAtom, unitFactor, vd, volume, voxelData, voxelDataTemp, X, X2, xBohr, xMax, xMin, Y, Y2, yBohr, yMax, yMin, Z, Z2, zBohr, zMax, zMin
-
-
Constructor Summary
Constructors Constructor Description MlpCalculation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assignPotentials(Atom[] atoms, float[] potentials, BS bsAromatic, BS bsCarbonyl, BS bsIgnore, java.lang.String data)
-
Methods inherited from class org.jmol.quantum.MepCalculation
calculate, createCube, getAtomicPotentials, getTabulatedPotential, getValueAtPoint, process, set, setup, valueFor
-
Methods inherited from class org.jmol.quantum.QuantumCalculation
initialize, initialize0, initializeOnePoint, initializeOnePointQC, processPoints, processPt, setMinMax, setupCoordinates, setXYZBohr
-
-
-
-
Method Detail
-
assignPotentials
public void assignPotentials(Atom[] atoms, float[] potentials, BS bsAromatic, BS bsCarbonyl, BS bsIgnore, java.lang.String data)
- Overrides:
assignPotentials
in classMepCalculation
-
-