public interface QuantumCalculationInterface
Modifier and Type | Method and Description |
---|---|
void |
createCube() |
float |
process(javax.vecmath.Point3f pt) |
boolean |
setupCalculation(VolumeDataInterface volumeData,
java.util.BitSet bsSelected,
java.util.BitSet bsExclude,
java.util.BitSet[] bsMolecules,
java.lang.String calculationType,
javax.vecmath.Point3f[] atomCoordAngstroms,
int firstAtomOffset,
java.util.List<int[]> shells,
float[][] gaussians,
int[][] dfCoefMaps,
java.lang.Object slaters,
float[] moCoefficients,
float[] linearCombination,
float[][] coefs,
float[] partialCharges,
boolean doNormalize,
javax.vecmath.Point3f[] points,
float[] parameters,
int testFlags) |
boolean setupCalculation(VolumeDataInterface volumeData, java.util.BitSet bsSelected, java.util.BitSet bsExclude, java.util.BitSet[] bsMolecules, java.lang.String calculationType, javax.vecmath.Point3f[] atomCoordAngstroms, int firstAtomOffset, java.util.List<int[]> shells, float[][] gaussians, int[][] dfCoefMaps, java.lang.Object slaters, float[] moCoefficients, float[] linearCombination, float[][] coefs, float[] partialCharges, boolean doNormalize, javax.vecmath.Point3f[] points, float[] parameters, int testFlags)
void createCube()
float process(javax.vecmath.Point3f pt)