Package org.jmol.quantum
Class QS
- java.lang.Object
-
- org.jmol.quantum.QS
-
public class QS extends java.lang.ObjectConstants and static methods for quantum shells.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCANONICAL_DC_LISTstatic java.lang.StringCANONICAL_DS_LISTstatic java.lang.StringCANONICAL_FC_LISTstatic java.lang.StringCANONICAL_FS_LISTstatic intDCstatic intDSstatic intFCstatic intFSstatic intGCstatic intGSstatic intHCstatic intHSstatic intICstatic int[]idSphericalstatic intISstatic intMAX_TYPE_SUPPORTEDprivate static intMAXIDstatic intPstatic intSstatic intSPstatic java.lang.String[]tagsstatic java.lang.String[]tags2
-
Constructor Summary
Constructors Constructor Description QS()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancreateDFMap(int[] map, java.lang.String fileList, java.lang.String jmolList, int minLength)static intgetItem(int i)static java.lang.StringgetMOString(float[] lc)static int[][]getNewDfCoefMap()private static intgetQuantumShell(java.lang.String tag)static java.lang.StringgetQuantumShellTag(int id)static intgetQuantumShellTagID(java.lang.String tag)static intgetQuantumShellTagIDSpherical(java.lang.String tag)static booleanisQuantumBasisSupported(char ch)voidsetNboLabels(java.lang.String[] tokens, int nLabels, javajs.util.Lst<java.util.Map<java.lang.String,java.lang.Object>> orbitals, int nOrbitals0, java.lang.String moType)
-
-
-
Field Detail
-
S
public static final int S
- See Also:
- Constant Field Values
-
P
public static final int P
- See Also:
- Constant Field Values
-
SP
public static final int SP
- See Also:
- Constant Field Values
-
DS
public static final int DS
- See Also:
- Constant Field Values
-
DC
public static final int DC
- See Also:
- Constant Field Values
-
FS
public static final int FS
- See Also:
- Constant Field Values
-
FC
public static final int FC
- See Also:
- Constant Field Values
-
GS
public static final int GS
- See Also:
- Constant Field Values
-
GC
public static final int GC
- See Also:
- Constant Field Values
-
HS
public static final int HS
- See Also:
- Constant Field Values
-
HC
public static final int HC
- See Also:
- Constant Field Values
-
IS
public static final int IS
- See Also:
- Constant Field Values
-
IC
public static final int IC
- See Also:
- Constant Field Values
-
MAX_TYPE_SUPPORTED
public static int MAX_TYPE_SUPPORTED
-
MAXID
private static final int MAXID
- See Also:
- Constant Field Values
-
idSpherical
public static final int[] idSpherical
-
tags
public static final java.lang.String[] tags
-
tags2
public static final java.lang.String[] tags2
-
CANONICAL_DC_LIST
public static final java.lang.String CANONICAL_DC_LIST
- See Also:
- Constant Field Values
-
CANONICAL_DS_LIST
public static final java.lang.String CANONICAL_DS_LIST
- See Also:
- Constant Field Values
-
CANONICAL_FC_LIST
public static final java.lang.String CANONICAL_FC_LIST
- See Also:
- Constant Field Values
-
CANONICAL_FS_LIST
public static final java.lang.String CANONICAL_FS_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
isQuantumBasisSupported
public static boolean isQuantumBasisSupported(char ch)
-
getNewDfCoefMap
public static int[][] getNewDfCoefMap()
-
getItem
public static int getItem(int i)
-
getQuantumShellTagID
public static int getQuantumShellTagID(java.lang.String tag)
-
getQuantumShell
private static int getQuantumShell(java.lang.String tag)
-
getQuantumShellTagIDSpherical
public static final int getQuantumShellTagIDSpherical(java.lang.String tag)
-
getQuantumShellTag
public static final java.lang.String getQuantumShellTag(int id)
-
getMOString
public static final java.lang.String getMOString(float[] lc)
-
setNboLabels
public void setNboLabels(java.lang.String[] tokens, int nLabels, javajs.util.Lst<java.util.Map<java.lang.String,java.lang.Object>> orbitals, int nOrbitals0, java.lang.String moType)
-
createDFMap
public static boolean createDFMap(int[] map, java.lang.String fileList, java.lang.String jmolList, int minLength)
-
-