wulfric.constants.SC_BRAVAIS_LATTICE_SHORT_NAMES#

Short names of the Bravais lattices.

Data are from [1]

SC_BRAVAIS_LATTICE_SHORT_NAMES = {
    "cP" : "CUB",
    "cF" : "FCC",
    "cI" : "BCC",
    "tP" : "TET",
    "tI" : "BCT",
    "oP" : "ORC",
    "oF" : "ORCF",
    "oI" : "ORCI",
    "oA" : "ORCC",
    "oC" : "ORCC",
    "hP" : "HEX",
    "hR" : "RHL",
    "mP" : "MCL",
    "mC" : "MCLC",
    "aP" : "TRI",
}

References#