Package org.jmol.symmetry
Class SymmetryOperation
- java.lang.Object
-
- javajs.util.M34
-
- javajs.util.M4
-
- org.jmol.symmetry.SymmetryOperation
-
public class SymmetryOperation extends javajs.util.M4
-
-
Field Summary
Fields Modifier and Type Field Description private static javajs.util.P3atomTestprivate javajs.util.V3centeringprivate booleandoNormalize"normalization" is the process of adjusting symmetry operator definitions such that the center of geometry of a molecule is within the 555 unit cell for each operation.private static String[]fortyeigths(package private) intindexprivate Hashtable<String,Object>info(package private) booleanisBio(package private) booleanisCenteringOp(package private) booleanisFinalized(package private) static String[]labelsXn(package private) static String[]labelsXnSub(package private) static String[]labelsXYZ(package private) float[]linearRotTransprivate floatmagOp(package private) intmodDimprivate String[]myLabelsprivate intopId(package private) javajs.util.Matrixrsvsprivate javajs.util.Matrixsigma(package private) StringsubsystemCode(package private) inttimeReversalprivate static String[]twelfthsprivate booleanunCentered(package private) Stringxyz(package private) StringxyzOriginal
-
Constructor Summary
Constructors Constructor Description SymmetryOperation(SymmetryOperation op, javajs.util.P3[] atoms, int atomIndex, int countOrId, boolean doNormalize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static floatapproxF(float f)private static javajs.util.M4div12(javajs.util.M4 op)(package private) voiddoFinalize()(package private) StringdumpInfo()(package private) static StringdumpSeitz(javajs.util.M4 s, boolean isCanonical)private static Stringfc(float x)(package private) static Stringfcoord(javajs.util.T3 p)(package private) StringfixMagneticXYZ(javajs.util.M4 m, String xyz, boolean addMag)(package private) static StringfortyEighthsOf(float n48ths)(package private) javajs.util.V3getCentering()assumption here is that these are in order of sets, as in ITAMap<String,Object>getInfo()(package private) floatgetMagneticOp()Magnetic spin is a pseudo (or "axial") vector.(package private) static StringgetMatrixFromString(SymmetryOperation op, String xyz, float[] linearRotTrans, boolean allowScaling)Convert the Jones-Faithful notation "x, -z+1/2, y" or "x1, x3-1/2, x2, x5+1/2, -x6+1/2, x7..." to a linear array Also allows a-b,-5a-5b,-c;0,0,0 formatstatic javajs.util.M4getMatrixFromXYZ(String xyz)(package private) StringgetXyz(boolean normalized)static StringgetXYZFromMatrix(javajs.util.M4 mat, boolean is12ths, boolean allPositive, boolean halfOrLess)(package private) static StringgetXYZFromRsVs(javajs.util.Matrix rs, javajs.util.Matrix vs, boolean is12ths)(package private) static voidnewPoint(javajs.util.M4 m, javajs.util.P3 atom1, javajs.util.P3 atom2, int x, int y, int z)private static floatnormalize48ths(float iValue, boolean doNormalize)private static floatnormalizeTwelfths(float iValue, boolean doNormalize)private static StringplusMinus(String strT, float x, String sx)(package private) static StringreplaceXn(String xyz, int n)(package private) javajs.util.V3[]rotateAxes(javajs.util.V3[] vectors, UnitCell unitcell, javajs.util.P3 ptTemp, javajs.util.M3 mTemp)(package private) booleansetFromMatrix(float[] offset, boolean isReverse)private voidsetGamma(boolean isReverse)rsvs is the superspace group rotation-translation matrix.private voidsetMatrix(boolean isReverse)(package private) booleansetMatrixFromXYZ(String xyz, int modDim, boolean allowScaling)private voidsetModDim(int dim)static voidsetOffset(javajs.util.M4 m, javajs.util.P3[] atoms, int atomIndex, int count)(package private) voidsetSigma(String subsystemCode, javajs.util.Matrix sigma)(package private) voidsetTimeReversal(int magRev)set the time reversal, and indicate internally in xyz as appended ",m" or ",-m"StringtoString()Returns a string that contains the values of this Matrix4f.(package private) static StringtwelfthsOf(float n12ths)private static StringxyzFraction12(float n12ths, boolean allPositive, boolean halfOrLess)private static StringxyzFraction48ths(float n48ths, boolean allPositive, boolean halfOrLess)-
Methods inherited from class javajs.util.M4
determinant4, equals, getColumn, getElement, getRotationScale, getRow, getTranslation, hashCode, invert, mul, mul2, newA16, newM4, newMV, rotTrans, rotTrans2, round, scale, setA, setAsXYRotation, setAsXZRotation, setAsYZRotation, setColumn4, setColumnA, setElement, setIdentity, setM4, setMV, setRotationScale, setRowA, setToAA, setToM3, setTranslation, setZero, sub, transform, transform2, transpose
-
-
-
-
Field Detail
-
xyzOriginal
String xyzOriginal
-
xyz
String xyz
-
doNormalize
private boolean doNormalize
"normalization" is the process of adjusting symmetry operator definitions such that the center of geometry of a molecule is within the 555 unit cell for each operation. It is carried out when "packed" is NOT issued and the lattice is given as {i j k} or when the lattice is given as {nnn mmm 1}
-
isFinalized
boolean isFinalized
-
opId
private int opId
-
centering
private javajs.util.V3 centering
-
atomTest
private static javajs.util.P3 atomTest
-
myLabels
private String[] myLabels
-
modDim
int modDim
-
linearRotTrans
float[] linearRotTrans
-
rsvs
javajs.util.Matrix rsvs
-
isBio
boolean isBio
-
sigma
private javajs.util.Matrix sigma
-
index
int index
-
subsystemCode
String subsystemCode
-
timeReversal
int timeReversal
-
twelfths
private static final String[] twelfths
-
fortyeigths
private static final String[] fortyeigths
-
labelsXYZ
static final String[] labelsXYZ
-
labelsXn
static final String[] labelsXn
-
labelsXnSub
static final String[] labelsXnSub
-
unCentered
private boolean unCentered
-
isCenteringOp
boolean isCenteringOp
-
magOp
private float magOp
-
-
Constructor Detail
-
SymmetryOperation
SymmetryOperation(SymmetryOperation op, javajs.util.P3[] atoms, int atomIndex, int countOrId, boolean doNormalize)
- Parameters:
op-atoms-atomIndex-countOrId-doNormalize-
-
-
Method Detail
-
setSigma
void setSigma(String subsystemCode, javajs.util.Matrix sigma)
-
setGamma
private void setGamma(boolean isReverse)
rsvs is the superspace group rotation-translation matrix. It is a (3 + modDim + 1) x (3 + modDim + 1) matrix from which we can extract all necessary parts;- Parameters:
isReverse-
-
doFinalize
void doFinalize()
-
div12
private static javajs.util.M4 div12(javajs.util.M4 op)
-
getXyz
String getXyz(boolean normalized)
-
newPoint
static void newPoint(javajs.util.M4 m, javajs.util.P3 atom1, javajs.util.P3 atom2, int x, int y, int z)
-
dumpInfo
String dumpInfo()
-
dumpSeitz
static final String dumpSeitz(javajs.util.M4 s, boolean isCanonical)
-
setMatrixFromXYZ
boolean setMatrixFromXYZ(String xyz, int modDim, boolean allowScaling)
-
setModDim
private void setModDim(int dim)
-
setMatrix
private void setMatrix(boolean isReverse)
-
setFromMatrix
boolean setFromMatrix(float[] offset, boolean isReverse)
-
getMatrixFromXYZ
public static javajs.util.M4 getMatrixFromXYZ(String xyz)
-
getMatrixFromString
static String getMatrixFromString(SymmetryOperation op, String xyz, float[] linearRotTrans, boolean allowScaling)
Convert the Jones-Faithful notation "x, -z+1/2, y" or "x1, x3-1/2, x2, x5+1/2, -x6+1/2, x7..." to a linear array Also allows a-b,-5a-5b,-c;0,0,0 format- Parameters:
op-xyz-linearRotTrans-allowScaling-- Returns:
- canonized Jones-Faithful string
-
xyzFraction12
private static final String xyzFraction12(float n12ths, boolean allPositive, boolean halfOrLess)
-
xyzFraction48ths
private static final String xyzFraction48ths(float n48ths, boolean allPositive, boolean halfOrLess)
-
twelfthsOf
static final String twelfthsOf(float n12ths)
-
fortyEighthsOf
static final String fortyEighthsOf(float n48ths)
-
normalizeTwelfths
private static float normalizeTwelfths(float iValue, boolean doNormalize)
-
normalize48ths
private static float normalize48ths(float iValue, boolean doNormalize)
-
getXYZFromMatrix
public static final String getXYZFromMatrix(javajs.util.M4 mat, boolean is12ths, boolean allPositive, boolean halfOrLess)
-
setOffset
public static void setOffset(javajs.util.M4 m, javajs.util.P3[] atoms, int atomIndex, int count)
-
rotateAxes
javajs.util.V3[] rotateAxes(javajs.util.V3[] vectors, UnitCell unitcell, javajs.util.P3 ptTemp, javajs.util.M3 mTemp)
-
fcoord
static String fcoord(javajs.util.T3 p)
-
fc
private static String fc(float x)
-
approxF
static float approxF(float f)
-
getXYZFromRsVs
static String getXYZFromRsVs(javajs.util.Matrix rs, javajs.util.Matrix vs, boolean is12ths)
-
toString
public String toString()
Description copied from class:javajs.util.M4Returns a string that contains the values of this Matrix4f.- Overrides:
toStringin classjavajs.util.M4- Returns:
- the String representation
-
getMagneticOp
float getMagneticOp()
Magnetic spin is a pseudo (or "axial") vector. This means that it acts as a rotation, not a vector. When a rotation about x is passed through the mirror plane xz, it is reversed; when it is passed through the mirror plane yz, it is not reversed -- exactly opposite what you would imagine from a standard "polar" vector. For example, a vector perpendicular to a plane of symmetry (det=-1) will be flipped (m=1), while a vector parallel to that plane will not be flipped (m=-1) In addition, magnetic spin operations have a flag m=1 or m=-1 (m or -m) that indicates how the vector quantity changes with symmetry. This is called "time reversal" and stored here as timeReversal. To apply, timeReversal must be multiplied by the 3x3 determinant, which is always 1 (standard rotation) or -1 (rotation-inversion). This we store as magOp. See https://en.wikipedia.org/wiki/Pseudovector- Returns:
- +1, -1, or 0
-
setTimeReversal
void setTimeReversal(int magRev)
set the time reversal, and indicate internally in xyz as appended ",m" or ",-m"- Parameters:
magRev-
-
getCentering
javajs.util.V3 getCentering()
assumption here is that these are in order of sets, as in ITA- Returns:
- centering
-
-