wulfric.constants.SC_BRAVAIS_LATTICE_LONG_NAMES#

Long names of the Bravais lattices.

Data are from [1]

SC_BRAVAIS_LATTICE_LONG_NAMES = {
    "cP" : "Cubic",
    "cF" : "Face-centered cubic",
    "cI" : "Body-centered cubic",
    "tP" : "Tetragonal",
    "tI" : "Body-centered tetragonal",
    "oP" : "Orthorhombic",
    "oF" : "Face-centered orthorhombic",
    "oI" : "Body-centered orthorhombic",
    "oA" : "C-centered orthorhombic",
    "oC" : "C-centered orthorhombic",
    "hP" : "Hexagonal",
    "hR" : "Rhombohedral",
    "mP" : "Monoclinic",
    "mC" : "C-centered monoclinic",
    "aP" : "Triclinic",
}

References#