Uses of Class
org.jmol.util.Tensor
Packages that use Tensor
Package
Description
-
Uses of Tensor in org.jmol.adapter.smarter
Methods in org.jmol.adapter.smarter that return TensorModifier and TypeMethodDescriptionXtalSymmetry.addRotatedTensor(Atom a, Tensor t, int iSym, boolean reset, XtalSymmetry.FileSymmetry symmetry) Methods in org.jmol.adapter.smarter with parameters of type TensorModifier and TypeMethodDescriptionXtalSymmetry.addRotatedTensor(Atom a, Tensor t, int iSym, boolean reset, XtalSymmetry.FileSymmetry symmetry) -
Uses of Tensor in org.jmol.api
Methods in org.jmol.api with parameters of type TensorModifier and TypeMethodDescriptionfloatJmolNMRInterface.getIsoOrAnisoHz(boolean isIso, Atom a1, Atom a2, String type, Tensor t) If t is null, then a1, a2, and type are used to find the appropriate tensor.floatJmolNMRInterface.getQuadrupolarConstant(Tensor efg) Quadrupolar constant, directly proportional to Vzz and dependent on the quadrupolar moment of the isotope considered -
Uses of Tensor in org.jmol.modelset
Methods in org.jmol.modelset that return TensorMethods in org.jmol.modelset with parameters of type Tensor -
Uses of Tensor in org.jmol.quantum
Methods in org.jmol.quantum with parameters of type TensorModifier and TypeMethodDescriptionfloatNMRCalculation.getIsoOrAnisoHz(boolean isIso, Atom a1, Atom a2, String units, Tensor isc) floatNMRCalculation.getJCouplingHz(Atom a1, Atom a2, String type, Tensor isc) floatNMRCalculation.getQuadrupolarConstant(Tensor efg) -
Uses of Tensor in org.jmol.shapespecial
Fields in org.jmol.shapespecial declared as TensorFields in org.jmol.shapespecial with type parameters of type TensorMethods in org.jmol.shapespecial with parameters of type Tensor -
Uses of Tensor in org.jmol.symmetry
Methods in org.jmol.symmetry that return Tensor -
Uses of Tensor in org.jmol.util
Methods in org.jmol.util that return TensorModifier and TypeMethodDescriptionTensor.copyTensor()Tensor.setFromAsymmetricTensor(double[][] asymmetricTensor, String type, String id) Standard constructor for QM tensorsTensor.setFromAxes(V3[] axes) Standard constructor for ellipsoids based on axesTensor.setFromEigenVectors(T3[] eigenVectors, float[] eigenValues, String type, String id, Tensor t) Standard constructor for charge and iso.Tensor.setFromThermalEquation(double[] coefs, String id) standard constructor for thermal ellipsoids convention beta (see http://www.iucr.org/iucr-top/comm/cnom/adp/finrepone/finrepone.html)Note that type may be null here to skip type initialization and allow later setting of type; this should be used with care.Methods in org.jmol.util with parameters of type Tensor