kim_tools.aflow_util package

Submodules

kim_tools.aflow_util.core module

Tools for working with crystal prototypes using the AFLOW command line tool

kim_tools.aflow_util.core.random() x in the interval [0, 1).
exception kim_tools.aflow_util.core.IncorrectSpaceGroupException

Bases: Exception

Raised when a different space group than the one specified in the prototype label is detected

exception kim_tools.aflow_util.core.IncorrectSpeciesException

Bases: Exception

Raised when number or identity of species is inconsistent

exception kim_tools.aflow_util.core.InconsistentWyckoffException

Bases: Exception

Raised when an insonsistency in Wyckoff positions is detected

class kim_tools.aflow_util.core.EquivalentEqnSet(species, wyckoff_letter, param_names, coeff_matrix_list, const_terms_list)

Bases: object

Set of equations representing the fractional positions of equivalent atoms

species: str
wyckoff_letter: str
param_names: List[str]
coeff_matrix_list: List[Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes]]]
const_terms_list: List[Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes]]]
class kim_tools.aflow_util.core.EquivalentAtomSet(species, wyckoff_letter, frac_position_list)

Bases: object

Set of equivalent atoms

species: str
wyckoff_letter: str
frac_position_list: List[Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes]]]
kim_tools.aflow_util.core.write_tmp_poscar_from_atoms_and_run_function(atoms, function, *args, **kwargs)

Write the Atoms file to a NamedTemporaryFile and run 'function' on it.

Parameters:
  • atoms (Atoms) -- The atoms object that will be written to a POSCAR file and fed as the first argument to function

  • function (Callable) -- A function that takes a POSCAR file as the first argument

Return type:

Any

Returns:

Whatever function returns

kim_tools.aflow_util.core.check_number_of_atoms(atoms, prototype_label, primitive_cell=True)

Check if the Atoms object (which must be a conventional or primitive unit cell) has the correct number of atoms according to prototype_label

Raises:

IncorrectNumAtomsException --

Return type:

None

kim_tools.aflow_util.core.split_parameter_array(parameter_names, list_to_split=None)

Split a list of parameters into cell and internal parameters.

Parameters:
  • parameter_names (List[str]) -- List of AFLOW parameter names, e.g. ["a", "c/a", "x1", "x2", "y2", "z2"] Proper AFLOW order is assumed, i.e. cell parameters first, then internal.

  • list_to_split (Optional[List]) -- List to split, must be same length as parameter_names If omitted, parameter_names itself will be split

Return type:

Tuple[List, List]

Returns:

list_to_split (or parameter_names if list_to_split is omitted), split into lists corresponding to the split between cell and internal parameters

Raises:

AssertionError -- If lengths are incompatible or if parameter_names fails an (incomplete) check that it is a sensible list of AFLOW parameters

kim_tools.aflow_util.core.internal_parameter_sort_key(parameter_name)

Sorting key for internal free parameters. Sort by number first, then letter

Return type:

int

kim_tools.aflow_util.core.get_equivalent_atom_sets_from_prototype_and_atom_map(atoms, prototype_label, atom_map, sort_atoms=False)

Get a list of objects representing sets of equivalent atoms from the atom_map of an AFLOW comparison

The AFLOW comparison should be between atoms and atoms_rebuilt, in that order, where atoms_rebuilt is regenerated from the prototype designation detected from atoms, and prototype_label is the detected prototype label

Parameters:

sort_atoms (bool) -- If atom_map was obtained by sorting atoms before writing it to POSCAR, set this to True

Return type:

List[EquivalentAtomSet]

kim_tools.aflow_util.core.get_stoich_reduced_list_from_prototype(prototype_label)

Get numerical list of stoichiometry from prototype label, i.e. "AB3_hP8..." -> [1,3]

Parameters:

prototype_label (str) -- AFLOW prototype label

Return type:

List[int]

Returns:

List of reduced stoichiometric numbers

kim_tools.aflow_util.core.build_abstract_formula_from_stoich_reduced_list(stoich_reduced_list)

Get abstract chemical formula from numerical list of stoichiometry i.e. [1,3] -> "AB3"

Parameters:

stoich_reduced_list (List[int]) -- List of reduced stoichiometric numbers

Return type:

str

Returns:

Abstract chemical formula

kim_tools.aflow_util.core.get_wyckoff_lists_from_prototype(prototype_label)

Expand the list of Wyckoff letters in the prototype to account for each individual letter instead of using numerical multipliers for repeated letters. e.g. A2B3C_mC48_15_aef_3f_2e -> ['aef','fff','ee']

Return type:

List[str]

kim_tools.aflow_util.core.get_atom_indices_for_each_wyckoff_orb(prototype_label)

Get a list of dictionaries containing the atom indices of each Wyckoff orbit.

Return type:

List[Dict]

Returns:

The information is in this format -- [{"letter":"a", "indices":[0,1]}, ... ]

kim_tools.aflow_util.core.get_all_equivalent_labels(prototype_label)

Return all possible permutations of the Wyckoff letters in a prototype label under the operations of the affine normalizer.

NOTE: For now this function will not completely enumerate the possibilities for triclinic and monoclinic space groups

Return type:

List[str]

kim_tools.aflow_util.core.prototype_labels_are_equivalent(prototype_label_1, prototype_label_2, allow_enantiomorph=False, log=True)

Checks if two prototype labels are equivalent (species permutations not allowed)

Parameters:
  • allow_enantiomorph (bool) -- Whether to consider enantiomorphic pairs of space groups to be equivalent

  • log (bool) -- Whether to log results

Return type:

bool

kim_tools.aflow_util.core.find_species_permutation_between_prototype_labels(prototype_label_1, prototype_label_2, allow_enantiomorph=False, log=True)

Find the permutation of species required to match two prototype labels

Parameters:
  • allow_enantiomorph (bool) -- Whether to consider enantiomorphic pairs of space groups to be equivalent

  • log (bool) -- Whether to log results

Return type:

Optional[Tuple[int]]

Returns:

The permutation of species of prototype_label_1 required to match prototype_label_2, or None if no match is found

kim_tools.aflow_util.core.get_space_group_number_from_prototype(prototype_label)
Return type:

int

kim_tools.aflow_util.core.get_pearson_symbol_from_prototype(prototype_label)
Return type:

str

kim_tools.aflow_util.core.get_bravais_lattice_from_prototype(prototype_label)
Return type:

str

kim_tools.aflow_util.core.read_shortnames(aflow_prototype_encyclopedia_path='/home/docs/checkouts/readthedocs.org/user_builds/kim-tools/envs/latest/lib/python3.10/site-packages/kim_tools/aflow_util/aflow_prototype_encyclopedia')

Read the aflow prototype encyclopedia submodule

Parameters:

aflow_prototype_encyclopedia_path (PathLike) -- Path to aflow_prototype_encyclopedia_repo

Return type:

Dict

Returns:

A dictionary where the keys are the prototype strings, and the values are the shortnames found in the corresponding lines.

kim_tools.aflow_util.core.get_real_to_virtual_species_map(input)

Map real species to virtual species according to (alphabetized) AFLOW convention, e.g. for SiC return {'C':'A', 'Si':'B'}

Return type:

Dict

kim_tools.aflow_util.core.solve_for_aflow_cell_params_from_primitive_ase_cell_params(cellpar_prim, prototype_label)

Get conventional cell parameters from primitive cell parameters. It is assumed that the primitive cell is related to the conventional cell as specified in 10.1016/j.commatsci.2017.01.017. Equations obtained from Wolfram notebook in scripts/cell_param_solver.nb

Parameters:
Return type:

List[float]

Returns:

The cell parameters expected by AFLOW for the prototype label provided. The first parameter is always "a" and is given in the same units as cellpar_prim, the others are fractional parameters in terms of "a", or angles in degrees. For example, if the prototype_label provided indicates a monoclinic crystal, this function will return the values of [a, b/a, c/a, beta]

class kim_tools.aflow_util.core.AFLOW(aflow_executable='aflow', aflow_work_dir='', np=4)

Bases: object

Class enabling access to the AFLOW executable

aflow_executable

Name of the AFLOW executable

Type:

str

aflow_work_dir

Path to the work directory

Type:

str

np

Number of processors to use, passed to the AFLOW executable using the --np=... argument

Type:

int

Parameters:
exception AFLOWNotFoundException

Bases: Exception

Raised when the AFLOW executable is not found

exception ChangedSymmetryException

Bases: Exception

Raised when an unexpected symmetry change is detected

exception FailedToMatchException

Bases: Exception

Raised when aflow --compare... fails to match

exception FailedToSolveException

Bases: Exception

Raised when solution algorithm fails

aflow_command(cmd, verbose=True)

Run AFLOW executable with specified arguments and return the output, possibly multiple times piping outputs to each other

Parameters:
  • cmd (Union[str, List[str]]) -- List of arguments to pass to each AFLOW executable. If it's longer than 1, multiple commands will be piped to each other

  • verbose -- Whether to echo command to log file

Raises:

AFLOW.ChangedSymmetryException -- if an aflow --proto= command complains that "the structure has a higher symmetry than indicated by the label"

Return type:

str

Returns:

Output of the AFLOW command

write_poscar_from_prototype(prototype_label, species=None, parameter_values=None, output_file=None, verbose=True, addtl_args='')

Run the aflow --proto command to write a POSCAR coordinate file corresponding to the provided AFLOW prototype designation. This file will have fractional coordinates.

Parameters:
  • prototype_label (str) -- An AFLOW prototype label, with or without an enumeration suffix

  • species (Optional[List[str]]) -- List of stoichiometric species of the crystal. If this is omitted, the file will be written without species info

  • parameter_values (Optional[List[float]]) -- The free parameters of the AFLOW prototype designation. If an enumeration suffix is not included in prototype_label and the prototype has free parameters besides a, this must be provided

  • output_file (Optional[str]) -- Name of the output file. If not provided, the output is returned as a string

  • verbose (bool) -- Whether to echo command to log file

  • addtl_args (str) -- additional arguments to pass, e.g. --equations_only to get equations

Return type:

Optional[str]

Returns:

The output of the command or None if an output_file was given

Raises:

AFLOW.ChangedSymmetryException -- if an aflow --proto= command complains that "the structure has a higher symmetry than indicated by the label"

build_atoms_from_prototype(prototype_label, species, parameter_values=None, proto_file=None, addtl_args='', verbose=True)

Build an atoms object from an AFLOW prototype designation

Parameters:
  • prototype_label (str) -- An AFLOW prototype label, with or without an enumeration suffix

  • species (List[str]) -- Stoichiometric species, e.g. ["Mo", "S"] corresponding to A and B respectively for prototype label AB2_hP6_194_c_f indicating molybdenite

  • parameter_values (Optional[List[float]]) -- The free parameters of the AFLOW prototype designation. If an enumeration suffix is not included in prototype_label and the prototype has free parameters besides a, this must be provided

  • proto_file (Optional[str]) -- Write the POSCAR to this permanent file for debugging instead of a temporary file

  • addtl_args (str) -- additional arguments to pass, e.g. --webpage to get deactivate higher symmetry check

  • verbose (bool) -- Print details in the log file

Return type:

Atoms

Returns:

Object representing unit cell of the material

Raises:

AFLOW.ChangedSymmetryException -- if an aflow --proto= command complains that "the structure has a higher symmetry than indicated by the label"

compare_materials_dir(materials_subdir, no_scale_volume=True)

Compare a directory of materials using the aflow --compare_materials -D tool

Parameters:
  • materials_subdir (str) -- Path to the directory to compare from self.aflow_work_dir

  • no_scale_volume (bool) -- If True, the default behavior of allowing arbitrary scaling of structures before comparison is turned off

Return type:

List[Dict]

Returns:

Attributes of representative structures, their duplicates, and groups as a whole

get_aflow_version()

Run the aflow --version command to get the aflow version

Return type:

str

Returns:

aflow++ executable version

compare_to_prototypes(input_file, prim=True)

Run the aflow --compare2prototypes command to compare the input structure to the AFLOW library of curated prototypes

Parameters:
  • input_file (str) -- path to the POSCAR file containing the structure to compare

  • prim (bool) -- whether to primitivize the structure first

Return type:

List[Dict]

Returns:

JSON list of dictionaries containing information about matching prototypes. In practice, this list should be of length zero or 1

get_prototype_designation_from_file(input_file, prim=True, force_wyckoff=False, verbose=False)
Run the aflow --prototype command to get the AFLOW prototype designation

of the input structure

Parameters:
  • input_file (str) -- path to the POSCAR file containing the structure to analyze

  • prim (bool) -- whether to primitivize the structure first. Faster

  • force_wyckoff (bool) -- If the input is cif, do this to avoid re-analysis and just take the parameters as-is

  • verbose (bool) -- Whether to echo command to log file

Return type:

Dict

Returns:

Dictionary describing the AFLOW prototype designation (label and parameters) of the input structure.

get_prototype_designation_from_atoms(atoms, prim=True, verbose=False)

Run the aflow --prototype command to get the AFLOW prototype designation

Parameters:
  • atoms (Atoms) -- atoms object to analyze

  • prim (bool) -- whether to primitivize the structure first

  • verbose (bool) -- Whether to echo command to log file

Return type:

Dict

Returns:

Dictionary describing the AFLOW prototype designation (label and parameters) of the input structure.

get_library_prototype_label_and_shortname_from_file(poscar_file, prim=True, shortnames={'A108B24C11D24_cP334_222_h4i_i_bf_i-001': "'Ti$_{6}$F$_{27}$(H$_{3}$O)$_{3}$' [F$_{108}$H$_{24}$O$_{11}$Ti$_{24}$] Structure", 'A10B11_tI84_139_dehim_eh2n-001': 'Ho$_{11}$Ge$_{10}$ Structure', 'A10B2C_hP39_171_5c_c_a-001': 'Sr[S$_{2}$O$_{6}$][H$_{2}$O]$_{4}$ Structure', 'A10B2C_hP39_172_5c_c_a-001': 'Sr[S$_{2}$O$_{6}$][H$_{2}$O]$_{4}$ Structure', 'A10B3C29D4_tP92_129_2cij_bd_c3i2jk_i-001': 'Nd$_{3}$Ni$_{29}$Si$_{4}$B$_{10}$', 'A10B3C4_oC68_64_2dfg_ad_2d-001': 'Base-centered Orthorhombic Sr$_{4}$Ru$_{3}$O$_{10}$ Structure', 'A10B3C4_oP68_55_2e2fgh2i_adef_2e2f-001': 'Orthorhombic Sr$_{4}$Ru$_{3}$O$_{10}$ Structure', 'A10B3_hP26_176_bcfi_h-001': '$\\\\zeta$-Cu$_{10}$Sn$_{3}$ Structure', 'A10B3_hP26_176_c3h_h-001': 'Cu$_{10}$Sb$_{3}$ Structure', 'A10B3_oF52_42_2abce_ab-001': 'W$_{3}$O$_{10}$ (WO$_{3} \\\\cdot \\\\frac13$H$_{2}$O) Structure', 'A10B4C3_tI34_139_c2eg_2e_ae-001': 'Sr$_{4}$Ti$_{3}$O$_{10}$ Structure', 'A10B7_hP34_176_c3h_b2h-001': 'Rh$_{20}$Si$_{13}$ Structure', 'A10B7_oC68_64_f2g_adef-001': 'Zr$_{7}$Ni$_{10}$ Structure', 'A10B_cF176_227_cfg_d-001': 'Al$_{10}$V Structure', 'A10B_cF44_225_cf_a-001': 'LaH$_{10}$ High-T$_{c}$ Superconductor Structure', 'A10B_hP22_194_bhj_c-001': 'Proposed 300 GPa HfH$_{10}$ Structure', 'A11B16C5_cP64_208_bfh_adm_ce-001': 'Na$_{11}$U$_{5}$O$_{16}$ Structure', 'A11B2C2_mP60_4_22a_4a_4a-001': 'W$_{2}$O$_{3}$(PO$_{4}$)$_{2}$ Structure', 'A11B3C2_cI64_197_cdf_e_c-001': 'Hf$_{10}$Ta$_{3}$S$_{3}$ Structure', 'A11B3_mC28_12_a5i_ci-001': 'Au$_{11}$Mn$_{3}$ Structure', 'A11B3_mP56_14_11e_3e-001': 'Cs$_{11}$O$_{3}$ Structure', 'A11B3_oC28_65_c4gh_ah-001': 'Tb$_{3}$Sn$_{7}$ Structure', 'A11B3_oI28_71_bf2m_ai-001': 'La$_{3}$Al$_{11}$ Structure', 'A11B4_cF120_227_acdf_e-001': '$\\\\gamma$-Ga$_{2}$O$_{3}$ Structure', 'A11B7_aP72_2_22i_14i-001': 'Pentacene (C$_{11}$H$_{7}$) Structure', 'A11BC9_oI84_45_a5c_a_b4c-001': 'Ca$_{11}$InSb$_{9}$ Structure', 'A12B14C35D4_cF260_196_abeg_2ef_cef2h_e-001': 'Ca$_{14}$Zn$_{6}$Al$_{10}$O$_{35}$ Structure', 'A12B17_cI58_217_g_acg-001': 'Mg$_{17}$Al$_{12}$ Structure', 'A12B19C_hP64_194_ab2fk_efh2k_c-001': 'Magnetoplumbite (PbFe$_{12}$O$_{19}$) Structure', 'A12B22C11_mP90_4_12a_22a_11a-001': 'D-Sucrose (C$_{12}$H$_{22}$O$_{11}$) Structure', 'A12B29_mC82_12_6i_a14i-001': 'Monoclinic Nb$_{12}$O$_{29}$ Structure', 'A12B29_oC164_63_6f_3c13f-001': 'Orthorhombic Nb$_{12}$O$_{29}$ Structure', 'A12B2CD12_aP54_2_12i_2i_i_12i-001': 'Ni(NO$_{3}$)(H$_{2}$O)$_{3}$ Structure', 'A12B2C_cF60_196_h_ac_b-001': 'Cu$_{2}$Fe[CN]$_{6}$ Structure', 'A12B36CD12_cF488_210_h_3h_a_fg-001': 'MgB$_{12}$H$_{12}$[H$_{2}$O]$_{12}$ Structure', 'A12B5_tI34_87_hi_ah-001': 'Ni$_{12}$P$_{5}$ Structure', 'A12B6C_cF608_210_4h_2h_e-001': 'Te[OH]$_{6}$ Structure', 'A12B7C2_hP21_174_2j2k_ajk_cf-001': 'Fe$_{12}$Zr$_{2}$P$_{7}$ Structure', 'A12B7_hP57_174_2j2k4l_ghi3j2k-001': 'St\\\\"{u}tzite (Ag$_{5-x}$Te$_{3}$) Structure', 'A12BC10D_tP96_92_6b_a_5b_a-001': 'Retgersite ($\\\\alpha$-NiSO$_{4}\\\\cdot$6H$_{2}$O, $H4_{5}$) Structure', 'A12BC2_tP30_125_2g2m_c_h-001': 'Sm$_{2}$NiGa$_{12}$ Structure', 'A12BC4_cP34_195_2j_ab_2e-001': 'PrRu$_{4}$P$_{12}$ Structure', 'A12B_cF52_225_h_b-001': 'UB$_{12}$ ($D2_{f}$) Structure', 'A12B_cI26_204_g_a-001': 'Al$_{12}$W Structure', 'A12B_hP13_191_cdei_a-001': '$D2_{a}$ (approximate TiBe$_{12}$) Structure', 'A12B_tI26_139_fij_a-001': 'Mn$_{12}$Th ($D2_{b}$) Structure', 'A13B20_cI66_197_af_2cf-001': '$\\\\gamma$-Bi$_{2}$O$_{3}$ Structure', 'A13B2C2_oP34_32_a6c_c_c-001': 'Re$_{2}$O$_{5}$(SO$_{4}$)$_{2}$ Structure', 'A13B2C6_mP168_14_26e_4e_12e-001': 'Mg$_{6}$Ir$_{2}$H$_{11}$', 'A13B2_hR15_166_a2h_c-001': "B$_{13}$C$_{2}$ ``B$_{4}$C'' ($D1_{g}$) Structure", 'A13B3C8D12_cP72_223_ak_c_i_k-001': '$\\\\beta$-Ba$_{8}$Ga$_{16}$Sn$_{30}$ Clathrate Structure', 'A13B4C4_cF84_216_afg_e_e-001': 'Al$_{13}$Cr$_{4}$Si$_{4}$ Structure', 'A13B4_mC102_12_ah8i5j_4ij-001': 'Al$_{13}$Fe$_{4}$ Structure', 'A13B4_mC102_8_17a11b_8a2b-001': 'Monoclinic Co$_{4}$Al$_{13}$ Structure', 'A13B4_mC34_12_a6i_2i-001': 'Os$_{4}$Al$_{13}$ Structure', 'A13B4_oP102_31_17a11b_8a2b-001': 'Orthorhombic Co$_{4}$Al$_{13}$ Structure (Approximate Quasicrystal)', 'A13B5_hP18_164_a2c4d_b2d-001': 'Li$_{13}$Sn$_{5}$ Structure', 'A13B5_hP36_194_a2e4f_b2f-001': 'Na$_{13}$Pb$_{5}$ ($\\\\gamma$-NaPb) Structure', 'A13B6C24D4_hP188_184_2a4d_2d_8d_bd-001': 'NaTi$_{2}$(PS$_{4}$)$_{3}$ Structure', 'A13BC18D20E5_cF228_216_ah_c_gh_2eh_be-001': 'Zunyite [Al$_{13}$(OH,F)$_{18}$Si$_{5}$O$_{20}$Cl ($S0_{8}$)] Structure', 'A14B3C5_hP44_176_e2hi_h_fh-001': 'Lead Apatite [Pb$_{10}$(PO$_{4}$)$_{6}$O] Structure', 'A14B3C5_tP44_94_c3g_ad_bg-001': 'Na$_{5}$Fe$_{3}$F$_{14}$ Structure', 'A14B3_hP102_158_abc13d_3d-001': 'PtAl$_{4}$ Structure', 'A14BC11D_oP108_19_14a_a_11a_a-001': 'Morenosite (NiSO$_{4}\\\\cdot$7H$_{2}$O, $H4_{12}$) Structure', 'A14BC8D5_cF1344_209_7j_g_4j_g2j-001': 'PCN-20 [C$_{14}$CuO(H$_{2}$O)$_{4}$] Structure', 'A15B4_cI76_220_ae_c-001': 'Cu$_{15}$Si$_{4}$ ($D8_{6}$) Structure', 'A15B_oI128_71_lmn6o_eg-001': 'Orthorhombic Fullerene (Cs$_{3}$C$_{60}$) Structure', 'A16B13_tI116_141_2hi_a2fh-001': 'V$_{13}$O$_{16}$ Structure', 'A16B17_mC66_12_4i2j_aeh4ij-001': 'NiBi Structure', 'A16B2C_cF152_227_eg_c_b-001': 'Predicted Li$_{2}$MgH$_{16}$ High-T$_{c}$ Superconductor (250 GPa) Structure', 'A16B2C_hP19_164_2d2i_d_a-001': 'Predicted Li$_{2}$MgH$_{16}$ 300 GPa Structure', 'A16B3_hR19_166_2c2h_ac-001': 'Sn$_{3}$P$_{4}$ Structure', 'A16B40C12D6E5_cF316_216_eh_e2g2h_h_f_ae-001': 'Murataite [(Y,Na)$_{6}$(Zn,Fe)$_{5}$Ti$_{12}$O$_{29}$(O,F)$_{10}$F$_{4}$] Structure', 'A16B4C16D_cF296_219_eh_e_eh_a-001': 'Sn[Co(CO)$_{4}$]$_{4}$ Structure', 'A16B6C7_cF116_225_2f_e_ad-001': 'Mg$_{6}$Si$_{7}$Cu$_{16}$ Structure', 'A17B10_oP54_55_a3g5h_3g2h-001': 'Nb$_{8}$P$_{5}$ Structure', 'A17B10_tP108_116_e8j_ad2g2h5i-001': 'Rh$_{10}$Ga$_{17}$ Structure', 'A17B15_cP64_207_acfk_eij-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B15_cP64_215_acg2i_f2i-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B15_cP64_221_acfm_eij-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B2_hP38_194_fgjk_bc-001': 'Th$_{2}$Ni$_{17}$ Structure', 'A17B2_hR19_166_cegh_c-001': 'Nb$_{2}$Be$_{17}$ Structure', 'A17B3_cF160_227_aeg_bc-001': 'Na$_{24-\\\\delta}$Ge$_{136}$ Clathrate Structure', 'A17B3_cI160_204_def2gh_g-001': 'Ru$_{3}$Be$_{17}$ Structure', 'A17B47_oP128_32_a8c_a23c-001': 'Mo$_{17}$O$_{47}$ Structure', 'A17B4_cF420_216_a6efg4h_2efg-001': 'Li$_{17}$Pb$_{4}$ Structure', 'A17B4_mC84_5_ab16c_4c-001': 'Al$_{17}$Mo$_{4}$ Structure', 'A17BC17D4E_tP320_89_17p_p_17p_4p_il-001': '(CH)$_{17}$FeO$_{4}$Pt Structure ({\\\\em Revised})', 'A17BC4D_tP184_89_17p_p_4p_il-001': '(CH)$_{17}$FeO$_{4}$Pt Structure (Original Page)', 'A18B10C_tP116_130_2c4g_2c2g_a-001': 'Sr(OH)$_{2}$(H$_{2}$O)$_{8}$ Structure', 'A18B15C10D2_hP45_164_ij_abcdei_2di_d-001': 'Averievite [(ClCu)$_{2}$Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'A18B2C3_cF184_227_fg_d_ac-001': 'Mg$_{3}$Cr$_{2}$Al$_{18}$ Structure', 'A18B5C6_tP58_136_f4i_afg_gi-001': 'Rh$_{6}$Mn$_{5}$Bi$_{18}$ Structure', 'A18B_cF76_225_c2f_a-001': 'High Temperature Cu$_{2}$Se Structure', 'A19B10_hP58_175_e2j2kl_djl-001': 'Na$_{4}$Ge$_{13}$ Structure', 'A19B15_tP68_114_ac4e_bc3e-001': 'C$_{19}$Sc$_{15}$ Structure', 'A19B44_tI252_122_ac4e_2d10e-001': 'Ba$_{19}$Li$_{44}$ Structure', 'A20B3_cI184_204_def3gh_g-001': 'YCd$_{6}$ Structure', 'A21B13_hP136_183_abc3d6e2f_2ab3d5e-001': 'Ta$_{21}$Te$_{13}$ Structure', 'A21B_cI44_229_bdh_a-001': '$\\\\alpha$-AgI ($B23$) Structure', 'A22B5_cF432_196_abcd6efg4h_2efg-001': 'Li$_{22}$Si$_{5}$ Structure', 'A22B5_oF216_43_11b_a2b-001': 'Al$_{22}$Mo$_{5}$ Structure', 'A22B_cF184_227_cdfg_a-001': 'Zn$_{22}$Zr Structure', 'A23B2C6_cP31_200_cij_ab_f-001': 'C-AlRuNi (Al$_{20}$Ni$_{3}$Ru$_{5}$) Structure', 'A23B4_hP54_194_fh3k_ah-001': 'Al$_{23}$V$_{4}$ Structure', 'A23B6_cF116_225_ad2f_e-001': 'Th$_{6}$Mn$_{23}$ ($D8_{a}$) Structure', 'A24B11_hP70_186_2ab7c_ab3c-001': 'Ce$_{24}$Co$_{11}$ Structure', 'A24B3C66D6E7_hR212_148_8f_f_22f_2f_c2f-001': 'Sn$_{14}$Cl$_{6}$(CH$_{2}$SiMe$_{3}$)$_{12}$ Structure', 'A24BC_cF104_209_j_a_b-001': 'KPF$_{6}$ Structure', 'A25B21_hR92_167_b2e3f_e3f-001': 'Zr$_{21}$Re$_{25}$ Structure', 'A27B52CD12_cP184_224_dl_eh3k_a_k-001': 'Dodecatungstophosphoric Acid Hexahydrate (H$_{3}$PW$_{12}$O$_{40}\\\\cdot$6H$_{2}$O) Structure', 'A27B7_hP68_175_chjk3l_ejk-001': 'Ag$_{51}$Gd$_{14}$ Structure', 'A28B5C12_cP90_201_e2h_bd_h-001': 'KW$_{3}$Br$_{7}$ Structure', 'A29B40CD12_cF656_227_ae2fg_e3g_b_g-001': 'H$_{3}$PW$_{12}$O$_{40}\\\\cdot$29H$_{2}$O ($H4_{21}$) Structure', 'A2B11C4_mP34_14_e_a5e_2e-001': 'Cr$_{2}$Te$_{4}$O$_{11}$', 'A2B11_cP39_200_f_begik-001': 'Mg$_{2}$Zn$_{11}$ ($D8_{c}$) Structure', 'A2B12C3_hR34_148_2c_4f_f-001': 'Mikasaite (Rhombohedral Fe$_{2}$(SO$_{4}$)$_{3}$) Structure', 'A2B12C3_mP68_14_2e_12e_3e-001': 'Monoclinic Fe$_{2}$(SO$_{4}$)$_{3}$ Structure', 'A2B12C4D4E_tP46_114_d_3e_e_e_a-001': 'Ag$_{2}$SO$_{4}\\\\cdot$4NH$_{3}$ ($H4_{17}$) Structure', 'A2B12C6D_hP21_150_d_2g_ef_a-001': 'SrCl$_{2}\\\\cdot$(H$_{2}$O)$_{6}$ Structure', 'A2B12CD6_mC42_12_i_2i2j_a_ij-001': 'Bischofite (MgCl$_{2}\\\\cdot$6H$_{2}$O, $J1_{7}$) Structure', 'A2B13C4_hP57_168_d_c6d_2d-001': 'K$_{2}$Ta$_{4}$O$_{9}$F$_{4}$ Structure', 'A2B13C6D_hP44_182_bc_a2i_i_d-001': 'Na$_{2}$Co$_{2}$TeO$_{6}$ Structure', 'A2B14C3DE3_hP23_150_d_d2g_e_a_f-001': 'Dugganite (Pb$_{3}$Zn$_{3}$TeAs$_{2}$O$_{14}$) Structure', 'A2B15_hR17_148_c_ac2f-001': 'Pd$_{15}$P$_{2}$ Structure', 'A2B17C6_oI100_46_ab_b8c_3c-001': 'Nb$_{2}$Zr$_{6}$O$_{17}$ Structure', 'A2B17_hR19_166_c_cdfh-001': 'Th$_{2}$Zn$_{17}$ Structure', 'A2B2C12D3_cP76_198_2a_2a_4b_b-001': 'Langbeinite [K$_{2}$Mg$_{2}$(SO$_{4}$)$_{3}$] Structure', 'A2B2C2DE2_mC72_15_2f_2f_2f_f_2f-001': 'Rhodan Hydrate (H$_{2}$C$_{2}$N$_{2}$S$_{2}$O) Structure', 'A2B2C3D10E2_oC76_37_d_d_cd_5d_d-001': 'Bi$_{2}$Sr$_{2}$Ca$_{2}$Cu$_{3}$O$_{10+x}$ (Bi-2223) Structure', 'A2B2C3D10E_mP18_10_m_ac_en_3m2n_g-001': 'Hulsite [(Fe$_{1.315}$Mg$_{0.56}$Sn$_{0.1}$)BO$_{5}$] Structure', 'A2B2C3D12E4_tI184_142_f_f_be_3g_g-001': 'Analcime (NaAlSi$_{2}$O$_{6}\\\\cdot$H$_{2}$O, $S6_{1}$) Structure', 'A2B2C3_oP28_57_e_cd_de-001': 'Y$_{3}$Rh$_{2}$Si$_{2}$ Structure', 'A2B2C4D_oP36_62_d_d_2cd_c-001': 'Topaz (Al$_{2}$SiO$_{4}$F$_{2}$, $S0_{5}$) Structure', 'A2B2C4D_tP18_132_e_i_o_b-001': 'Rb$_{2}$TiCu$_{2}$S$_{4}$ Structure', 'A2B2C5D24E8_mC82_12_h_i_agh_2i5j_2j-001': 'Tremolite (Ca$_{2}$Mg$_{5}$Si$_{8}$O$_{22}$(OH)$_{2}$ $S4_{2}$) Structure', 'A2B2C5D_mP20_4_2a_2a_5a_a-001': 'Li$_{2}$SO$_{4}\\\\cdot$H$_{2}$O ($H4_{8}$) Structure', 'A2B2C5_aP18_2_2i_2i_5i-001': 'Co$_{2}$B$_{2}$O$_{5}$ Structure', 'A2B2C5_oC36_39_d_d_c2d-001': 'Li$_{2}$(Si${0.25}$Ge$_{0.75}$)$_{2}$O$_{5}$ Structure', 'A2B2C6DE2_oC52_63_g_e_fh_c_f-001': 'Cu$_{2}$Pb(SeO$_{3}$)$_{2}$Br$_{2}$ Structure', 'A2B2C6D_tI44_121_i_i_ij_c-001': 'SrCu$_{2}$(BO$_{3}$)$_{2}$ Structure', 'A2B2C7D2_hP26_188_i_h_cl_ab-001': 'Sr$_{2}$Be$_{2}$B$_{2}$O$_{7}$ Structure', 'A2B2C7_cF88_227_c_d_af-001': 'Pyrochlore Iridate (Eu$_{2}$Ir$_{2}$O$_{7}$, $E8_{1}$) Structure', 'A2B2C7_oC88_64_ef_df_3f2g-001': 'Na$_{2}$Mo$_{2}$O$_{7}$ Structure', 'A2B2C9D2_mC90_5_ab2c_3c_a13c_3c-001': 'Bassanite [CaSO$_{4}$(H$_{2}$O)$_{0.5}$, $H4_{7}$] Structure', 'A2B2CD10E22F8_tP90_75_d_d_ab_5d_11d_4d-001': 'Li$_{3}$[AlP$_{2}$O$_{7}$F(OH)](H$_{2}$O)$_{0.5}$ Structure', 'A2B2CD6E_tP24_113_e_e_c_ef_a-001': 'Ba$_{2}$ZnGe$_{2}$S$_{6}$O Structure', 'A2B2CD8_oC104_64_ef_2f_d_4f2g-001': 'K$_{2}$Ni(MoO$_{4}$)$_{2}$ structure', 'A2B2C_hP5_164_d_d_a-002': 'Ce$_{2}$O$_{2}$S Structure', 'A2B2C_mC20_15_ac_f_e-001': 'Ag$_{2}$PbO$_{2}$ Structure', 'A2B2C_mP20_14_2e_2e_e-001': '$\\\\alpha$-SrRh$_{2}$As$_{2}$ Structure', 'A2B2C_oC80_64_efg_efg_df-001': 'MgB$_{2}$C$_{2}$ Structure', 'A2B2C_oF20_69_g_f_a-001': '$\\\\beta$-SrRh$_{2}$As$_{2}$ Structure', 'A2B2C_oP20_19_2a_2a_a-001': 'W\\\\"{u}lfingite ($\\\\epsilon$-Zn(OH)$_{2}$, C31) Structure', 'A2B2C_oP20_55_2g_2g_h-001': 'ScB$_{2}$C$_{2}$ Structure', 'A2B2C_tI10_139_d_e_a-002': 'TlCo$_{2}$S$_{2}$ Structure', 'A2B2C_tI10_139_d_e_a-003': 'ThCr$_{2}$Si$_{2}$ Structure', 'A2B2C_tP10_131_j_l_f-001': 'LaB$_{2}$C$_{2}$ Structure', 'A2B3C12D12_cI232_230_a_c_h_h-001': 'Ca$_{3}$Al$_{2}$(OH)$_{12}$ ($J2_{3}$) Structure', 'A2B3C12D2_mC152_15_2f_3f_12f_aef-001': 'Rb$_{2}$Cu${2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C12D3_cI160_230_a_c_h_d-001': 'Garnet [$S1_{4}$, Co$_{3}$Al$_{2}$(SiO$_{4}$)$_{3}$] Structure', 'A2B3C12_mC68_15_f_ef_6f-001': '$\\\\alpha$-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C12_oP68_32_2c_3c_12c-001': "$\\\\beta$'-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure", 'A2B3C12_tP34_113_e_ae_2e2f-001': '$\\\\beta$-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C18D6_hP58_192_c_f_lm_l-001': 'Beryl (Be$_{3}$Al$_{2}$Si$_{6}$O$_{18}$, $S3_{1}$) Structure', 'A2B3C2D2_tI18_139_e_ad_c_e-001': 'Sr$_{2}$Mn$_{3}$As$_{2}$O$_{2}$ Structure', 'A2B3C2D8_mP30_14_e_ae_e_4e-001': 'Azurite [Cu$_{3}$(CO$_{3}$)$_{2}$(OH)$_{2}$, $G7_{4}$] Structure', 'A2B3C2_cI28_199_a_b_a-002': 'Corderoite ($\\\\alpha$-Hg$_{3}$S$_{2}$Cl$_{2}$) Structure', 'A2B3C2_cP224_223_abcdefk_j3k_il-001': '$\\\\beta$-Hg$_{3}$S$_{2}$Cl$_{2}$ Structure', 'A2B3C2_mP14_14_e_ae_e-001': 'HgCl$_{2}\\\\cdot$2HgO Structure', 'A2B3C3DE7_hP48_145_2a_3a_3a_a_7a-001': 'Sheldrickite (NaCa$_{3}$[CO$_{3}$]$_{2}$F$_{3}$[H$_{2}$O]) Structure', 'A2B3C3_hP32_194_cg_2h_k-001': 'Co$_{3}$W$_{9}$C$_{4}$ Structure', 'A2B3C4D_oP40_62_d_cd_2cd_c-001': 'Norbergite [Mg(F,OH)$_{2}\\\\cdot$ Mg$_{2}$SiO$_{6}$, $S0_{7}$] Structure', 'A2B3C5_mC40_12_2i_3i_5i-001': 'Pr$_{5}$Co$_{2}$Ge$_{4}$ Structure', 'A2B3C6D_hP12_164_d_e_i_a-001': 'Kapellasite (Cu$_{3}$Zn(OH)$_{6}$Cl$_{2}$) Structure', 'A2B3C6_cP264_205_2d_ab2c2d_6d-001': 'Ca$_{3}$Al$_{2}$O$_{6}$ Structure', 'A2B3C6_cP33_221_cd_ag_fh-001': 'Ca$_{3}$Al$_{2}$O$_{6}$ ($E9_{1}$) Structure', 'A2B3C6_oP22_58_g_af_gh-001': 'Kotoite (Mg$_{3}$(BO$_{3}$)$_{2}$) Structure', 'A2B3C7D_oP13_47_k_cj_aijl_f-001': '1212C [YBa$_{2}$Cu$_{3}$O$_{7-x}$] High-$T_{c}$ Structure', 'A2B3C8D_tP14_123_h_bg_egi_c-001': 'Tetragonal Ba$_{2}$YCu$_{3-x}$O$_{7-y}$ Structure', 'A2B3C8_hP13_164_d_e_di-001': 'Pd$_{3}$P$_{2}$S$_{8}$ Structure', 'A2B3C8_oP26_55_h_ag_2g2h-001': 'Nb$_{2}$Pd$_{3}$Se$_{8}$ Structure', 'A2B3C9D2_hP64_173_bc_2c_6c_bc-001': 'Sodium nepheline (Na$_{8-x}$Al$_{8-x}$Si$_{8+x}$O$_{32}$) Structure', 'A2B3C9D3E_mC144_15_2f_abcef_9f_3f_de-001': 'Catapleiite (Na$_{2}$ZrSi$_{3}$O$_{9}\\\\cdot$2H$_{2}$O) Structure', 'A2B3CD3_hP9_189_c_f_b_g-001': 'Tb$_{3}$Mn$_{3}$Ga$_{2}$Si Structure', 'A2B3C_hP12_147_abd_g_d-001': 'Na$_{2}$SO$_{3}$ ($G3_{2}$) Structure', 'A2B3C_hP48_147_2d2g_4g_abef-001': 'URu$_{3}$B$_{2}$ Structure', 'A2B3C_mC48_15_aef_3f_2e-001': '$\\\\alpha$-Na$_{2}$PrO$_{3}$ Structure', 'A2B3C_oC12_65_h_ah_b-001': 'Li$_{2}$PrO$_{3}$ Structure', 'A2B3C_oF96_70_2e_fh_e-001': '$\\\\beta$-Na$_{2}$PtO$_{3}$ Structure', 'A2B3C_oP24_19_2a_3a_a-001': 'Selenous Acid (H$_{2}$SeO$_{3}$) Structure', 'A2B3C_oP24_62_d_3c_c-001': 'SrAu$_{3}$Al$_{2}$ Structure', 'A2B3_cP20_213_c_d-001': 'Co$_{8}$Zn$_{9}$Mn$_{3}$ Structure', 'A2B3_cP60_212_acd_bce-001': '$\\\\gamma$-Fe$_{2}$O$_{3}$ ($D5_{7}$) Structure', 'A2B3_hP10_194_f_bf-001': 'Pt$_{2}$Sn$_{3}$ ($D5_{b}$) Structure', 'A2B3_hP15_152_c_ac-001': 'Trigonal B$_{2}$O$_{3}$ Structure', 'A2B3_hP20_159_bc_2c-001': 'HP-Bi$_{2}$O$_{3}$ Structure', 'A2B3_hP20_186_bc_2c-001': 'HPC-Bi$_{2}$O$_{3}$ Structure', 'A2B3_hP30_169_2a_3a-001': 'Al$_{2}$S$_{3}$ Structure', 'A2B3_hP30_170_2a_3a-001': 'Al$_{2}$S$_{3}$ Structure', 'A2B3_hP5_164_d_ad-001': 'La$_{2}$O$_{3}$ ($D5_{2}$) Structure', 'A2B3_hP60_194_3fk_cdef2k-001': '$\\\\beta$-Alumina ($D5_{6}$, Al$_{2}$O$_{3}$) Structure', 'A2B3_hR10_148_abc_f-001': 'Rhombohedral Cr$_{2}$S$_{3}$ Structure', 'A2B3_hR10_167_c_e-001': 'Corundum ($\\\\alpha$-alumina, Al$_{2}$O$_{3}$, $D5_{1}$) Structure', 'A2B3_hR5_166_c_ac-001': 'Bi$_{2}$Te$_{3}$ ($C33$) Structure', 'A2B3_mC20_12_2i_3i-001': '$\\\\beta$-Ga$_{2}$O$_{3}$ Structure', 'A2B3_mC20_12_2i_3i-003': '$\\\\alpha$-As$_{2}$Te$_{3}$ Structure', 'A2B3_mC20_12_eh_ij-001': 'Au$_{2}$P$_{3}$ Structure', 'A2B3_mC20_9_2a_3a-001': 'Room Temperature Ga$_{2}$Se$_{3}$ Structure', 'A2B3_mP10_11_2e_3e-001': 'Mo$_{2}$S$_{3}$ Structure', 'A2B3_mP20_14_2e_3e-002': 'Orpiment (As$_{2}$S$_{3}$, $D5_{f}$) Structure', 'A2B3_mP20_14_2e_3e-003': '$\\\\alpha$-Bi$_{2}$O$_{3}$ Structure', 'A2B3_mP30_11_6e_9e-001': 'Ho$_{2}$S$_{3}$ Structure', 'A2B3_oC20_36_2a_ab-001': 'K$_{2}$S$_{3}$ Structure', 'A2B3_oC20_36_b_ab-001': 'Orthorhombic B$_{2}$O$_{3}$ Structure', 'A2B3_oC20_64_f_ae-001': 'La$_{2}$Ni$_{3}$ Structure', 'A2B3_oC40_39_2d_2c2d-001': 'Ta$_{3}$S$_{2}$ Structure', 'A2B3_oF40_43_b_ab-001': 'Ag$_{2}$O$_{3}$ Structure', 'A2B3_oP20_60_d_cd-001': 'Rh$_{2}$O$_{3}$ Structure', 'A2B3_oP20_62_2c_3c-001': 'Tongbaite (Cr$_{3}$C$_{2}$, $D5_{10}$) Structure', 'A2B3_oP20_62_d_3c-001': 'K$_{2}$Te$_{3}$ Structure', 'A2B3_oP40_33_4a_6a-001': '$\\\\kappa$ alumina (Al$_{2}$O$_{3}$) Structure', 'A2B3_tI10_139_e_ae-001': 'Au$_{2}$Nb$_{3}$ Structure', 'A2B3_tI160_142_deg_3g-001': 'Cd$_{3}$As$_{2}$ Structure', 'A2B3_tI80_141_ceh_3h-001': '$\\\\beta$-In$_{2}$S$_{3}$ Structure', 'A2B3_tP10_127_g_ah-001': 'Si$_{2}$U$_{3}$ ($D5_{a}$) Structure', 'A2B3_tP20_102_2c_b2c-001': 'Gd$_{3}$Al$_{2}$ Structure', 'A2B3_tP20_116_adi_ej-001': 'Ru$_{2}$Sn$_{3}$ Structure', 'A2B3_tP20_117_i_adgh-001': '$\\\\beta$-Bi$_{2}$O$_{3}$ ($D5_{12}$) Structure', 'A2B3_tP20_136_j_cfg-001': 'Na$_{3}$Hg$_{2}$ Structure', 'A2B3_tP20_136_j_dfg-001': 'Zr$_{3}$Al$_{2}$ Structure', 'A2B3_tP40_137_cdf_3g-001': 'Zn$_{3}$P$_{2}$ ($D5_{9}$) Structure', 'A2B3_tP5_115_g_ag-001': 'Rh$_{3}$P$_{2}$ Structure', 'A2B3_tP80_92_4b_2a5b-001': 'Y$_{3}$Ni$_{2}$ Structure', 'A2B4C2D12E3_oF184_43_b_2b_b_6b_ab-001': 'Natrolite (Na$_{2}$Al$_{2}$Si$_{3}$O$_{10}\\\\cdot$2H$_{2}$O, $S6_{10}$) Structure', 'A2B4C2D17E6_mC124_15_f_2f_f_e8f_3f-001': 'Eudidymite (BeHNaO$_{8}$Si$_{3}$) Structure', 'A2B4C3_oP18_58_g_2g_ag-001': 'Sr$_{3}$In$_{2}$P$_{4}$ Structure', 'A2B4C5_hP22_186_ab_4b_a4b-001': 'Ti$_{3}$Al$_{2}$N$_{2}$ Structure', 'A2B4C8D_oC30_65_h_2g_3gh_c-001': "``124 Superconductor'' (YBa$_{2}$Cu$_{4}$O$_{8}$) Structure", 'A2B4C9D2_mC68_9_2a_4a_9a_2a-001': 'Nacrite [Al$_{2}$Si$_{2}$O$_{5}$(OH)$_{4}$, $S5_{4}$] Structure', 'A2B4C9_oP30_55_h_fg_aghi-001': 'Ambient pressure Bi$_{2}$Fe$_{4}$O$_{9}$ Structure', 'A2B4C9_oP60_62_d_2cd_3c3d-001': 'High pressure Bi$_{2}$Fe$_{4}$O$_{9}$ Structure', 'A2B4CD4_hP66_181_k_2k_f_2k-001': 'Co[Au(CN)$_{2}$]$_{2}$ Structure', 'A2B4CD_tI16_82_ac_g_b_d-001': 'Kesterite [Cu$_{2}$(Zn,Fe)SnS$_{4}$] Structure', 'A2B4C_aP28_2_4i_8i_2i-001': 'Li$_{2}$WO$_{4}$ (V) Structure', 'A2B4C_cP56_198_ab_2a2b_2a-001': 'Cubic Cu$_{2}$OSeO$_{3}$ Structure', 'A2B4C_hP14_164_abd_di_d-001': 'Trigonal $\\\\alpha$-Ca$_{2}$SiO$_{4}$ Structure', 'A2B4C_hR42_148_2f_4f_f-001': 'Phenakite (Be$_{2}$SiO$_{4}$, $S1_{3}$) Structure', 'A2B4C_hR7_166_c_2c_a-001': 'YbFe$_{2}$O$_{4}$ Structure', 'A2B4C_mC28_15_f_2f_e-003': 'Li$_{2}$WO$_{4}$ (IV) Structure', 'A2B4C_mC28_15_f_2f_e-004': 'Sulfuric Acid (H$_{2}$SO$_{4}$) Structure', 'A2B4C_mP28_14_2e_4e_e-001': 'Larnite ($\\\\beta$-Ca$_{2}$SiO$_{4}$) Structure', 'A2B4C_mP28_14_abe_4e_e-001': 'Monoclinic Cu$_{2}$OSeO$_{3}$ Structure', 'A2B4C_oC28_40_c_abc_b-001': 'Al$_{2}$PbO$_{4}$ Structure', 'A2B4C_oC28_66_l_kl_a-001': 'SrAl$_{2}$Se$_{4}$ Structure', 'A2B4C_oF56_70_e_h_a-001': 'Thenardite [Na$_{2}$SO$_{4}$ (V), $H1_{7}$] Structure', 'A2B4C_oP28_19_2a_4a_a-001': 'Selenic Acid (H$_{2}$SeO$_{3}$) Structure', 'A2B4C_oP28_61_c_2c_a-001': 'Ca$_{2}$RuO$_{4}$ Structure', 'A2B4C_oP28_62_2c_2cd_c-001': 'Arcanite (K$_{2}$SO$_{4}$, $H1_{6}$) Structure', 'A2B4C_oP28_62_ac_2cd_c-001': 'Forsterite (Mg$_{2}$SiO$_{4}$, $S1_{2}$) Structure', 'A2B4C_oP84_33_6a_12a_3a-001': "$\\\\alpha_{L}'$-Ca$_{2}$SiO$_{4}$ Structure", 'A2B4C_tI112_141_fg_2hi_h-001': 'Li$_{2}$WO$_{4}$ (II) Structure', 'A2B5C12D4_mC92_15_f_e2f_6f_2f-001': 'Ni$_{5}$(TeO$_{3}$)$_{4}$Cl$_{2}$ Structure', 'A2B5C22D2E8_oP156_62_d_c2d_2c10d_2c_4d-001': 'Anthophyllite (Mg$_{5}$Fe$_{2}$Si$_{8}$O$_{22}$(OH)$_{2}$, $S4_{4}$) Structure', 'A2B5C2D3_tI24_139_e_ag_e_be-001': 'Sr$_{3}$Sc$_{2}$O$_{5}$Cl$_{2}$ Structure', 'A2B5C2_mC18_12_i_a2i_i-001': 'K$_{2}$Ti$_{2}$O$_{5}$ Structure', 'A2B5C2_mP18_11_2e_e2f_2e-001': 'K$_{2}$S$_{2}$O$_{5}$ ($K0_{1}$) Structure', 'A2B5C2_oC36_37_d_c2d_d-001': 'Li$_{2}$Si$_{2}$O$_{5}$ Structure', 'A2B5C3D_oC44_63_ac_ch_cf_c-001': 'Pinalite (Pb$_{3}$WO$_{5}$Cl$_{2}$) Structure', 'A2B5C4_mP22_14_e_a2e_2e-001': 'Sb$_{4}$O$_{5}$Cl$_{2}$ Structure', 'A2B5CD2_oI40_44_2c_abcde_d_e-001': 'Hemimorphite (Zn$_{4}$Si$_{2}$O$_{7}$(OH)$_{2} \\\\cdot$H$_{2}$O, $S2_{2}$) Structure', 'A2B5C_aP32_2_4i_10i_2i-001': 'Kyanite (Al$_{2}$SiO$_{5}$, $S0_{1}$) Structure', 'A2B5C_mC32_12_ei_3ij_i-001': 'Dolerophanite [Cu$_{2}$O(SO$_{4}$)] Structure', 'A2B5C_mP32_14_2e_5e_ab-001': 'Ca$_{2}$UO$_{5}$ Structure', 'A2B5C_mP32_14_2e_5e_e-001': 'Gd$_{2}$SiO$_{5}$ (RE$_{2}$SiO$_{5}$ X1) Structure', 'A2B5C_oC32_63_f_c2f_c-001': 'Pseudobrookite (Fe$_{2}$TiO$_{5}$, $E4_{1}$) Structure', 'A2B5C_oC64_39_2cd_ac4d_d-001': 'Smirnite (Bi$_{2}$TeO$_{5}$) Structure', 'A2B5C_oP32_58_eg_3gh_g-001': 'Andalusite (Al$_{2}$SiO$_{5}$, $S0_{2}$) Structure', 'A2B5C_oP32_62_ac_3cd_c-001': 'Sillimanite (Al$_{2}$SiO$_{5}$, $S0_{3}$) Structure', 'A2B5_cF392_216_4efg_4ef4h-001': 'Pt$_{3}$Zn$_{10}$ Structure', 'A2B5_mC28_15_f_e2f-001': 'B$_{2}$Pd$_{5}$ Structure', 'A2B5_mC28_15_f_e2f-003': '$\\\\zeta$-Nb$_{2}$O$_{5}$ (B-Nb$_{2}$O$_{5}$) Structure', 'A2B5_mC28_9_2a_5a-001': 'In$_{2}$Te$_{5}$ (I) Structure', 'A2B5_mC84_15_3f_e7f-001': 'In$_{2}$Te$_{5}$ (II) Structure', 'A2B5_oC28_63_2c_5c-001': 'Nd$_{2}$Te$_{5}$ Structure', 'A2B5_oI28_72_j_afj-001': 'Ga$_{2}$Mg$_{5}$ ($D8_{g}$) Structure', 'A2B5_tI14_87_d_ah-001': 'Ga$_{2}$Te$_{5}$ Structure', 'A2B6C2D_oI44_74_i_hj_h_e-001': 'Zn(NH$_{3}$)$_{2}$Cl$_{2}$ ($E1_{2}$) Structure', 'A2B6C3_oP44_62_2c_2c2d_3c-001': 'K$_{2}$S$_{3}$O$_{6}$ ($K5_{1}$) Structure', 'A2B6C6D_cP60_205_c_d_d_a-001': 'Zn(BrO$_{3}$)$_{2}$ $\\\\cdot$ 6H$_{2}$O ($J1_{10}$) Structure', 'A2B6C7_cI90_204_e_dg_ac2f-001': '$\\\\beta$-SrIrO$_{3}$ Perovskite Structure', 'A2B6CD6_cP60_205_c_d_a_d-001': '$H6_{4}$ [Ni(NO$_{3}$)$_{2}$(NH$_{3}$)$_{6}$] Structure ({\\\\em Obsolete})', 'A2B6CD7_tP64_77_2d_6d_d_ab6d-001': 'Pinnoite (MgB$_{2}$O[OH]$_{6}$) Structure', 'A2B6CD8_oP34_31_2a_2a2b_a_4a2b-001': 'Mg(ClO$_{4}$)$_{2}\\\\cdot$6H$_{2}$O ($H4_{11}$) Structure', 'A2B6CD_hR10_146_2a_2b_a_a-001': 'Li$_{2}$ZrTeO$_{6}$ Structure', 'A2B6C_cP36_205_c_d_a-001': 'Pb(NO$_{3}$)$_{2}$ ($G2_{1}$) Structure', 'A2B6C_hP9_162_c_k_b-001': '$I1_{3}$ [SrCl$_{2}\\\\cdot$(H$_{2}$O)$_{6}$] ({\\\\em Obsolete}) Structure', 'A2B6C_mC36_15_f_3f_e-001': 'Foordite (SnNb$_{2}$O$_{6}$) Structure', 'A2B7C10D20E4_hP86_147_ae_c2g_d3g_2d6g_dg-001': 'Trigonal Averievite [(CsCl)Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'A2B7C10D2_hP21_143_2a_2abcd_2b2c2d_bc-001': 'Averievite [Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}\\\\cdot$CuCl$_{2}$] Structure', 'A2B7C24D8_oP82_58_g_ae2f_2g5h_2h-001': 'Protoanthophyllite (H$_{2}$Mg$_{7}$Si$_{8}$O$_{24}$) Structure', 'A2B7C2D_oF48_69_g_agl_g_b-001': 'SrLa$_{2}$Sc$_{2}$O$_{7}$ Structure', 'A2B7C2_aP44_2_4i_14i_4i-001': '$\\\\alpha$-Ho$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_mP22_14_e_a3e_e-001': 'Er$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_mP44_14_2e_7e_2e-001': '$\\\\alpha$-Ca$_{2}$P$_{2}$O$_{7}$ Structure', 'A2B7C2_oC88_40_abc_2b6c_a3b-001': 'Rb$_{2}$Mo$_{2}$O$_{7}$ Structure', 'A2B7C2_oF88_22_k_acefghij_k-001': 'Predicted Phase IV Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_oF88_43_b_a3b_b-001': 'Blossite ($\\\\alpha$-Cu$_{2}$V$_{2}$O$_{7}$) Structure', 'A2B7C2_oP44_19_2a_7a_2a-001': 'Nd$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_oP44_33_2a_7a_2a-001': 'Possible $\\\\delta$-Gd$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_tI44_119_i_acefgh_i-001': 'Phase II Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_tI44_98_f_acde_f-001': 'Phase III Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_tP88_76_4a_14a_4a-001': '$\\\\beta$-Ca$_{2}$P$_{2}$O$_{7}$ Structure', 'A2B7C2_tP88_78_4a_14a_4a-001': 'Sr$_{2}$As$_{2}$O$_{7}$ Structure', 'A2B7CD2_tP48_136_j_2efhj_g_j-001': 'SrTb$_{2}$Fe$_{2}$O$_{7}$ Structure', 'A2B7_cI54_229_e_afh-001': 'Sb$_{2}$Tl$_{7}$ ($L2_{2}$) Structure', 'A2B7_hP36_194_2f_aefhk-001': 'Ce$_{2}$Ni$_{7}$ Structure', 'A2B7_oC36_65_gj_achipq-001': 'Li$_{7}$Ge$_{2}$ Structure', 'A2B8C11_tI84_139_h_deim_eh2n-001': 'Sc$_{11}$Al$_{2}$Ge$_{8}$ Structure', 'A2B8C2D_tP26_100_c_abcd_c_a-001': 'Fresnoite (Ba$_{2}$TiSi$_{2}$O$_{8}$) Structure', 'A2B8CD2_oC26_65_h_r_a_i-001': 'Mg(NH$_{3}$)$_{2}$Cl$_{2}$ ($E1_{3}$) Structure', 'A2B8CD_oP24_48_h_2m_a_b-001': '$\\\\alpha$-RbPr[MoO$_{4}$]$_{2}$ Structure', 'A2B8CD_tI24_97_d_k_a_b-001': 'NaGdCu$_{2}$F$_{8}$ Structure', 'A2B8C_oP22_34_c_4c_a-001': 'TiAl$_{2}$Br$_{8}$ Structure', 'A2B9C3_hP14_150_d_eg_ad-001': 'Cs$_{3}$As$_{2}$Cl$_{9}$ ($K7_{3}$) Structure', 'A2BC10D2E4_mC76_15_f_e_5f_f_2f-001': 'Muscovite (KH$_{2}$Al$_{3}$Si$_{3}$O$_{12}$, $S5_{1}$) Structure', 'A2BC10_oI104_24_2d_2a_10d-001': 'K$_{2}$PdSe$_{10}$ Structure', 'A2BC2D2_tI14_139_e_a_c_e-001': 'Sr$_{2}$CuO$_{2}$Cl$_{2}$ Structure', 'A2BC2D4_hP18_194_f_a_cd_ef-001': 'OP4-LiNaCo$_{2}$O$_{4}$ Structure', 'A2BC2D6_mC44_9_2a_a_2a_6a-001': 'CuInP$_{2}$S$_{6}$ Structure', 'A2BC2D6_mP22_14_e_a_e_3e-001': 'Juangodoyite [Na$_{2}$Cu(CO$_{3}$)$_{2}$] Structure', 'A2BC2D7_oC48_63_g_c_g_c2eg-001': 'LaCa$_{2}$Mn$_{2}$O$_{7}$ Structure', 'A2BC2D8E2_tI30_139_e_a_e_2eg_e-001': 'Bi$_{2}$Sr$_{2}$CaCu$_{2}$O$_{8}$ (BSCCO) Structure', 'A2BC2D8_hR13_148_c_a_c_cf-001': 'BaNi$_{2}$As$_{2}$O$_{8}$ Structure', 'A2BC2D9E2_oP64_19_2a_a_2a_9a_2a-001': 'K[Al$_{2}$(PO$_{4}$)$_{2}$F(H$_{2}$O)] Structure', 'A2BC2DE6_tP12_123_h_c_g_b_gi-001': 'HgBa$_{2}$CaCu$_{2}$O$_{6}$ (Hg-1212) Structure', 'A2BC2DE7_tP13_123_g_b_h_c_ahi-001': 'HgBa$_{2}$CaCu$_{2}$O$_{6+\\\\delta}$ Structure', 'A2BC2D_oC24_67_m_a_n_g-001': 'NH$_{4}$H$_{2}$PO$_{2}$ ($F5_{7}$) Structure', 'A2BC2_hP5_164_d_a_d-001': 'Brucite [Mg(OH)$_{2}$] Structure', 'A2BC2_hP5_187_ac_b_i-001': 'Ti$_{2}$InB$_{2}$ Structure', 'A2BC2_hR5_166_c_a_c-002': 'Tetradymite (Bi$_{2}$Te$_{2}$S, $C33$) Structure', 'A2BC2_mP20_11_4e_2e_4e-001': 'Squaric Acid (H$_{2}$C$_{4}$O$_{4}$) Structure', 'A2BC2_oC20_36_b_a_b-001': 'Si$_{2}$N$_{2}$O Structure', 'A2BC2_oF40_22_ej_ac_fi-001': 'CeRu$_{2}$B$_{2}$ Structure', 'A2BC2_oI20_45_c_a_c-001': 'MnGa$_{2}$Sb$_{2}$ Structure', 'A2BC2_oP10_34_c_a_c-001': 'MnF$_{1-x}$(OH)$_{x}$ Structure', 'A2BC2_oP20_62_2c_c_2c-001': 'TaNi$_{2}$Te$_{2}$ Structure', 'A2BC2_oP20_62_2c_c_2c-002': 'NaCu$_{2}$O$_{2}$ Structure', 'A2BC2_oP40_62_2d_2c_2cd-001': 'TaCo$_{2}$Te$_{2}$ Structure', 'A2BC2_tI20_79_c_2a_c-001': 'TlZn$_{2}$Sb$_{2}$ Structure', 'A2BC2_tI40_122_e_d_e-001': 'Mercury Cyanide [Hg(CN)$_{2}$, $F1_{1}$] Structure', 'A2BC2_tP10_127_g_a_h-002': 'Mo$_{2}$FeB$_{2}$ Structure', 'A2BC2_tP10_129_ac_c_bc-001': 'CaBe$_{2}$Ge$_{2}$ Structure', 'A2BC2_tP20_105_f_bc_2d-001': 'BaGe$_{2}$As$_{2}$ Structure', 'A2BC3_cP24_213_c_a_d-001': 'Al$_{2}$Mo$_{3}$C Structure', 'A2BC3_hP12_194_f_a_h-001': 'Ba$_{x}$Pt$_{3}$B$_{2}$ Structure', 'A2BC3_hP24_190_bh_f_i-001': 'Er$_{2}$RhSi$_{3}$ Structure', 'A2BC3_mC24_12_acg_h_ij-002': 'Li$_{2}$MnO$_{3}$ Structure', 'A2BC3_oC24_63_e_c_cg-001': 'Rasvumite (KFe$_{2}$S$_{3}$) Structure', 'A2BC4D2_mC36_15_f_e_2f_f-001': 'Rb$_{2}$C$_{2}$O$_{4}\\\\cdot$H$_{2}$O Structure', 'A2BC4D2_oP18_53_h_a_i_e-001': 'Eriochalcite (CuCl$_{2}\\\\cdot$2H$_{2}$O, $C45$) Structure', 'A2BC4D4_aP22_2_2i_i_4i_4i-001': 'Li$_{4}$Ba(BN$_{2}$)$_{2}$ Structure', 'A2BC4D_hP24_154_c_a_2c_b-001': 'RbAg$_{2}$SbS$_{4}$ Structure', 'A2BC4D_oF64_43_b_a_2b_a-001': 'Archerite (KH$_{2}$PO$_{4}$) Structure', 'A2BC4D_tI16_121_d_a_i_b-001': 'Stannite (Cu$_{2}$FeS$_{4}$Sn, $H2_{6}$) Structure', 'A2BC4D_tP16_127_g_c_j_b-001': 'Pd(NH$_{3}$)$_{4}$Cl$_{2}\\\\cdot$H$_{2}$O ($H4_{9}$) Structure', 'A2BC4_cF56_227_c_b_e-001': 'Spinel (Al$_{2}$MgO$_{4}$, $H1_{1}$) Structure', 'A2BC4_cP84_205_d_ac_2d-001': 'CaB$_{2}$O$_{4}$ (IV) Structure', 'A2BC4_hR42_161_2b_b_4b-001': '$\\\\alpha$-BaB$_{2}$O$_{4}$ (Low Temperature) Structure', 'A2BC4_hR42_167_f_ac_2f-001': '$\\\\beta$-BaB$_{2}$O$_{4}$ (High Temperature) Structure', 'A2BC4_hR7_166_c_a_2c-002': 'MnBi$_{2}$Te$_{4}$ Structure', 'A2BC4_oP28_50_gh_ac_ghm-001': 'Orthorhombic La$_{2}$NiO$_{4}$ Structure', 'A2BC4_oP28_60_d_c_2d-001': '$E3_{2}$ (CaB$_{2}$O$_{4}$ I) Structure', 'A2BC4_oP28_62_2c_c_4c-001': 'Galenobismutite (PbBi$_{2}$S$_{4}$) Structure', 'A2BC4_oP56_56_2e_e_4e-001': 'Calciborite (CaB$_{2}$O$_{4}$ II) Structure', 'A2BC4_oP84_33_6a_3a_12a-001': 'CaB$_{2}$O$_{4}$ (III) Structure', 'A2BC4_tI112_141_gh_f_ghi-001': 'Bi$_{2}$CdO$_{4}$ Structure', 'A2BC4_tI14_82_bc_a_g-001': 'CdAl$_{2}$S$_{4}$ ($E3$) Structure', 'A2BC4_tI28_140_h_a_k-001': 'V$_{4}$SiSb$_{2}$ Structure', 'A2BC4_tI28_141_c_b_h-001': 'CuCr$_{2}$O$_{4}$ Structure', 'A2BC4_tP28_126_cd_e_k-001': 'BiAl$_{2}$S$_{4}$ Structure', 'A2BC4_tP28_130_f_c_g-001': 'CuBi$_{2}$O$_{4}$ Structure', 'A2BC4_tP28_138_i_c_aei-001': 'Tetragonal La$_{2}$NiO$_{4}$ Structure', 'A2BC4_tP7_111_e_b_n-001': '$E3_{1}$ ($\\\\beta$-Ag$_{2}$HgI$_{4}$) Structure', 'A2BC5DE_oP40_33_2a_a_5a_a_a-001': 'LiZnPO$_{4}\\\\cdot$H$_{2}$O Structure', 'A2BC5_oC32_36_b_a_a2b-001': 'Bi$_{2}$GeO$_{5}$ Structure', 'A2BC6D_cF40_225_c_a_e_b-001': 'Double Perovskite (Ba$_{2}$MnWO$_{6}$) Structure', 'A2BC6_hP18_182_f_b_gh-001': 'BaAl$_{2}$O$_{4}$ ($H2_{8}$) Structure', 'A2BC6_hP9_164_d_a_i-001': 'K$_{2}$Pt(SCN)$_{6}$ ($H6_{3}$) Structure', 'A2BC6_hP9_189_c_b_fg-002': 'Zr$_{6}$CoAs$_{2}$', 'A2BC6_mP144_14_8e_4e_24e-001': 'High temperature Bi$_{2}$MoO$_{6}$ Structure', 'A2BC6_oP36_29_2a_a_6a-001': 'Koechlinite (Room temperature Bi$_{2}$MoO$_{6}$) Structure', 'A2BC7D2_tP24_113_e_a_cef_e-001': 'Akermanite (Ca$_{2}$MgSi$_{2}$O$_{7}$, $S5_{3}$) Structure', 'A2BC8D2_oP52_62_d_c_2c3d_d-001': 'Danburite (CaB$_{2}$Si$_{2}$O$_{8}$, $S6_{3}$) Structure', 'A2BC8_tI176_110_2b_b_8b-001': 'Be[BH$_{4}$]$_{2}$ Structure', 'A2BCD12E3_mC76_15_f_e_a_6f_ef-001': 'Alluaudite [NaMnFe$_{2}$(PO$_{4}$)$_{3}$] Structure', 'A2BCD2_hP18_180_f_c_b_i-001': 'Hg$_{2}$O$_{2}$NaI Structure', 'A2BCD2_tI12_139_e_a_b_d-001': 'LuNi$_{2}$B$_{2}$C Structure', 'A2BCD2_tP6_123_h_a_b_e-001': 'BaTi$_{2}$As$_{2}$O Structure', 'A2BCD3E6_cF208_203_e_c_d_f_g-001': 'Pyrochlore (Na$_{3}$Co(CO$_{3}$)$_{2}$Cl) Structure', 'A2BCD3E6_cF208_227_e_c_d_f_g-001': '$G7_{3}$ [Na$_{3}$MgCl(CO$_{3}$)$_{2}$] Structure ({\\\\em Obsolete})', 'A2BCD3_tP14_129_2c_c_c_cf-001': 'Ba$_{2}$InO$_{3}$F Structure', 'A2BCD4_tP8_123_h_b_a_eg-001': 'HgBa$_{2}$CuO$_{4}$ (Hg-1201) Structure', 'A2BCD6_hR10_148_c_a_b_f-001': 'Dolomite [MgCa(CO$_{3}$)$_{2}$, $G1_{1}$ Structure', 'A2BC_hP8_194_e_a_c-001': 'SnTaS$_{2}$ Structure', 'A2BC_hR12_166_g_d_ac-001': 'ThB$_{2}$C Structure', 'A2BC_mC32_15_2f_f_f-001': 'Phase II LiNH$_{2}$ Structure', 'A2BC_mP8_11_2e_e_e-001': 'EuFeAs$_{2}$ Structure', 'A2BC_oC16_63_f_c_c-002': 'MgCuAl$_{2}$ ($E1_{a}$) Structure', 'A2BC_oC16_67_ag_b_g-001': 'Al$_{2}$CuIr Structure', 'A2BC_oC8_38_d_b_a-001': 'C$_{2}$CeNi Structure', 'A2BC_oI32_45_2c_c_c-001': '$\\\\beta$-LiNH$_{2}$ ($Iba2$) Structure', 'A2BC_oP16_53_eh_ab_g-001': 'NH$_{4}$HF$_{2}$ ($F5_{8}$) Structure', 'A2BC_oP16_62_2c_c_c-003': 'UMoC$_{2}$ Structure', 'A2BC_oP16_62_2c_c_c-004': 'SrZnO$_{2}$', 'A2BC_oP32_56_2e_e_e-001': '$\\\\beta$-LiNH$_{2}$ ($Pccn$) Structure', 'A2BC_oP8_51_i_a_f-001': '$\\\\alpha$-UB$_{2}$C Structure', 'A2BC_tI16_140_h_d_a-001': 'KHF$_{2}$ ($F5_{2}$) Structure', 'A2BC_tI32_82_2g_ace_g-001': '$\\\\alpha$-LiNH$_{2}$ Structure', 'A2BC_tI8_119_ac_b_d-001': 'Mn$_{2}$RhSn Tetragonal Heusler Structure', 'A2BC_tP16_76_2a_a_a-001': 'LaRhC$_{2}$ Structure', 'A2BC_tP32_86_2g_g_g-001': 'PNCl$_{2}$ ($E1_{4}$) Structure', 'A2BC_tP8_129_2c_a_c-002': 'UCoC$_{2}$ Structure', 'A2B_aP6_2_2i_i-001': 'P$_{2}$I$_{4}$ Structure', 'A2B_aP6_2_aei_i-001': 'H$_{2}$S (90 GPa) Structure', 'A2B_cF192_216_2e2h_ab2eg-001': 'Low Temperature TmNi$_{2}$ Structure', 'A2B_cF24_227_c_a-001': 'Ideal $\\\\beta$-Cristobalite (SiO$_{2}$, $C9$) Structure', 'A2B_cF24_227_c_b-001': 'Cu$_{2}$Mg Cubic Laves ($C15$) Structure', 'A2B_cF96_227_abf_cd-001': '$D6_{2}$ (Sb$_{2}$O$_{4}$, {\\\\em Obsolete}) Structure', 'A2B_cI72_211_hi_i-001': 'Hypothetical Cubic SiO$_{2}$ Structure', 'A2B_cP12_212_c_a-001': 'SrSi$_{2}$ Structure', 'A2B_cP24_215_ei_ace-001': 'Intermediate Temperature TmNi$_{2}$ Structure', 'A2B_cP6_224_b_a-001': 'Cuprite (Cu$_{2}$O, $C3$) Structure', 'A2B_cP72_205_2d_d-001': 'Hexacyanobenzene (C$_{2}$N) Structure', 'A2B_hP12_194_cg_f-001': '$\\\\beta$-Tridymite (SiO$_{2}$, $C10$) Structure', 'A2B_hP18_180_fj_ac-001': 'Mg$_{2}$Ni ($C_{a}$) Structure', 'A2B_hP18_190_gh_bf-001': 'Li$_{2}$Sb Structure', 'A2B_hP36_177_j2lm_n-001': 'Hypothetical Hexagonal SiO$_{2}$ Structure', 'A2B_hP6_164_2d_d-001': '$\\\\beta$-CuI (Keen-Hull) Structure', 'A2B_hP6_187_gi_ad-001': '$\\\\beta$-CuI (B\\\\"{u}hrer-H\\\\"{a}lg) Structure', 'A2B_hP6_191_h_e-001': 'Cu$_{2}$Te ($C_{h}$) Structure', 'A2B_hP6_194_f_c-003': 'ReB$_{2}$ Structure', 'A2B_hP9_147_g_ad-001': '$\\\\gamma$-AgZn ($B_{b}$) Structure', 'A2B_hP9_147_g_ad-002': 'PtBi$_{2}$ Structure', 'A2B_hP9_150_ef_ad-001': 'Original Fe$_{2}$P ($C22$) Structure', 'A2B_hP9_152_c_a-001': '$\\\\alpha$-Quartz (low Quartz) Structure', 'A2B_hP9_180_i_d-001': '$\\\\beta$-SiO$_{2}$ ($C8$) Structure', 'A2B_hP9_181_i_d-001': '$\\\\beta$-SiO$_{2}$ ($C8$) Structure', 'A2B_hP9_189_fg_ad-001': 'Barringerite (Revised Fe$_{2}$P, $C22$) Crystal Structure', 'A2B_hR18_148_2f_f-001': '$\\\\beta$-PdCl$_{2}$ Structure', 'A2B_mC12_12_2i_i-004': 'CaC$_{2}$-III Structure', 'A2B_mC12_12_2i_i-006': '$\\\\alpha$-Bi$_{2}$Pd Structure', 'A2B_mC12_12_2i_i-007': 'OsGe$_{2}$ Structure', 'A2B_mC12_15_f_a-001': 'PdP$_{2}$ Structure', 'A2B_mC12_15_f_a-002': 'PdBr$_{2}$ Structure', 'A2B_mC12_15_f_e-001': 'ThC$_{2}$ (C$_{g}$) Structure', 'A2B_mC12_5_2c_c-001': 'NbAs$_{2}$ Structure', 'A2B_mC144_15_12f_6f-001': 'Low Temperature Cu$_{2}$Se Structure', 'A2B_mC144_9_24a_12a-001': 'Monoclinic ($Cc$) Low Tridymite (SiO$_{2}$) Structure', 'A2B_mC24_12_4i_2i-004': 'Nb$_{2}$Se Structure', 'A2B_mC24_15_2f_ae-001': 'Clinocervantite ($\\\\beta$-Sb$_{2}$O$_{4}$) Structure', 'A2B_mC48_15_4f_2f-001': '$\\\\alpha$-SnF$_{2}$ Structure', 'A2B_mC48_15_ae3f_2f-001': 'Coesite (SiO$_{2}$) Structure', 'A2B_mC6_12_i_a-001': 'Tolbachite (CuCl$_{2}$) Structure', 'A2B_mP12_13_2g_ef-001': 'H$_{2}$S (15 GPa) Structure', 'A2B_mP12_14_2e_e-001': 'Baddeleyite (ZrO$_{2}$, $C43$) Structure', 'A2B_mP12_14_2e_e-011': 'Acanthite (Ag$_{2}$S) Structure', 'A2B_mP12_14_2e_e-012': 'NdAs$_{2}$ Structure', 'A2B_mP12_3_ab3e_2e-001': 'Predicted SiO$_{2}$ ($P2$) Structure', 'A2B_mP12_7_4a_2a-001': 'H$_{2}$S IV Structure', 'A2B_mP18_7_6a_3a-001': 'BaAs$_{2}$ Structure', 'A2B_mP24_14_4e_2e-001': 'Monoclinic (black) ZnP$_{2}$ Structure', 'A2B_mP6_10_mn_bc-001': '$\\\\delta$-Pd$_{2}$Cl Structure', 'A2B_mP6_14_e_a-001': '$\\\\gamma$-PdCl$_{2}$ Structure', 'A2B_oC12_36_2a_a-001': 'HgBr$_{2}$ ($C24$) Structure', 'A2B_oC12_38_de_ab-001': 'Au$_{2}$V Structure', 'A2B_oC12_63_2c_c-001': 'ZrSi$_{2}$ ($C49$) Structure', 'A2B_oC12_65_acg_h-001': 'Ga$_{2}$Zr Structure', 'A2B_oC24_20_abc_c-001': 'Orthorhombic (High) Tridymite (SiO$_{2}$) Structure', 'A2B_oC24_63_acg_f-001': 'URe$_{2}$ Structure', 'A2B_oC24_64_2f_f-001': 'H$_{2}$S (170 GPa) Structure', 'A2B_oC24_64_ef_f-001': 'SmSb$_{2}$ Structure', 'A2B_oC48_20_ab3c_2c-001': 'Na$_{2}$Tl Structure', 'A2B_oF24_43_b_a-001': 'Cs$_{2}$Se Structure', 'A2B_oF24_70_e_a-001': 'TiSi$_{2}$ ($C54$) Nowotony Chimney-Ladder Structure', 'A2B_oI12_71_eh_f-001': 'UTe$_{2}$ Structure', 'A2B_oI12_72_j_a-001': 'SiS$_{2}$ ($C42$) Structure', 'A2B_oI12_74_h_e-001': 'KHg$_{2}$ Structure', 'A2B_oP12_17_abe_e-001': '$\\\\alpha$-Naumannite (Ag$_{2}$Se) Structure', 'A2B_oP12_18_2c_c-001': '$\\\\gamma$-TeO$_{2}$ Structure ({\\\\em Erroneous})', 'A2B_oP12_19_2a_a-001': 'Nauminnite (Ag$_{2}$Se II) Structure', 'A2B_oP12_19_2a_a-002': '$\\\\beta$-SnF$_{2}$ Structure', 'A2B_oP12_26_abc_ab-001': 'H$_{2}$S 70 GPa Structure', 'A2B_oP12_26_abc_ab-002': '$\\\\beta$-SeO$_{2}$ Structure', 'A2B_oP12_29_2a_a-001': 'ZrO$_{2}$ Structure', 'A2B_oP12_31_4a_2a-001': 'WTe$_{2}$ Structure', 'A2B_oP12_60_d_c-001': '$\\\\zeta$-Fe$_{2}$N Structure', 'A2B_oP12_60_d_c-003': '$\\\\alpha$-PbO$_{2}$ Structure', 'A2B_oP12_62_2c_c-001': 'Co$_{2}$Si ($C37$) Structure', 'A2B_oP12_62_2c_c-002': 'HgCl$_{2}$ ($C25$) Structure', 'A2B_oP12_62_2c_c-003': 'Cotunnite (PbCl$_{2}$, $C23$) Structure', 'A2B_oP12_62_2c_c-004': 'SrH$_{2}$ ($C29$) Structure', 'A2B_oP12_62_2c_c-010': '$C53$ (SrBr$_{2}$) Structure ({\\\\em Obsolete})', 'A2B_oP24_26_2a2b2c_2a2b-001': '$\\\\gamma$-SeO$_{2}$ Structure', 'A2B_oP24_33_4a_2a-001': 'Cervantite ($\\\\alpha$-Sb$_{2}$O$_{4}$) Structure', 'A2B_oP24_52_2e_cd-001': 'High-Pressure GaCl$_{2}$ Structure', 'A2B_oP24_55_2g2h_gh-001': 'GeAs$_{2}$ Structure', 'A2B_oP24_61_2c_c-001': 'Brookite (TiO$_{2}$, $C21$) Structure', 'A2B_oP24_61_2c_c-002': 'Tellurite ($\\\\beta$-TeO$_{2}$, $C52$) Structure', 'A2B_oP24_61_2c_c-003': 'Pararammelsbergite ($\\\\alpha$-NiAs$_{2}$) Structure', 'A2B_oP24_62_4c_2c-001': 'Cs$_{2}$Sb Structure', 'A2B_oP6_58_g_a-001': '$\\\\alpha$-PdCl$_{2}$ ($C50$) Structure', 'A2B_oP6_59_e_a-001': 'RuB$_{2}$ Structure', 'A2B_oP72_19_12a_6a-001': 'Orthorhombic Tridymite (SiO$_{2}$) Structure', 'A2B_tI12_140_h_a-001': 'Khatyrkite (Al$_{2}$Cu, $C16$) Structure', 'A2B_tI12_141_e_a-001': 'Anatase (TiO$_{2}$, $C5$) Structure', 'A2B_tI12_141_e_a-002': '$\\\\alpha$-ThSi$_{2}$ ($C_{c}$) Structure', 'A2B_tI12_98_f_a-001': 'CdAs$_{2}$ Structure', 'A2B_tI24_107_2abc_2ab-001': 'Low Temperature UP$_{2}$ Structure', 'A2B_tI24_141_2e_e-001': 'Ga$_{2}$Hf Structure', 'A2B_tI24_87_2h_h-001': 'High Temperature Metastable VO$_{2}$ Structure', 'A2B_tI6_139_d_a-001': "ThH$_{2}$ ($L'2_{b}$) Structure", 'A2B_tI6_139_e_a-001': 'CaC$_{2}$-I ($C11_{a}$) Structure', 'A2B_tP12_111_2n_bce-001': 'MnF$_{2}$ Structure', 'A2B_tP12_92_b_a-001': '$\\\\alpha$-Cristobalite (SiO$_{2}$, low, $C30$) Structure', 'A2B_tP12_92_b_a-002': 'Paratellurite ($\\\\alpha$TeO$_{2}$) Structure', 'A2B_tP24_135_gh_h-001': 'Downeyite ($\\\\alpha$-SeO$_{2}$, $C47$) Structure', 'A2B_tP24_92_2b_b-001': 'Tetragonal (red) ZnP$_{2}$ Structure', 'A2B_tP30_85_ab2g_cg-001': '$\\\\alpha$-SrBr$_{2}$ Structure', 'A2B_tP36_96_3b_ab-001': 'Keatite (SiO$_{2}$) Structure', 'A2B_tP48_130_2g_g-001': 'Room Temperature Metastable VO$_{2}$ Structure', 'A2B_tP48_77_8d_4d-001': 'H$_{2}$S III Structure', 'A2B_tP6_129_ac_c-001': 'Cu$_{2}$Sb ($C38$) Structure', 'A2B_tP6_129_ac_c-002': 'High-Temperature UP$_{2}$ Structure', 'A2B_tP6_136_f_a-001': 'Rutile (TiO$_{2}$, $C4$) Structure', 'A2B_tP6_137_d_a-001': 'ZrO$_{2}$ (High-temperature) Structure', 'A30B23_hR53_148_5f_a2c3f-001': 'Mg$_{23}$Al$_{30}$ Structure', 'A30B30C8D8E_mP308_14_30e_30e_8e_8e_e-001': '[Zn$_{2}$(Benzoato)$_{4}$(Caffeine)$_{2}$]$\\\\cdot$2 -- Caffeine (C$_{30}$H$_{30}$N$_{8}$O$_{8}$Zn) Structure', 'A31B20_tI204_140_b2gh3m_ac2fh3l-001': 'Pu$_{31}$Rh$_{20}$ Structure', 'A31B9_tP40_83_ae3j4k_cjk-001': 'Au$_{31}$Mn$_{9}$ Structure', 'A36B11C12_hP118_185_4c4d_a2b2c_ab3c-001': 'Sr$_{8}$Os$_{6.3}$O$_{24}$ Structure', 'A3B10_cI52_229_e_fh-001': '$\\\\gamma$-brass (Fe$_{3}$Zn$_{10}$, $D8_{1}$) Structure', 'A3B11C3_cP68_201_be_efh_g-001': 'Bi$_{3}$Ru$_{3}$O$_{11}$ Structure', 'A3B11C4_hR36_167_d_cef_be-001': 'Cu$_{2}$Ta$_{4}$O$_{11}$ Structure', 'A3B11C6_tP40_100_ac_bc2d_cd-001': 'Ce$_{3}$Si$_{6}$N$_{11}$ Structure', 'A3B11C_tP15_123_ag_ch2i_b-001': 'Ce$_{3}$PdIn$_{11}$ Structure', 'A3B12C2D4_aP21_2_ai_6i_i_2i-001': 'Cu$_{3}$(P$_{2}$O$_{6}$OH)$_{2}$ Structure', 'A3B12C4_oP38_47_bcdefg_uvwxyz_A-001': 'Cu$_{2}$Ta$_{4}$O$_{12}$ Structure', 'A3B12CDE6_oP276_52_d4e_18e_ce_de_2d8e-001': 'Carnallite [Mg(H$_{2}$O)$_{6}$KCl$_{3}$] Structure', 'A3B12C_cF128_226_c_i_b-001': 'High-Temperature Y(BH$_{4}$)$_{3}$ Structure', 'A3B12C_cP128_205_d_4d_c-001': 'Room-Temperature Y(BH$_{4}$)$_{3}$ Structure', 'A3B12C_hP32_194_af_2k_c-001': 'Hexagonal $\\\\alpha$-Ca$_{2}$SiO$_{4}$ Structure', 'A3B13_oC32_38_ac_a2bcdef-001': 'Ta$_{3}$Ti$_{13}$ (BCC SQS-16) Structure', 'A3B14C2D3E_mP138_3_3c3d6e_42e_6e_3a3b6e_3a3b-001': 'Pb$_{3}$TeCo$_{3}$P$_{2}$O$_{14}$ Structure', 'A3B14C5_tP44_128_ac_ehi_bg-001': 'Chiolite (Na$_{5}$Al$_{3}$F$_{14}$, $K7_{5}$) Structure', 'A3B15C5D_oP96_62_cd_3c6d_3cd_c-001': 'RhCl$_{2}$(NH$_{3}$)$_{5}$Cl ($J1_{8}$) Structure', 'A3B15C5_tP46_127_bh_cg2ij_di-001': 'Tetragonal Potassium Bronze (K$_{3}$W$_{5}$O$_{15}$) Structure', 'A3B16C20D3_mC168_15_ef_8f_10f_ef-001': '(CdSO$_{4}$)$_{3}\\\\cdot$8H$_{2}$O ($H4_{20}$) Structure', 'A3B16C4_tI46_139_ad_2ejm_g2-001': 'Ba$_{3}$Ir$_{4}$Ge$_{16}$ Structure', 'A3B17C16_cP144_222_d_cei_fi-001': 'Nd$_{5}$Mo$_{3}$O$_{16}$ Structure', 'A3B24C_hR28_160_b_2b3c_a-001': 'SbI$_{3}$S$_{24}$ Structure', 'A3B2C10D3_aP36_2_be2i_2i_10i_3i-001': 'Co$_{3}$(SeO$_{3}$)$_{3}\\\\cdot$H$_{2}$O Structure', 'A3B2C11D5_cF168_216_f_e_ab2eh_eg-001': 'Ba$_{3}$In$_{2}$Zn$_{5}$O$_{11}$ Structure', 'A3B2C14D3_hR22_166_d_ab_c2h_e-001': 'Mn$_{2}$La$_{3}$Sb$_{3}$O$_{14}$ Structure', 'A3B2C2D4_tI22_139_ae_e_e_g-001': 'Ca$_{3}$Cu$_{2}$O$_{4}$Cl$_{2}$', 'A3B2C2_hR7_166_d_ab_c-001': 'Shandite (Ni$_{3}$Pb$_{2}$S$_{2}$) Structure', 'A3B2C2_oI56_74_fhi_2ei_j-001': 'Hg$_{3}$S$_{2}$I$_{2}$ Structure', 'A3B2C2_tI28_122_ad_c_d-001': 'Mn$_{1.4}$PtSn Structure', 'A3B2C5_mC40_15_ef_f_3ef-001': 'Lu$_{2}$Co$_{3}$Si$_{5}$ Structure', 'A3B2C5_oP40_62_3c_2c_5c-001': 'Ta$_{2}$Ni$_{3}$Te$_{5}$ Structure', 'A3B2C6_hP22_163_cf_e_i-001': 'Mn$_{3}$Si$_{2}$Te$_{6}$ Structure', 'A3B2C7_oF48_69_ag_g_bgl-001': 'Orthorhombic La$_{3}$Ni$_{2}$O$_{7}$ Structure', 'A3B2C8_hR13_166_ac_c_ch-002': 'Ba$_{3}$Cr$_{2}$O$_{8}$ Structure', 'A3B2C9D3E_hP36_194_g_f_hk_h_a-001': '$S3_{4}$(II) (Catapleiite, Na$_{2}$Zr(SiO$_{3}$)$_{3} \\\\cdot$H$_{2}$O) Structure ({\\\\em Obsolete})', 'A3B2C9DE_oP64_62_cd_2c_5c2d_c_c-001': 'Approximate Cu$_{3}$(TeO$_{4}$)(SO$_{4}$)$\\\\cdot$H$_{2}$O Structure', 'A3B2C9_oF56_69_ag_g_bfgl-001': 'Orthorhombic Bi$_{3}$NbTiO$_{9}$ $m = 2$ Aurivillius Structure', 'A3B2CD6_mC24_12_ag_h_c_ij-001': 'Ag$_{3}$LiIr$_{2}$O$_{6}$ Structure', 'A3B2C_hR6_166_ac_c_b-001': 'Ta$_{2}$VC$_{2}$ Structure', 'A3B2C_oC12_65_ah_g_c-001': 'Ag$_{3}$Te$_{2}$Tl Structure', 'A3B2_cF80_227_f_e-002': 'Senarmontite (D6$_{1}$, Sb$_{2}$O$_{3}$) Structure', 'A3B2_cI40_220_d_c-001': 'Pu$_{2}$C$_{3}$ ($D5_{c}$) Structure', 'A3B2_cP10_224_d_b-001': 'Mg$_{3}$P$_{2}$ ($D5_{5}$) Structure', 'A3B2_cP20_213_d_c-001': 'Mg$_{3}$Ru$_{2}$ Structure', 'A3B2_hP10_176_h_bc-001': 'Er$_{3}$Ru$_{2}$ Structure', 'A3B2_hP10_194_bf_ac-001': '$\\\\beta$-Be$_{3}$N$_{2}$ Structure', 'A3B2_hP20_176_2h_ah-001': 'Th$_{7}$S$_{12}$ (D8$_{k}$) Structure', 'A3B2_hP5_164_ad_d-001': 'Al$_{3}$Ni$_{2}$ ($D5_{13}$) Structure', 'A3B2_hR10_166_h_2c-001': 'Fe$_{3}$Sn$_{2}$ Structure', 'A3B2_hR5_155_e_c-001': 'Hazelwoodite (Ni$_{3}$S$_{2}$, $D5_{e}$) Structure', 'A3B2_mC20_12_3i_2i-001': 'Mo$_{2}$As$_{3}$ Structure', 'A3B2_mC20_12_3i_2i-002': 'Gd$_{2}$Cl$_{3}$ Structure', 'A3B2_mP20_14_3e_2e-001': 'Pb$_{2}$O$_{3}$ Structure', 'A3B2_oC80_36_4a4b_2a3b-001': 'Ni$_{3}$Si$_{2}$ Structure', 'A3B2_oF40_43_ab_b-001': 'Zr$_{2}$Al$_{3}$ Structure', 'A3B2_oF40_69_hm_fg-001': 'Rb$_{2}$P$_{3}$ Structure', 'A3B2_oF80_70_fh_2e-001': 'Sc$_{2}$S$_{3}$ Structure', 'A3B2_oP20_52_de_cd-001': 'Sr$_{2}$Bi$_{3}$ Structure', 'A3B2_oP20_56_ce_e-001': 'Valentinite (Sb$_{2}$O$_{3}$, $D5_{11}$) Structure', 'A3B2_oP20_62_3c_2c-001': 'Stibnite (Sb$_{2}$S$_{3}$, $D5_{8}$) Structure', 'A3B2_oP20_62_3c_2c-002': 'Pt$_{2}$Ge$_{3}$ Structure', 'A3B2_oP20_62_3c_2c-003': 'Ottemannite (Sn$_{2}$S$_{3}$) Structure', 'A3B2_oP40_60_3d_2cd-001': 'Ru$_{2}$Ge$_{3}$ Nowotny Chimney-Ladder Structure', 'A3B2_tI160_142_3g_abcef-001': 'Tetragonal Be$_{3}$P$_{2}$ Structure', 'A3B2_tP10_129_3c_2c-001': 'Ti$_{2}$Cu$_{3}$ Structure', 'A3B2_tP10_83_adj_k-001': 'Ti$_{2}$Ga$_{3}$ Structure', 'A3B3C2_hP16_187_jk_jk_ak-001': 'Cr-233 Quasi-One-Dimensional Superconductor (K$_{2}$Cr$_{3}$As$_{3}$) Structure', 'A3B3C8D2E2_oP72_58_gh_3g_4h_ef_h-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF-S) Structure', 'A3B3C_cI56_214_g_h_a-001': 'Ca$_{3}$PI$_{3}$ Structure', 'A3B3C_cP14_223_c_d_a-001': 'SrB$_{3}$C$_{3}$ Clathrate Structure', 'A3B3C_hP14_176_h_h_c-001': 'TlFe$_{3}$Te$_{3}$ Structure', 'A3B3C_mP28_14_3e_3e_e-001': 'Pyrostilpnite (Ag$_{3}$SbS$_{3}$) Structure', 'A3B40CD12_cP112_224_d_e3k_a_k-001': 'PW$_{12}$O$_{40}\\\\cdot$3H$_{3}$O Structure', 'A3B4C10_mP68_14_ab2e_4e_10e-001': 'Nd$_{4}$Co$_{3}$O$_{10}$ Structure', 'A3B4C13_cI320_214_gh_abgh_e4i-001': 'La$_{3}$Rh$_{4}$Sn$_{13}$ Structure', 'A3B4C2D12_aP21_2_ai_2i_i_6i-001': 'Na$_{2}$Cu$_{3}$Ge$_{4}$O$_{12}$ Structure', 'A3B4C2D12_oC84_63_ae_h_g_fg2h-001': 'K$_{2}$Cu$_{3}$Ge$_{4}$O$_{12}$ Structure', 'A3B4C36D4E_oI192_74_ef_hi_2h8j_hi_c-001': 'Low Temperature Body-Centered Orthorhombic CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3B4C3_cI40_220_a_c_b-001': 'Y$_{3}$Au$_{3}$Sb$_{4}$ Structure', 'A3B4C4D4E16F4G3_cP76_218_c_e_e_e_ei_e_d-001': 'Hauyne [(Na$_{0.5}$Ca$_{0.3}$K$_{0.2}$)$_{8}$(Al$_{6}$Si$_{6}$O$_{24}$)(SO$_{4}$)$_{1.5}$, $S6_{9}$] Structure', 'A3B4C8D2E2_tP76_136_fj_2i_2jk_de_j-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF-F) Structure', 'A3B4C_cP16_218_c_e_a-001': 'Ag$_{3}$(PO$_{4}$) ($H2_{1}$) Structure', 'A3B4C_cP8_215_c_e_b-001': 'Sulvanite (Cu$_{3}$S$_{4}$V, $H2_{4}$) Structure', 'A3B4C_oP16_31_ab_2ab_a-002': '$\\\\beta$-Li$_{3}$PO$_{4}$ Structure', 'A3B4C_oP32_57_c2d_4d_a-001': 'Ca$_{4}$Al$_{3}$Mg Structure', 'A3B4_cF56_227_ad_e-001': 'Spinel (Co$_{3}$O$_{4}$, $D7_{2}$) Structure', 'A3B4_cP7_221_d_ac-001': 'S$_{3}$U$_{4}$ Structure', 'A3B4_hP14_176_h_ch-002': 'Nb$_{3}$Te$_{4}$ Structure', 'A3B4_hP7_191_f_de-001': 'Zr$_{4}$Al$_{3}$ Structure', 'A3B4_hR7_160_3a_4a-001': 'Sn$_{4}$As$_{3}$ Structure', 'A3B4_hR7_166_ac_2c-001': 'In$_{3}$Se$_{4}$ Structure', 'A3B4_hR7_166_ac_2c-002': 'Sn$_{4}$P$_{3}$ Structure', 'A3B4_mC14_12_ai_2i-001': '$\\\\delta$-Ni$_{3}$Sn$_{4}$ ($D7_{a}$) Structure', 'A3B4_mC14_12_ai_2i-002': 'Brezinaite (Cr$_{3}$S$_{4}$) Structure', 'A3B4_mC28_15_ef_2f-001': 'Monoclinic Ni$_{4}$B$_{3}$ Structure', 'A3B4_mC42_12_ahij_2i2j-001': 'Rh$_{3}$S$_{4}$', 'A3B4_mP28_14_3e_4e-001': 'Tl$_{4}$S$_{3}$ Structure', 'A3B4_oC56_63_2c2f_ac3f-001': 'Nb$_{4}$As$_{3}$ Structure', 'A3B4_oP14_49_ej_2q-001': '$\\\\delta$-V$_{4}$D$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-001': 'Orthorhombic Ni$_{4}$B$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-002': 'Rh$_{4}$P$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-003': 'Eu$_{3}$O$_{4}$ Structure', 'A3B4_tI28_141_ad_h-001': 'Haussmannite (Mn$_{3}$O$_{4}$) Structure', 'A3B4_tP84_115_acef3g3j3k_6j6k-001': 'Deltalumite ($\\\\delta$-alumina, Al$_{2}$O$_{3}$) Structure', 'A3B5C2_oI40_72_aj_bfj_j-001': 'U$_{2}$Co$_{3}$Si$_{5}$ Structure', 'A3B5C2_tP40_128_dh_egh_h-001': 'U$_{2}$Mn$_{3}$Si$_{5}$ Structure', 'A3B5C4D2_mC112_15_a3ef_5f_4f_2f-001': 'Clinochlore [Mg$_{3}$(Mg$_{2}$Al)(Si$_{3}$Al)O$_{10}$(OH)$_{8}$, $S5_{5}$] Structure', 'A3B5C4D2_mC56_9_3a_5a_4a_2a-001': 'Chrysotile [Mg$_{3}$Si$_{2}$O$_{5}$(OH)$_{4}$] Structure', 'A3B5C8D2E2_oC80_63_cg_c2f_2h_e_g-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF) Structure', 'A3B5C_hP18_193_g_dg_b-001': 'La$_{3}$TiSb$_{5}$', 'A3B5C_hP18_194_h_fh_a-001': 'Disordered YBO$_{3}$ Structure', 'A3B5_hP48_178_ac_a2bc-001': 'Zr$_{5}$Ir$_{3}$ Structure', 'A3B5_oC16_65_ah_bej-001': 'Ga$_{3}$Pt$_{5}$ Structure', 'A3B5_oC32_38_abcd_abcef-001': 'Ta$_{3}$Ti$_{5}$ (BCC SQS-16) Structure', 'A3B5_oP16_55_ah_cgh-001': 'Rh$_{5}$Ge$_{3}$ Structure', 'A3B5_tI32_108_ac_a2c-001': 'Sr$_{5}$Si$_{3}$ Structure ({\\\\em Obsolete})', 'A3B5_tI32_140_ah_bk-001': 'W$_{5}$Si$_{3}$ ($D8_{m}$) Structure', 'A3B5_tI32_140_ah_cl-001': 'Cr$_{5}$B$_{3}$ ($D8_{l}$) Structure', 'A3B6C13_hP66_152_ac_3c_a2b5c-001': 'Ni$_{13}$Ga$_{3}$Ge$_{6}$ Structure', 'A3B6C2_cI44_229_e_h_c-001': 'Ce$_{3}$Ni$_{6}$Si$_{2}$ Structure', 'A3B6CD2_mC24_12_ag_ij_c_h-001': 'Li$_{3}$Zn$_{2}$SbO$_{6}$ Structure', 'A3B6CD_tP44_85_acg_3g_bc_d-001': 'Bromocarnallite ($E2_{6}$, KMg(H$_{2}$O)$_{6}$(Cl,Br)$_{3}$) Structure', 'A3B6C_hR20_148_f_2f_ab-001': 'Mg$_{3}$TeO$_{6}$ Structure', 'A3B6C_mP20_14_ae_3e_b-001': 'High Pressure Mn$_{3}$TeO$_{6}$ Double Perovskite Structure', 'A3B6C_mP20_4_3a_6a_a-001': 'Ca$_{3}$UO$_{6}$ Structure', 'A3B6C_mP40_14_3e_6e_e-001': 'Propanal (C$_{3}$H$_{6}$O) Structure', 'A3B7C2_oC48_36_ab_a3b_b-001': 'Ca$_{3}$Ti$_{2}$O$_{7}$ Structure', 'A3B7C2_oC48_66_el_f2gl_l-001': 'Orthorhombic Ba$_{3}$Zr$_{2}$S$_{7}$ Structure', 'A3B7C2_tP48_136_fj_2eghj_j-001': 'Tetragonal Ba$_{3}$Zr$_{2}$S$_{7}$ Structure', 'A3B7C_hR11_160_b_a2b_a-001': 'Fe$_{3}$PO$_{7}$ Structure', 'A3B7_hP20_186_c_b2c-001': 'Fe$_{3}$Th$_{7}$ ($D10_{2}$) Structure', 'A3B7_hR20_146_2b_2a4b-001': 'Pd$_{7}$P$_{3}$ Structure', 'A3B7_oP40_62_cd_3c2d-001': 'C$_{3}$Cr$_{7}$ ($D10_{1}$) Structure', 'A3B7_tP40_76_3a_7a-001': 'Cs$_{3}$P$_{7}$ Structure', 'A3B8C2_hP26_186_c_ab2c_2b-001': 'Zn$_{2}$Mo$_{3}$O$_{8}$ Structure', 'A3B8C48D8E_tI272_140_ah_m_6m_m_c-001': 'Low Temperature Body-Centered Tetragonal CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3B8_oC22_65_bg_ac2gh-001': 'Nb$_{3}$O$_{7}$F Structure', 'A3B9C29D8_hP98_165_f_bdg_df4g_dg-001': 'Li$_{9}$Al$_{3}$(P$_{2}$O$_{7}$)$_{3}$(PO$_{4}$)$_{2}$ Structure', 'A3B9C2_mC112_5_6c_2a2b16c_4c-001': '$\\\\alpha$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A3B9C2_oC56_63_ae_cfgh_g-001': 'Y$_{2}$Ga$_{9}$Co$_{3}$ Structure', 'A3B9CD2_hP15_164_ad_ei_b_d-001': 'Ba$_{3}$SrTa$_{2}$O$_{9}$ Structure', 'A3B9CD9_hP44_186_c_3c_b_cd-001': 'Nd(BrO$_{3}$)$_{3}\\\\cdot$9H$_{2}$O ($G2_{2}$) Structure', 'A3BC12DE_oP144_31_4a4b_4a_24b_4a_2b-001': 'High Pressure Phase III CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3BC2D30E12_hP96_192_f_a_c_l2m_m-001': 'Osumilite (KMg$_{2}$Al$_{3}$Si$_{12}$O$_{30}$) Structure', 'A3BC2D9_hP30_194_bf_a_f_hk-001': 'Hexagonal Ba$_{3}$CoIr$_{2}$O$_{9}$ Structure', 'A3BC2D9_mC60_15_ef_a_f_e4f-001': 'Monoclinic (I) Ba$_{3}$CoIr$_{2}$O$_{9}$ Perovskite Structure', 'A3BC2D9_mP60_13_ef2g_ab_2g_ef8g-001': 'Monoclinic (II) Ba$_{3}$CoIr$_{2}$O$_{9}$ Structure', 'A3BC2_cI48_214_f_a_e-001': 'Petzite (Ag$_{3}$AuTe$_{2}$) Structure', 'A3BC2_hP12_194_ce_d_f-001': 'Fe$_{3}$GeTe$_{2}$ Structure', 'A3BC2_hP12_194_h_a_f-002': 'U$_{2}$Cr$_{3}$Si Structure', 'A3BC2_mC24_12_ij_g_hi-001': 'LiOH$\\\\cdot$H$_{2}$O ($B36$) Structure', 'A3BC2_mP24_14_3e_e_2e-001': '$\\\\beta$-Tl$_{2}$TeO$_{3}$ Structure', 'A3BC2_oP24_62_3c_c_2c-001': 'K$_{2}$CuCl$_{3}$ Structure', 'A3BC2_oP48_50_3m_m_2m-001': '$\\\\alpha$-Tl$_{2}$TeO$_{3}$ Structure', 'A3BC3D_tP64_106_3c_c_3c_c-001': 'NaZn[OH]$_{3}$ Structure', 'A3BC3_hR14_161_b_a_b-001': 'Proustite (Ag$_{3}$AsS$_{3}$) Structure', 'A3BC3_mC56_15_3f_f_3f-001': 'Xanthoconite (Ag$_{3}$AsS$_{3}$) Structure', 'A3BC3_mP28_14_3e_e_3e-001': 'K$_{3}$SnTe$_{3}$ (K$_{6}$Sn$_{2}$Te$_{6}$) Structure', 'A3BC4D12E3_cP46_218_c_a_e_i_d-001': 'Sodalite [Na$_{4}$(AlSiO$_{4}$)$_{3}$Cl, $S6_{2}$] Structure', 'A3BC6DE_oP48_62_cd_c_2c2d_c_a-001': 'Low Temperature Orthorhombic CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3BC6_hR20_167_e_b_f-001': 'CrCl$_{3}$(H$_{2}$O)$_{6}$ ($J2_{2}$) Structure', 'A3BC7_hR22_167_e_b_af-001': 'ScRh$_{3}$Si$_{7}$ Structure', 'A3BC7_oC44_63_ag_b_cgh-001': 'La$_3$NbO$_{7}$ Structure', 'A3BC8D2E2_oC64_36_3a_a_4b_b_2a-001': 'Uncharged NaV$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF) Structure', 'A3BC8D2_hP14_164_ad_b_di_d-001': 'Aphthitalite/Glaserite [K$_{3}$Na(SO$_{4}$)$_{2}$] Structure', 'A3BC9_hP26_194_h_a_hk-001': 'Hexagonal Vaterite (CaCO$_{3}$) Structure', 'A3BCD3E15F3_hP52_173_c_b_b_c_5c_c-001': 'Crancrinite (Na$_{6}$Ca$_{2}$Al$_{6}$Si$_{6}$O$_{24}$(CO$_{3}$)$_{2}$, $S3_3$(I)) Structure', 'A3BC_hP10_188_k_a_c-001': 'LiScI$_{3}$ Structure', 'A3BC_hP30_178_bc_b_a-001': 'CsCuCl$_{3}$ Structure', 'A3BC_hP30_185_cd_c_ab-001': 'KNiCl$_{3}$ Structure', 'A3BC_hR5_146_b_a_a-001': '$\\\\gamma$-Ag$_{3}$SI (Low-Temperature) Structure', 'A3BC_mC10_8_ab_a_a-001': 'Monoclinic PZT [Pb(Zr$_{x}$Ti$_{1-x}$)O$_{3}$] Structure', 'A3BC_mP20_14_3e_e_e-001': 'Sanguite (KCuCl$_{3}$) Structure', 'A3BC_oC20_63_ce_c_c-001': 'SrPdGa$_{3}$ Structure', 'A3BC_oC20_65_2gh_g_h-001': 'SmNiGe$_{3}$ Structure', 'A3BC_oC20_65_gq_ac_i-001': 'RhMnBi$_{3}$ Structure', 'A3BC_tI20_140_ah_b_c-002': '$\\\\gamma$-SrZrO$_{3}$ Tetragonal Perovskite Structure', 'A3BC_tP5_123_ah_c_b-001': 'NH$_{4}$HgCl$_{3}$ ($E2_{5}$) Structure', 'A3BC_tP5_99_ac_b_a-002': 'Tetragonal PZT [Pb(Zr$_{x}$Ti$_{1-x}$)O$_{3}$] Structure', 'A3B_aP32_2_12i_4i-001': '$\\\\delta$-WO$_{3}$ Structure', 'A3B_cI32_204_g_c-001': 'Skutterudite (CoAs$_{3}$, $D0_{2}$) Structure', 'A3B_cI8_229_b_a-001': 'High-pressure (200GPa) H$_{3}$S Structure', 'A3B_cP16_198_b_a-001': 'Ammonia (NH$_{3}$, $D0_{1}$) Structure', 'A3B_cP16_208_i_c-001': 'H$_{3}$P Structure', 'A3B_cP32_223_k_ac-001': '$\\\\beta$-UH$_{3}$ Structure', 'A3B_cP4_221_c_b-001': '$\\\\alpha$-ReO$_{3}$ ($D0_{9}$) Structure', 'A3B_cP8_223_c_a-001': 'Cr$_{3}$Si ($A15$) Structure', 'A3B_hP12_191_gl_f-001': 'Hexagonal WO$_{3}$ Structure', 'A3B_hP16_194_gh_ac-001': 'Ni$_{3}$Ti ($D0_{24}$) Structure', 'A3B_hP24_151_3c_2a-001': 'CrCl$_{3}$ ($D0_{4}$) Structure', 'A3B_hP24_153_3c_2a-001': 'CrCl$_{3}$ Structure', 'A3B_hP24_165_adg_f-001': 'H$_{3}$Ho Structure', 'A3B_hP24_165_bdg_f-001': 'Cu$_{3}$P ($D0_{21}$) Structure', 'A3B_hP24_185_ab2c_c-001': 'Cu$_{3}$P Structure', 'A3B_hP24_193_ack_g-001': '$D0_{6}$ (Tysonite, LaF$_{3}$) Structure ({\\\\em Obsolete})', 'A3B_hP24_194_hk_bf-001': 'VCo$_{3}$ Structure', 'A3B_hP24_194_hk_bf-002': 'Hexagonal PuAl$_{3}$ Structure', 'A3B_hP4_191_bc_a-001': 'Li$_{3}$N Structure', 'A3B_hP8_158_d_a-001': '$\\\\beta$-RuCl$_{3}$ Structure', 'A3B_hP8_173_c_b-001': 'PI$_{3}$ Structure', 'A3B_hP8_176_h_c-001': 'UCl$_{3}$ Structure', 'A3B_hP8_185_c_a-001': '$\\\\beta$-RuCl$_{3}$ Structure', 'A3B_hP8_194_af_c-001': 'ReB$_{3}$ Structure', 'A3B_hP8_194_h_c-001': 'Ni$_{3}$Sn ($D0_{19}$) Structure', 'A3B_hR12_166_ach_bc-001': 'NbBe$_{3}$ Structure', 'A3B_hR16_166_2h_2c-001': 'SrSn$_{3}$ Structure', 'A3B_hR20_166_d2h_b2c-001': 'HoAl$_{3}$ Structure', 'A3B_hR4_160_b_a-001': 'H$_{3}$S (130 GPa) Structure', 'A3B_hR8_166_h_c-001': 'SnP$_{3}$ Structure', 'A3B_hR8_167_e_b-001': 'FeF$_{3}$ ($D0_{12}$) Structure', 'A3B_mP16_7_6a_2a-001': '$\\\\epsilon$-WO$_{3}$ (low-temperature) Structure', 'A3B_mP32_14_6e_2e-001': '$\\\\gamma$-WO$_{3}$ Structure', 'A3B_mP8_11_3e_e-001': 'ZrSe$_{3}$ Structure', 'A3B_oC32_64_def_d-001': 'R$_{2}$ Au$_{3}$Zn Structure', 'A3B_oC64_66_gi2lm_2l-001': 'H$_{3}$S (60 GPa) Structure', 'A3B_oC64_66_kl2m_acl-001': '$\\\\beta$-ThI$_{3}$ Structure', 'A3B_oI32_23_ef2k_k-001': 'H$_{3}$S (5 GPa) Structure', 'A3B_oP16_57_a2d_d-001': '$D0_{10}$ (WO$_{3}$) Structure ({\\\\em Obsolete})', 'A3B_oP16_62_3c_c-002': 'NH$_{4}$I$_{3}$ (D0$_{16}$) Structure', 'A3B_oP16_62_3c_c-003': 'NiBi$_{3}$ Structure', 'A3B_oP16_62_cd_c-001': '$\\\\epsilon$-Al$_{3}$Ni ($D0_{20}$) Structure', 'A3B_oP32_60_3d_d-001': '$\\\\beta$-WO$_{3}$ Structure', 'A3B_oP32_62_ab4c_2c-001': 'Original $\\\\beta$-WO$_{3}$ Structure ({\\\\em Obsolete})', 'A3B_oP4_25_abc_d-001': 'Dyscrasite (Ag$_{3.15}$Sb$_{0.85}$) Structure', 'A3B_oP8_59_ae_b-001': '$\\\\beta$-TiCu$_{3}$ ($D0_{a}$) Structure', 'A3B_tI16_139_cde_e-001': 'Al$_{3}$Zr ($D0_{23}$) Structure', 'A3B_tI24_119_a2i_bf-001': 'RbGa$_{3}$ Structure', 'A3B_tI32_82_3g_g-001': 'Ni$_{3}$P ($D0_{e}$) Structure', 'A3B_tI64_142_def_d-001': 'R$_{1}$ Au$_{3}$Zn Structure', 'A3B_tI8_139_ad_b-001': 'Al$_{3}$Ti ($D0_{22}$) Structure', 'A3B_tP16_118_ei_f-001': 'RuIn$_{3}$ Structure', 'A3B_tP16_130_cf_c-001': '$\\\\alpha$-WO$_{3}$ Structure', 'A3B_tP16_136_cj_f-001': 'IrIn$_{3}$ Structure', 'A3B_tP32_114_3e_e-001': 'SeO$_{3}$ Structure', 'A40B_cF492_225_j2l_ac-001': 'fcc Fullerene (K$_{3}$C$_{60}$) Structure', 'A41B11_cF416_216_7e2fg3h_egh-001': '$\\\\delta$-Cu$_{41}$Sn$_{11}$ Structure', 'A41B6_cP188_201_b2efg5h_h-001': 'Ce$_{6}$Cd$_{37}$ Structure', 'A43B5C17_oC260_63_c8fg6h_cfg_ce3f2h-001': 'La$_{43}$Ni$_{17}$Mg$_{5}$ Structure', 'A45B11_cF448_216_ac4efg5h_bd2eh-001': 'Sm$_{11}$Cd$_{45}$ Structure', 'A45B7_mC104_12_a8i7j_cij-001': 'Al$_{45}$V$_{7}$ Structure', 'A4B10C2D34E4F9_tP252_126_k_ce2k_f_h8k_k_d2k-001': 'Vesuvianite (Ca$_{10}$Al$_{4}$(Mg,Fe)$_{2}$Si$_{9}$O$_{34}$(OH)$_{4}$, $S2_{3}$) Structure', 'A4B10C3_oC68_64_2f_e2fg_af-001': 'Cs$_{4}$Mg$_{3}$F$_{10}$ Structure', 'A4B10C3_oP68_61_2c_5c_ac-001': 'Ca$_{4}$Ti$_{3}$O$_{10}$ Structure', 'A4B11C2_tP68_86_2g_ab5g_g-001': 'Nd$_{4}$Re$_{2}$O$_{11}$ Structure', 'A4B12C3_cI76_220_c_e_a-001': 'Eulytine (Bi$_{4}$(SiO$_{4}$)$_{3}$, $S1_{5}$) Structure', 'A4B12C3_mP38_7_4a_12a_3a-001': 'Monoclinic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure', 'A4B12C3_oC76_41_2b_6b_ab-001': 'Orthorhombic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure ({\\\\em Obsolete})', 'A4B12C3_oC76_63_eg_fg2h_cf-001': '$\\\\beta$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A4B12C3_oF76_69_2g_cf2gl_ag-001': 'Orthorhombic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure', 'A4B13C3_cP40_223_e_ak_c-001': 'Yb$_{3}$Rh$_{4}$Sn$_{13}$ Structure', 'A4B14C3_hP21_143_ad_bc4d_d-001': 'Simpsonite (Ta$_{3}$Al$_{4}$O$_{13}$[OH]) Structure', 'A4B17C_cF88_216_e_aefg_c-001': 'Cubic Cr$_{4}$PtGa$_{17}$ Structure', 'A4B24C13_cI82_217_c_deg_ag-001': 'Tennantite (Cu$_{12}$As$_{4}$S$_{13}$) Structure', 'A4B2C2D4E_tI26_139_2e_e_d_g_a-001': 'KCa$_{2}$Fe$_{4}$As$_{4}$F$_{2}$ Structure (12442-type superconductor)', 'A4B2C2DE2_tI22_139_2e_e_d_a_c-001': 'Ba$_{2}$Ti$_{2}$Fe$_{2}$As$_{4}$O Structure', 'A4B2C2DE_oP40_62_2cd_2c_d_c_c-001': 'K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O Structure', 'A4B2C2D_tI18_139_h_d_e_a-001': 'K$_{2}$OsO$_{2}$Cl$_{4}$ ($J1_{5}$) Structure', 'A4B2C3_oP18_59_ef_ab_ae-001': 'NH$_{4}$NO$_{3}$ IV ($G0_{11}$) Structure', 'A4B2C3_tP72_77_8d_ab2c2d_6d-001': 'Gwihabaite (NH$_{4}$NO$_{3}$ V) Structure', 'A4B2C4D_mP22_14_2e_e_2e_a-001': 'K$_{2}$Ni(CN)$_{4}$ Structure', 'A4B2C6D16E_cF232_203_e_c_f_eg_b-001': 'Tychite  (Na$_{6}$Mg$_{2}$SO$_{4}$(CO$_{3}$)$_{4}$) Structure', 'A4B2C6D16E_cF232_227_e_c_f_eg_b-001': '$H5_{6}$ [Tychite, Na$_{6}$Mg$_{2}$SO$_{4}$(CO$_{3}$)$_{4}$)] Structure ({\\\\em Obsolete})', 'A4B2C9_hP30_165_2d_c_fg-001': 'Nb$_{2}$Mn$_{4}$O$_{9}$ Structure', 'A4B2C_oP28_62_2cd_2c_c-001': 'Cs$_{2}$CuCl$_{4}$ Structure', 'A4B2C_tI14_139_ce_e_a-001': 'K$_{2}$NiF$_{4}$ Structure', 'A4B2C_tP14_136_i_f_a-001': 'ZrFe$_{4}$Si$_{2}$ Structure', 'A4B2C_tP28_135_gh_h_d-001': 'ZnSb$_{2}$O$_{4}$ Structure', 'A4B2C_tP7_123_j_e_a-001': 'K$_{2}$PtCl$_{4}$ ($H1_{5}$) Structure', 'A4B3C8_tI30_139_2e_ae_cdg-002': 'Nd$_{4}$Ni$_{3}$O$_{8}$ Structure', 'A4B3C_cI16_217_c_b_a-001': 'Tl$_{3}$VS$_{4}$ Structure', 'A4B3_cI112_230_af_g-001': 'Ga$_{4}$Ni$_{3}$ Structure', 'A4B3_cI14_229_c_b-001': 'Pt$_{3}$O$_{4}$ Structure', 'A4B3_cI28_220_c_a-001': 'Th$_{3}$P$_{4}$ ($D7_{3}$) Structure', 'A4B3_hP14_173_bc_c-001': '$\\\\beta$-Si$_{3}$N$_{4}$ Structure', 'A4B3_hP14_176_ch_h-001': '$\\\\beta$-Si$_{3}$N$_{4}$ Structure', 'A4B3_hP28_159_ab2c_2c-001': 'Nierite ($\\\\alpha$-Si$_{3}$N$_{4}$) Structure', 'A4B3_hR7_166_2c_ac-001': 'Al$_{4}$C$_{3}$ ($D7_{1}$) Structure', 'A4B3_hR7_166_2c_ac-002': 'Bi$_{4}$Te$_{3}$ Structure', 'A4B3_oI14_71_ef_af-001': 'Ta$_{3}$B$_{4}$ ($D7_{b}$) Structure', 'A4B3_oP14_55_gh_ah-001': 'Possible Phase III Pb$_{3}$O$_{4}$ Structure', 'A4B3_oP28_55_ghi_egh-001': 'Minium-R (Pb$_{3}$O$_{4}$) Structure', 'A4B3_oP28_58_4g_3g-001': 'In$_{4}$Se$_{3}$ Structure', 'A4B3_oP56_62_8c_6c-001': 'Mo$_{4}$P$_{3}$ Structure', 'A4B3_tI14_139_2e_ae-001': 'Ti$_{3}$Cu$_{4}$ Structure', 'A4B3_tI28_141_cd_ae-002': 'Paramelaconite (Cu$_{4}$O$_{3}$) Structure', 'A4B3_tP28_135_gh_dh-002': 'Minium-T (Pb$_{3}$O$_{4}$) Structure', 'A4B4C4DE2_tP30_136_i_j_i_a_f-001': '$\\\\sigma$-CrFe ($D8_{b}$) Structure', 'A4B4C5D14_tP108_135_i_i_dfh_egh2i-001': 'Bi$_{4}$Fe$_{5}$O$_{13}$F Structure', 'A4B4C6D13_cI54_217_c_c_d_ag-001': '$\\\\alpha$-Ba$_{8}$Ga$_{16}$Sn$_{30}$ Clathrate Structure', 'A4B4C_aP18_2_4i_4i_i-002': 'Na$_{4}$SiO$_{4}$ Structure', 'A4B5C9_hR18_166_2c_a2c_dh-001': 'Ce$_{4}$Ga$_{5}$Rh$_{9}$ Structure', 'A4B5_hP18_193_bg_dg-001': 'Ti$_{5}$Ga$_{4}$ Structure', 'A4B5_oP36_62_2cd_c2d-001': 'Sm$_{5}$Ge$_{4}$ Structure', 'A4B5_tI18_139_i_ah-001': 'V$_{4}$Zn$_{5}$ Structure', 'A4B5_tI18_87_h_ah-001': 'Ti$_{5}$Te$_{4}$ Structure', 'A4B5_tP36_92_2b_a2b-001': 'Zr$_{5}$Si$_{4}$ Structure', 'A4B6C_hP11_143_ad_2d_b-001': 'ScRh$_{6}$P$_{4}$ Structure', 'A4B7C16D2_oC58_65_2h_b3g_ac5g2h_h-001': "``247 Superconductor'' (Y$_{2}$Ba$_{4}$Cu$_{7}$O$_{15}$) Structure", 'A4B7C2D2_oC60_36_2b_a3b_2a_b-001': 'Bertrandite (Be$_{4}$Si$_{2}$O$_{7}$(OH)$_{2}$, $S4_{6}$) Structure', 'A4B7C_oP24_31_2b_a3b_a-001': 'B$_{4}$SrO$_{7}$ Structure', 'A4B7_tP44_116_ach2i_e3j-001': 'Mn$_{4}$Ge$_{7}$ Nowotny Chimney-Ladder Structure', 'A4B8C_oP52_62_2d_4d_c-001': "$\\\\alpha_{H}'$-Ca$_{2}$SiO$_{4}$ Structure", 'A4B9_cP52_215_ei_3efgi-001': '$\\\\gamma$-brass (Cu$_{9}$Al$_{4}$, $D8_{3}$) Structure', 'A4BC12D2_oC76_63_eg_c_f3gh_g-001': '$S0_{4}$ (Staurolite, Fe(OH)$_{2}$Al$_{4}$SiO$_{10}$) Structure ({\\\\em Obsolete})', 'A4BC12D3_hR20_166_2c_a_2h_bc-001': 'Ba$_{4}$NbRu$_{3}$O$_{12}$ Structure', 'A4BC12_cI34_204_c_a_g-001': 'LaFe$_{4}$P$_{12}$ Structure', 'A4BC16DE28F8_tP116_128_h_a_2i_b_g3i_i-001': 'Apophyllite (KCa$_{4}$Si$_{8}$O$_{20}$F$\\\\cdot$8H$_{2}$O, $S5_{2}$) Structure', 'A4BC2D_oP32_62_2cd_a_2c_b-001': '$E3_{5}$ (K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O) Structure', 'A4BC2D_oP32_62_2cd_c_d_c-001': 'K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O Structure', 'A4BC2_mC28_15_2f_e_f-001': 'Sm$_{2}$SCl$_{4}$ Structure', 'A4BC2_oP28_56_cde_a_e-001': 'Low-temperature Sr$_{2}$SnO$_{4}$ Structure', 'A4BC2_tI28_120_i_a_h-001': 'KAu$_{4}$Sn$_{2}$ Structure', 'A4BC3D12_hR20_155_ad_b_e_2df-001': 'Huntite [CaMg$_{3}$(CO$_{3}$)$_{4}$] Structure', 'A4BC3_mC32_12_2j_i_ghi-002': 'Sc$_{3}$RhC$_{4}$ Structure', 'A4BC3_oF64_69_gho_g_gl-001': 'LaTi$_{3}$Bi$_{4}$ Structure', 'A4BC3_oI16_71_m_a_bf-001': 'Sc$_{3}$CoC$_{4}$ Structure', 'A4BC3_tP64_133_2k_h_i2j-001': 'Zr$_{3}$PD$_{3}$ Structure', 'A4BC3_tP8_123_i_a_bh-001': 'KCu$_{4}$S$_{3}$ Structure', 'A4BC4D2E2_tP26_136_fg_a_j_d_e-001': 'K$_{2}$CuCl$_{4}$ $\\\\cdot$ 2H$_{2}$O ($H4_{1}$) Structure', 'A4BC4D6_cP360_222_2i_h_2i_3i-001': 'Co(H$_{2}$O)$_{2}$(C$_{4}$O$_{4}$) Structure', 'A4BC4D_tI40_122_e_b_e_a-001': 'KH$_{2}$PO$_{4}$ ($H2_{2}$) Structure', 'A4BC4D_tP10_123_gh_a_i_d-001': 'CaRbFe$_{4}$As$_{4}$ (Superconducting) Structure', 'A4BC4_tP18_137_g_a_g-001': 'CeCo$_{4}$B$_{4}$ Structure', 'A4BC6_mC44_9_4a_a_6a-001': 'GeCd$_{4}$S$_{6}$ Structure', 'A4BC7D_hP26_186_ac_b_a2c_b-001': 'Swedenborgite (NaBe$_{4}$SbO$_{7}$, $E9_{2}$) Structure', 'A4BC7_hP12_164_2d_a_bc2d-001': 'MnBi$_{4}$Te$_{7}$ Structure', 'A4BC8D7_oP80_19_4a_a_8a_7a-001': 'Ca-Malate-dihydrate (CaC$_{4}$H$_{4}$O$_{5}\\\\cdot$2H$_{2}$O) Structure', 'A4BCD2_oP32_55_ghi_e_f_gh-001': 'K$_{2}$HgCl$_{4}\\\\cdot$H$_{2}$O ($E3_{4}$) Structure', 'A4BCD6_hP12_191_h_a_b_i-001': 'Lucabindiite (KAs$_{4}$O$_{6}$Cl) Structure', 'A4BCD6_oP48_33_4a_a_a_6a-001': 'CsB$_{4}$O$_{6}$F Structure', 'A4BCD8_cF56_216_e_a_c_2e-001': 'LiGaCr$_{4}$O$_{8}$ Structure', 'A4BCD_mP28_14_4e_e_e_e-001': 'KICl$_{4}\\\\cdot$H$_{2}$O ($H0_{10}$) Structure', 'A4BC_cF96_216_efg_e_e-001': 'Gd$_{4}$RhIn Structure', 'A4BC_mP24_14_4e_e_e-001': '$\\\\gamma$-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A4BC_oC24_63_acf_c_c-002': 'YNiAl$_{4}$ Structure', 'A4BC_oC24_65_gip_h_j-001': 'ThMoB$_{4}$ Structure', 'A4BC_oP24_55_4g_h_h-001': 'YCrB$_{4}$ Structure', 'A4BC_oP24_57_cde_d_a-001': 'SrUO$_{4}$ Structure', 'A4BC_tI24_141_h_a_b-001': 'Zircon (ZrSiO$_{4}$, $S1_{1}$) Structure', 'A4B_cI10_217_c_a-001': 'SiF$_{4}$ ($D1_{2}$) Structure', 'A4B_cI10_229_c_a-001': '$\\\\beta$-Hg$_{4}$Pt Structure', 'A4B_cI120_230_h_c-001': 'RhBi$_{4}$ Structure', 'A4B_cI40_197_cde_c-001': 'Ga$_{4}$Ni Structure', 'A4B_cP40_205_cd_c-001': 'SnI$_{4}$ (D1$_{1}$) Structure', 'A4B_cP5_221_ac_b-002': "$\\\\gamma$'-Fe$_{4}$N ($L'1_{0}$) Structure", 'A4B_cP5_221_bc_a-001': "{\\\\em Erroneous} $L'1_{0}$ Structure", 'A4B_hP15_144_4a_a-001': 'IrGe$_{4}$ Structure', 'A4B_hP90_194_e2fgh4k_hk-001': 'SrMg$_{4}$ Structure', 'A4B_mC30_12_gi2j_ai-001': 'PuNi$_{4}$ Structure', 'A4B_mC30_8_2a5b_ab-001': 'Al$_{4}$W Structure', 'A4B_mC40_15_4f_f-001': 'VS$_{4}$ Structure', 'A4B_oC20_63_acf_c-001': 'SrSn$_{4}$ Structure', 'A4B_oC40_36_4a2b_b-001': '$\\\\alpha$-NiI$_{4}$ Structure', 'A4B_oI20_74_aeh_e-001': 'Al$_{4}$U ($D1_{b}$) Structure', 'A4B_oP10_58_2g_a-001': 'CrB$_{4}$ Structure', 'A4B_oP20_62_2cd_c-001': 'MgB$_{4}$ Structure', 'A4B_oP20_62_4c_c-001': 'Au$_{4}$Zr Structure', 'A4B_oP40_61_4c_c-001': 'ReP$_{4}$ Structure', 'A4B_tI10_139_de_a-001': '$D1_{3}$ (BaAl$_{4}$) Structure', 'A4B_tI20_141_h_a-001': '$\\\\beta$-ThCl$_{4}$ Structure', 'A4B_tI20_88_f_a-001': '$\\\\alpha$-ThCl$_{4}$ Structure', 'A4B_tP10_114_e_a-001': 'Pd$_{4}$Se Structure', 'A4B_tP10_125_m_a-001': 'PtPb$_{4}$ ($D1_{d}$) Structure', 'A4B_tP20_127_ehj_g-001': 'ThB$_{4}$ ($D1_{e}$) Structure', 'A4B_tP20_84_afjk_j-001': 'Cu$_{4}$Pd Structure', 'A5B10C2_mP68_14_5e_10e_2e-001': 'Stoiberite [Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'A5B11CD8E_aP26_1_5a_11a_a_8a_a-001': 'NaC$_{5}$H$_{11}$O$_{8}$S Structure', 'A5B11_mP16_6_2abc_2a3b3c-001': 'Ta$_{5}$Ti$_{11}$ (BCC SQS-16) Structure', 'A5B12C3_cI160_230_ad_h_c-001': 'Y$_{3}$Al$_{5}$O$_{12}$ Garnet (YAG) Structure', 'A5B12_oP68_60_c2d_6d-001': 'Cr$_{5}$O$_{12}$ Structure', 'A5B19C2_tP26_123_a2g_ce2h3i_g-001': 'Ce$_{5}$Pd$_{2}$In$_{19}$ Structure', 'A5B19_hR24_166_a2c_b3c2h-001': 'Ce$_{5}$Co$_{19}$ Structure', 'A5B21C24D12_hR62_166_a2c_ehi_fg2h_i-001': 'Chabazite (Ca$_{1.4}$Sr$_{0.3}$Al$_{3.8}$Si$_{8.3}$O$_{24}\\\\cdot$13H$_{2}$O, $S3_4$ (I)) Structure', 'A5B22_tP216_96_5b_2a21b-001': '$\\\\alpha$-AlB$_{12}$ Structure', 'A5B2C2D10E2_mC84_12_acghj_bdi_2i_5j_j-001': 'Staurolite (H$_{2}$Al$_{5}$Fe$_{2}$Si$_{2}$O$_{12}$) Structure', 'A5B2C3_oP80_48_abgij3m_2m_cdh2m-001': 'Gd$_{2}$Ni$_{3}$Ga$_{5}$ Structure', 'A5B2C8D2_mP68_4_10a_4a_16a_4a-001': 'Monoclinic KH$_{2}$PO$_{4}$ Structure', 'A5B2_cI336_230_g2h_h-001': 'Zr$_{6}$Cl$_{15}$ (Zr$_{2}$Cl$_{5}$) Structure', 'A5B2_hP14_194_abcf_f-001': 'W$_{2}$B$_{5}$ ($D8_{h}$) Structure', 'A5B2_hP28_194_ahk_ch-001': 'Co$_{2}$Al$_{5}$ ($D8_{11}$) Structure', 'A5B2_hP42_185_ab4c_abc-001': 'Stibiopalladinite (Pd$_{5}$Sb$_{2}$) Structure', 'A5B2_hR7_166_a2c_c-001': 'Mo$_{2}$B$_{5}$ ($D8_{i}$) Structure', 'A5B2_mC14_12_a2i_i-001': 'Au$_{5}$Mn$_{2}$ Structure', 'A5B2_oP14_31_a2b_b-001': 'Shcherbinaite ($D8_{7}$, V$_{2}$O$_{5}$) Structure ({\\\\em Obsolete})', 'A5B2_oP14_49_cehq_ab-001': '$\\\\beta$-Ta$_{2}$O$_{5}$ Structure', 'A5B2_oP14_59_a2e_e-001': 'Shcherbinaite (V$_{2}$O$_{5}$) Structure ({\\\\em Revised})', 'A5B2_tP14_127_cj_g-001': 'Mn$_{2}$Hg$_{5}$ Structure', 'A5B3C12_hP20_189_dg_f_2gj-001': 'Ca$_{5}$Ir$_{3}$O$_{12}$ Structure', 'A5B3C15_oP46_30_a2c_bc_a7c-001': 'Bi$_{5}$Nb$_{3}$O$_{15}$ Structure', 'A5B3C16_cP96_222_ce_d_fi-001': 'Ce$_{5}$Mo$_{3}$O$_{16}$ Structure', 'A5B3C_hP18_186_2a3b_2ab_b-001': 'Al$_{5}$C$_{3}$N ($E9_{4}$) Structure', 'A5B3_hP16_190_bch_g-001': '$\\\\alpha$-Sm$_{3}$Ge$_{5}$ (High-temperature) Structure', 'A5B3_hP16_193_dg_g-001': 'Mavlyanovite (Mn$_{5}$Si$_{3}$, $D8_{8}$) Structure', 'A5B3_hP48_186_3cd_3c-001': 'Ca$_{5}$Pb$_{3}$ Structure', 'A5B3_hP8_189_cf_g-001': 'Th$_{3}$Pd$_{5}$ Structure', 'A5B3_mC32_15_e2f_af-003': 'Oxyvanite (V$_{3}$O$_{5}$) Structure', 'A5B3_mC32_9_5a_3a-001': '$\\\\alpha$-P$_{3}$N$_{5}$ Structure', 'A5B3_mP32_13_ef4g_ab2g-001': 'Room Temperature V$_{3}$O$_{5}$ Structure', 'A5B3_oC32_63_cfg_ce-001': 'Pd$_{5}$Pu$_{3}$ Structure', 'A5B3_oP16_26_a2c_a2b-001': 'Metastable Au$_{5}$Zn$_{3}$ Structure', 'A5B3_tP32_118_f2i_aceh-001': 'Ir$_{3}$Ga$_{5}$ Structure', 'A5B3_tP32_130_cg_cf-001': 'Ba$_{5}$Si$_{3}$ Structure', 'A5B40CD12_cP116_224_bd_e3k_a_k-001': '12-phosphotungstic acid [H$_{3}$PW$_{12}$O$_{40}\\\\cdot$5H$_{2}$O] ($H4_{16}$) Structure', 'A5B4C21D8_tI76_87_ah_h_bh2i_2h-001': 'Ba$_{5}$Yb$_{8}$Ni$_{4}$O$_{21}$ Structure', 'A5B4_mP18_14_a2e_2e-001': 'Luberoite (Pt$_{5}$Se$_{4}$) Structure', 'A5B5C4_tP28_104_ac_ac_c-001': 'Ba$_{5}$In$_{4}$Bi$_{5}$ Structure', 'A5B6C18_tI232_142_bg_dg_e2f3g-001': 'Er$_{5}$Rh$_{6}$Sn$_{18}$ Structure', 'A5B6C2_hP13_157_2ac_2c_b-001': 'Ag$_{5}$Pb$_{2}$O$_{6}$ Structure', 'A5B6_hP22_163_abcf_i-001': 'Trigonal Cr$_{5}$S$_{6}$ Structure', 'A5B6_hP22_194_ach_gh-001': 'Hexagonal Ti$_{6}$Sn$_{5}$ Structure', 'A5B6_hP33_151_3a2b_3c-001': 'V$_{6}$C$_{5}$ Structure', 'A5B7C12_hR24_166_a2c_b3c_2h-001': 'Ce$_{5}$Ga$_{7}$Rh$_{12}$ Structure', 'A5B7_tI24_107_ac_abd-001': 'Co$_{5}$Ge$_{7}$ Structure', 'A5B8CD12_oC104_41_a2b_4b_a_6b-001': 'Santite (KB$_{5}$O$_{8}\\\\cdot$4H$_{2}$O, $K3_{5}$) Structure', 'A5B8C_mC28_12_a2i_4i_c-001': 'TlCr$_{5}$Se$_{8}$ Structure', 'A5B8_cI52_217_ce_cg-001': '$\\\\gamma$-Brass (Cu$_{5}$Zn$_{8}$, $D8_{2}$) Structure', 'A5B9C2_tI64_139_em_d2n_h-001': '$\\\\gamma$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A5BC12D3_hP42_176_fh_a_2hi_h-001': 'Fluorapatite [Ca$_{5}$F(PO$_{4}$)$_{3}$, $H5_{7}$] Structure', 'A5BC2_hR8_160_5a_a_2a-001': 'Fe$_{5-\\\\delta}$GeTe$_{2}$ Structure', 'A5BC2_mC64_15_5f_f_2f-001': 'Y$_{2}$SiO$_{5}$ (RE$_{2}$SiO$_{5}$ X2) Structure', 'A5BC2_tI32_140_bl_a_h-001': '(NH$_{4}$)Pb$_{2}$Br$_{5}$ ($K3_{4}$) Structure ({\\\\em Erroneous})', 'A5BC2_tI32_140_cl_a_h-001': '(NH$_{4}$)Pb$_{2}$Br$_{5}$ ($K3_{4}$) Structure ({\\\\em Revised})', 'A5BC3_tI36_140_cl_b_ah-001': 'Cs$_{3}$CoCl$_{5}$ ($K3_{1}$) Structure', 'A5BC4_oP160_29_20a_4a_16a-001': 'Low Temperature Bornite (Cu$_{5}$FeS$_{4}$) Structure', 'A5BC4_oP160_61_10c_2c_8c-001': 'Room Temperature Bornite (Cu$_{5}$FeS$_{4}$) Structure', 'A5BCD6_cF416_228_eg_c_b_h-001': 'CuCrCl$_{5}$[NH$_{3}$]$_{6}$ Structure', 'A5BCD_hP48_169_5a_a_a_a-001': 'GaSeCl$_{5}$O Structure', 'A5BC_oP28_62_3cd_c_c-001': 'VOSO$_{4}$ Structure', 'A5B_hP12_182_bcg_d-001': 'WAl$_{5}$ Structure', 'A5B_hP60_143_7a7b6c10d_3a3b4c-001': "Trigonal (h') Al$_{5}$Mo Structure", 'A5B_hR12_167_ce_b-001': 'Rhombohedral Al$_{5}$Mo Structure', 'A5B_oC24_63_afg_c-001': '$\\\\eta$-Fe$_{2}$Al$_{5}$ Structure', 'A5B_oC24_63_c2f_c-001': 'ZrTe$_{5}$ Structure', 'A5B_oP24_26_3a3b2c_ab-001': 'TlP$_{5}$ Structure', 'A5B_tI24_140_cl_a-001': 'PdGa$_{5}$ Structure', 'A6B14C7_mP54_4_6a_14a_7a-001': '$\\\\alpha$-D-Glucose Monohydrate (C$_{6}$H$_{12}$O$_{6}$-H$_{2}$O) Structure', 'A6B16C_cI46_229_e_ch_a-001': 'Dy$_{6}$Fe$_{16}$O Structure', 'A6B16C_oP23_16_su_acjlp2u_d-001': 'Orthorhombic UMo$_{5}$O$_{16}$ Structure', 'A6B23_cF116_225_e_acfh-001': 'Cr$_{23}$C$_{6}$ ($D8_{4}$) Structure', 'A6B28CD8_cI86_197_e_c2f_a_2c-001': 'High-Temperature Sr$_{4}$Al$_{6}$O$_{16}$S Structure', 'A6B2C15D4_mP54_7_6a_2a_15a_4a-001': 'Na$_{2}$Ca$_{6}$Si$_{4}$O$_{15}$ Structure', 'A6B2C17D4_hP58_194_ab2f_e_fh2k_2f-001': 'Ba$_{6}$Nd$_{2}$Ti$_{4}$O$_{17}$ Structure', 'A6B2C3D_tI168_139_egikl2m_ejn_bh2n_acf-001': 'K$_{3}$TlCl$_{6}\\\\cdot$2H$_{2}$O ($J3_{1}$) Structure', 'A6B2C6D_hR15_148_f_c_f_a-001': 'K$_{2}$Sn(OH)$_{6}$ ($H6_{2}$) Structure', 'A6B2CD6E_cP64_208_m_ad_b_m_c-001': 'Cs$_{2}$ZnFe[CN]$_{6}$ Structure', 'A6B2C_cF36_225_e_c_a-001': 'K$_{2}$PtCl$_{6}$ ($J1_{1}$) Structure', 'A6B2C_hP9_150_ef_d_a-001': '$\\\\beta$-Na$_{2}$ThF$_{6}$ Structure', 'A6B2C_hP9_164_i_d_a-001': 'Bararite [Trigonal (NH$_{4}$)$_{2}$SiF$_{6}$, $J1_{6}$] Structure', 'A6B2C_hP9_189_fg_c_b-001': '$\\\\beta_{1}$-K$_{2}$UF$_{6}$ Structure', 'A6B2C_mP18_14_3e_e_a-001': 'Phase I K$_{2}$SnCl$_{6}$ Structure', 'A6B2C_tP18_128_eh_d_a-001': 'Phase II K$_{2}$SnCl$_{6}$ Structure', 'A6B2C_tP18_136_fj_e_a-001': 'Ordo\\\\~{n}ezite (ZnSb$_{2}$O$_{6}$) Structure', 'A6B2C_tP18_94_eg_c_a-001': 'Li$_{2}$MoF$_{6}$ Structure', 'A6B2C_tP72_103_abc5d_2d_abc-001': 'VSe$_{2}$O$_{6}$ Structure', 'A6B36C11_hR106_167_3c_6f_cef-001': 'Cs$_{6}$W$_{11}$O$_{36}$ Structure', 'A6B36C11_mC212_9_6a_36a_11a-001': 'Cs$_{6}$W$_{11}$O$_{36}$ Structure', 'A6B3C2_hR11_166_3c_ac_c-001': 'Al$_{6}$C$_{3}$N$_{2}$ Structure', 'A6B3C3D2_cI56_204_g_d_e_c-001': 'High Pressure Phase II (CH$_{3}$)(NH$_{3})$PbBr$_{3}$ Structure', 'A6B4C11_tI84_139_hm_dei_eh2n-001': 'Tb$_{11}$Si$_{4}$In$_{6}$ Structure', 'A6B4C16D_oP108_27_abcd4e_4e_16e_e-001': 'Ca$_{4}$Al$_{6}$O$_{16}$S Structure', 'A6B4C2D6E2FG6_mP54_14_3e_2e_e_3e_e_a_3e-001': 'K$_{2}$Pt(SCN)$_{6} \\\\cdot$ 2H$_{2}$O Structure', 'A6B4C5D10_tI50_79_bc_c_ac_2a2c-001': 'K$_{5}$Fe$_{4}$Ag$_{6}$Te$_{10}$ Structure', 'A6B5C2_oP26_55_g2h_a2g_h-001': 'Ca$_{5}$Ga$_{2}$As$_{6}$ Structure', 'A6B5_mC44_15_ae2f_e2f-001': "$\\\\eta$'-Cu$_{6}$Sn$_{5}$ Structure", 'A6B5_mP22_11_6e_5e-001': 'Pt$_{6}$Si$_{5}$ Structure', 'A6B5_oI44_71_egkl_fghl-001': 'Nb$_{6}$Sn$_{5}$ Structure', 'A6B6CD_hR14_148_f_f_a_b-001': 'Ni(H$_{2}$O)$_{6}$SnCl$_{6}$ ($I6_{1}$) Structure', 'A6B6C_cF104_202_h_h_c-001': 'KB$_{6}$H$_{6}$ Structure', 'A6B6C_hP13_191_i_cde_a-002': 'HfFe$_{6}$Ge$_{6}$ Structure', 'A6B9CD2E6_cF96_225_e_af_b_c_e-001': 'Cu$_{3}$[Fe(CN)$_{6}$]$_{2}\\\\cdot x$H$_{2}$O ($J2_{5}$) Structure', 'A6BC10_hR17_166_3c_a_5c-001': 'MnBi$_{6}$Te$_{10}$ Structure', 'A6BC18DEF21_hR96_161_2b_a_6b_a_a_7b-001': 'Stepanovite (NaMgFe(C$_{2}$O$_{4}$)$_{3}\\\\cdot$9H$_{2}$O) Structure', 'A6BC2_hP9_162_k_a_d-001': 'Rosiaite (PbSb$_{2}$O$_{6}$) Structure', 'A6BC2_hP9_164_i_a_d-001': ' K$_{2}$GeF$_{6}$ (J1$_{13}$) Structure', 'A6BC2_mC36_12_6i_i_2i-001': 'Metastable PbV$_{2}$O$_{6}$ Structure', 'A6BC2_oP36_62_6c_c_2c-001': 'PbV$_{2}$O$_{6}$ Structure', 'A6BC3D_hR22_167_f_b_e_a-001': 'Rinneite (K$_{3}$NaFeCl$_{6}$) Structure', 'A6BC4D_oP48_19_6a_a_4a_a-001': 'Ferroelectric (NH$_{4}$)H$_{2}$PO$_{4}$ Structure', 'A6BC4_hP11_187_jk_a_ck-001': 'LiCo$_{6}$P$_{4}$ Structure', 'A6BC8_cF60_225_d_a_ce-001': 'Mg$_{6}$MnO$_{8}$ Structure', 'A6BC_cP32_205_d_a_b-001': 'NaSbF$_{6}$ Structure', 'A6BC_hP16_163_i_b_c-001': 'NaSbF$_{4}$(OH)$_{2}$ ($J1_{12}$) Structure', 'A6BC_oC32_67_no_c_g-001': 'RbPaF$_{6}$ (V) Structure', 'A6B_cF224_228_h_c-001': 'Te[OH]$_{6}$ Structure ({\\\\em Obsolete})', 'A6B_cP7_221_e_b-001': 'CaB$_{6}$ ($D2_{1}$) Structure', 'A6B_hR7_166_f_b-001': 'CaC$_{6}$ Structure', 'A6B_oC28_63_efg_c-001': 'MnAl$_{6}$ ($D2_{h}$) Structure', 'A6B_tP14_125_gm_c-001': 'PuGa$_{6}$ Structure', 'A7B12C19_cI152_220_ac_2d_bce-001': 'Mayenite (12 CaO$\\\\cdot$7Al$_{2}$O$_{3}$, $K7_4$, C12A7) Structure', 'A7B12C_cP20_195_ag_3e_b-001': 'Cd$_{8}$As$_{7}$Cl Structure', 'A7B12C_hR20_148_ade_2f_b-001': 'SrMn$_{7}$O$_{12}$ Structure', 'A7B2C12D4E3_tP112_101_3d2e_2d_6e_c3d_3d-001': '[(CH$_{3}$)$_{4}$N][Cu$_{2}$(NCS)$_{3}$] Structure', 'A7B2C2_mC22_12_aij_h_i-001': 'Thortveitite ([Sc,Y]$_{2}$Si$_{2}$O$_{7}$, $S2_{1}$) Structure', 'A7B2C2_mC44_15_e3f_f_f-001': '$\\\\alpha$-Zn$_{2}$V$_{2}$O$_{7}$ Structure', 'A7B2C2_mP22_11_3e2f_2e_ab-001': 'y-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A7B2C2_oP44_62_3c2d_2c_d-001': 'Possible $\\\\delta$-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A7B2C3_oC48_63_c2eg_g_cg-001': 'Sr$_{3}$SnO$_{7}$ Structure', 'A7B2C3_tI24_139_aeg_e_be-001': 'Rb$_{3}$Mn$_{2}$Cl$_{7}$ Structure', 'A7B2C4_mP52_14_7e_2e_4e-001': 'Ce$_{7}$Pd$_{4}$Ge$_{2}$ Structure', 'A7B2C_cP40_205_ad_c_b-001': 'ZrP$_{2}$O$_{7}$ ($K6_{1}$) High-Temperature Structure', 'A7B2C_mP40_14_7e_2e_e-001': 'K$_{2}$NbF$_{7}$ ($K6_{2}$) Structure', 'A7B2C_tP40_128_egi_h_e-001': 'FeCu$_{2}$Al$_{7}$ ($E9_{a}$) Structure', 'A7B2_cF144_227_2ef_e-001': 'Dy$_{5}$Pd$_{2}$ Structure', 'A7B2_hP9_164_ac2d_d-001': 'Li$_{7}$Pb$_{2}$ Structure', 'A7B2_hP9_164_ai_d-001': 'K$_{2}$Hg$_{7}$ Structure', 'A7B2_hR18_166_a2cdh_2c-001': 'Er$_{2}$Co$_{7}$ Structure', 'A7B2_oC36_63_cgh_f-001': 'Ag$_{7}$Ca$_{2}$ Structure', 'A7B2_oP72_19_14a_4a-001': 'Re$_{2}$ (VII) O$_{7}$ Structure', 'A7B3C2_tI24_139_aeg_be_e-001': 'Sr$_{3}$Ti$_{2}$O$_{7}$ Structure', 'A7B3C3_hP26_186_3a4b_2ab_a2b-001': 'Al$_{7}$C$_{3}$N$_{3}$ Structure', 'A7B3_cI40_229_df_e-001': 'Ir$_{3}$Ge$_{7}$ ($D8_{f}$) Structure', 'A7B3_hP40_163_e2i_i-001': 'Si$_{2}$Te$_{3}$ Structure', 'A7B3_mP20_11_7e_3e-001': 'Li$_{7}$Sn$_{3}$ Structure', 'A7B4_mC44_12_ac6i_4i-001': 'Nb$_{7}$P$_{4}$ Structure', 'A7B5C18D3_hP66_176_ci_bef_2h2i_h-001': 'Na$_{5}$Co$_{15.5}$Te$_{6}$O$_{36}$ (NCTO) Structure', 'A7B5C3D6_mP168_14_14e_10e_6e_12e-001': 'Monoclinic 2-4-6 Trinitrotoluene (C$_{7}$H$_{5}$N$_{3}$O$_{6}$) Structure', 'A7B5C3D6_oP168_29_14a_10a_6a_12a-001': 'Orthorhombic 2-4-6 Trinitrotoluene (C$_{7}$H$_{5}$N$_{3}$O$_{6}$) Structure', 'A7B5C6_hP36_193_bj_dg_k-001': 'Yb$_{6}$Ir$_{5}$Ga$_{7}$ Structure', 'A7B5_mC24_12_a3i_c2i-001': 'Y$_{5}$S$_{7}$ Structure', 'A7B5_oP48_57_c3e_5d-001': 'Hg$_{7}$Hg$_{5}$ Structure', 'A7B6C21_oF136_42_a3c_3c_ab3c3e-001': 'Bi$_{7}$(Fe,Ti)$_{6}$O$_{21}$ $m = 6$ Aurivillius Structure', 'A7B6_hR13_166_ah_3c-001': 'Fe$_{7}$W$_{6}$ ($D8_{5}$) $\\\\mu$-phase Structure', 'A7B8_cP60_212_a2d_ce-001': 'V$_{8}$C$_{7}$ Structure', 'A7B8_mC30_12_aehi_2ij-001': 'Cr$_{7}$Se$_{8}$ Structure', 'A7B8_mC60_15_e3f_4f-001': 'Monoclinic Pyrrhotite (Fe$_{7}$S$_{8}$) Structure', 'A7B8_mP120_14_14e_16e-001': '$\\\\alpha$-Toluene (C$_{7}$H$_{8}$) Structure', 'A7B8_oP120_60_7d_8d-001': '$\\\\beta$-Toluene Structure', 'A7BC10_hP18_162_ceg_a_hk-001': 'Trigonal Au$_{7}$P$_{10}$I Structure', 'A7BC10_hP18_189_ceg_a_hi-001': 'Hexagonal Au$_{7}$P$_{10}$I Structure', 'A7BC12_cI40_204_bc_a_g-001': 'NaMn$_{7}$O$_{12}$ Structure', 'A7BC3D13_cF192_219_ce_a_d_bh-001': 'Boracite (Mg$_{3}$B$_{7}$ClO$_{13}$) Structure', 'A7BC3_cP88_201_e2h_e_h-001': 'CuMo$_{3}$Cl$_{7}$ Structure', 'A7BC3_oC44_20_3a2c_b_bc-001': 'Y$_{3}$TaO$_{7}$ Structure', 'A7BC4_cP96_218_bcefi_ad_ei-001': 'Li$_{7}$MnN$_{4}$ Structure', 'A7BCD15EF12_hP444_177_7n_n_jl_15n_n_12n-001': '[Fe(OMe)$_{2}$(proline)]$_{12}$[ClO$_{4}$]$_{12}$ Structure', 'A7BCD_oP80_61_7c_c_c_c-001': '(TiCl$_{4}\\\\cdot$POCl$_{3}$)$_{2}$ Structure', 'A7BC_oC36_38_3d2f_d_d-001': 'Weeksite (USiO$_{7}$) Structure', 'A7B_cF256_225_f2k_ce-001': 'Intermediate Temperature Bornite (Cu$_{5/6}$Fe$_{1/6}$)$_{3}$S$_{2}$ Structure', 'A7B_cF32_225_ad_b-001': 'Ca$_{7}$Ge Structure', 'A7B_hP24_187_ah2j2kn_j-001': 'Cs$_{7}$O Structure', 'A8B11_oP38_55_3gh_b2g3h-001': 'Ru$_{11}$B$_{8}$ Structure', 'A8B11_tP76_92_2a3b_a5b-001': 'Maucherite (Ni$_{11}$As$_{8}$) Structure', 'A8B21C9_cP152_205_cd_ac3d_bcd-001': 'Al$_{8}$Pb$_{9}$O$_{21}$ Structure', 'A8B23_mP124_7_16a_46a-001': 'Low Temperature Mo$_{8}$O$_{23}$ Structure', 'A8B23_mP62_13_4g_a11g-001': 'Approximate High Temperature Mo$_{8}$O$_{23}$ Structure', 'A8B24C_cP33_207_g_k_a-001': 'RbNO$_{3}$ (III) Structure', 'A8B24C_cP33_221_g_efh_a-001': 'Ce$_{8}$Pd$_{24}$Sb Structure', 'A8B2C12D2E_oI50_23_acgk_e_3k_f_b-001': 'Stannoidite (Cu$_{8}$(Fe,Zn)$_{3}$Sn$_{2}$S$_{12}$) Structure', 'A8B2C13_aP23_2_4i_i_a6i-001': '$\\\\alpha$-K$_{2}$Bi$_{8}$Se$_{13}$ Structure', 'A8B2C13_mP46_11_8e_2e_13e-001': '$\\\\beta$-K$_{2}$Bi$_{8}$Se$_{13}$ Structure', 'A8B2C3_hR13_160_2a2b_2a_b-001': '$\\\\gamma$-Na$_{2}$Ti$_{3}$Cl$_{8}$ Structure', 'A8B2CD12E2_mC200_15_8f_2f_ae_2e11f_2f-001': 'Manganese-leonite 185K [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O] Structure', 'A8B2CD12E2_mP100_14_8e_2e_ab_12e_2e-001': 'Manganese-leonite 110K [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O] Structure', 'A8B2CD15E2_mC112_12_2i3j_j_ac_g4i5j_2i-001': 'Manganese-leonite [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O, $H4_{23}$] Structure', 'A8B2C_cP44_198_2a2b_2a_a-001': 'Low-Temperature ZrW$_{2}$O$_{8}$ Structure', 'A8B2C_tP11_123_r_e_b-001': '$E6_{1}$ [Sr(OH)$_{2}$(H$_{2}$O)$_{8}$] Structure ({\\\\em Obsolete})', 'A8B2C_tP11_123_r_h_a-001': '$E6_{2}$ [SrO$_{2}$(H$_{2}$O)$_{8}$] (Possibly Obsolete) Structure', 'A8B3C2_hR13_166_ch_e_c-001': 'Na$_{2}$Mn$_{3}$Cl$_{8}$ Structure', 'A8B3C4_hR15_166_4c_ac_2c-001': 'Al$_{8}$C$_{3}$N$_{4}$ Structure', 'A8B3C_cI96_206_ce_d_a-001': 'ZrTe$_{3}$O$_{8}$ Structure', 'A8B3_cF176_219_eh_abe-001': 'Si$_{3}$Cl$_{8}$ Structure', 'A8B3_hR11_166_4c_ac-001': 'Li$_{8}$Pb$_{2}$ Structure', 'A8B3_mC22_12_4i_ai-001': 'Al$_{8}$Mo$_{3}$ Structure', 'A8B4C4DE8F2_oP108_62_4c2d_2d_2cd_c_4c2d_d-001': 'K$_{4}$[Mo(CN)$_{8}$]$\\\\cdot$ 2H$_{2}$O ($F2_{1}$) Structure', 'A8B5_hR26_160_a3bc_a3b-001': 'Cr$_{5}$Al$_{8}$ ($D8_{10}$) Structure', 'A8B5_mC26_12_2ij_ahi-001': 'V$_{5}$S$_{8}$ Structure', 'A8B6C_hR15_148_cf_f_a-001': 'Li$_{7}$TaO$_{6}$ Structure', 'A8B7C6_hP126_176_2h3i_acd6h_3i-001': 'Nb$_{7}$Rh$_{6}$B$_{8}$ Structure', 'A8B7C6_hP21_175_ck_aj_k-001': 'Nb$_{7}$Ru$_{6}$B$_{8}$ Structure', 'A8B9C24D19E3_hR63_148_cf_df_4f_a3f_bc-001': 'Y$_{3}$Cu$_{9}$(OH)$_{19}$Cl$_{8}$ Structure', 'A8BC3D6_hP18_189_agh_b_f_i-001': '$\\\\pi$-FeMg$_{3}$Al$_{8}$Si$_{6}$ ($E9_{b}$) Structure', 'A8BC4D_tI56_122_2e_b_e_a-001': 'NH$_{4}$H$_{2}$PO$_{4}$ Structure', 'A8BCD_oP44_62_4c2d_c_c_c-001': 'SbCl$_{5}\\\\cdot$POCl$_{3}$ Structure', 'A8B_hP27_180_2ik_d-001': 'CsC$_{8}$ Structure', 'A8B_tI18_139_deh_a-001': 'Fe$_{8}$N ($D2_{g}$) Structure', 'A8B_tI18_139_hi_a-001': 'Pt$_{8}$Ti Structure', 'A9B16C7_cF128_225_acd_2f_be-001': 'Model of Ferrite Structure (cF128)', 'A9B2C13D3_hP27_174_jl_i_ajkl_bcd-001': 'Tl$_{3}$Ga$_{9}$S$_{13}$O$_{2}$ Structure', 'A9B2C3_hP28_194_hk_f_bf-001': 'Cs$_{3}$Cr$_{2}$Cl$_{9}$ Structure', 'A9B2C9_hP40_176_hi_f_hi-001': 'Fe$_{2}$(CO)$_{9}$ ($F4_{1}$) Structure', 'A9B2CD2_tI56_108_a2cd_c_a_c-001': 'Zn$_{2}$VO(PO$_{4}$)$_{2}$ Structure', 'A9B2CDE_oP112_61_9c_2c_c_c_c-001': 'SrZn(VO)(PO$_{4}$)$_{2}$ Structure', 'A9B2_mP22_14_a4e_e-001': 'Co$_{2}$Al$_{9}$ ($D8_{d}$) Structure', 'A9B2_mP22_7_9a_2a-001': 'Rh$_{2}$Ga$_{9}$ Structure', 'A9B3C18D_hP62_176_hi_af_2h2i_b-001': 'YBa$_{3}$B$_{9}$O$_{18}$ Structure', 'A9B3C2_hP28_176_hi_af_f-001': 'K$_{3}$W$_{2}$Cl$_{9}$ ($K7_{1}$) Structure', 'A9B3C2_hR28_167_ef_e_c-001': 'Cs$_{3}$Tl$_{2}$Cl$_{9}$ ($K7_{2}$) Structure', 'A9B3C_hP26_194_hk_h_a-001': 'Al$_{9}$Mn$_{3}$Si ($E9_{c}$) Structure', 'A9B4C20_tI132_88_a2f_f_5f-001': 'Na$_{4}$Ge$_{9}$O$_{20}$ Structure', 'A9B4_hP26_194_ce3f_ef-001': "Na$_{9}$Pb$_{4}$ ($\\\\delta$'-NaPb) Structure", 'A9B4_oP156_62_5c11d_6c3d-001': 'Al$_{3}$Mn Structure', 'A9B5C5D2_aP42_2_9i_5i_5i_aei-001': '10-3-8 [Ca$_{10}$(Pt$_{3}$As$_{8}$)(Fe$_{2}$As$_{2}$)$_{5}$] Superconductor Structure', 'A9B5C5D2_tP42_85_c2g_cg_ag_bc-001': '10-4-8 [Ca$_{10}$(Pt$_{4}$As$_{8}$)(Fe$_{2}$As$_{2}$)$_{5}$] Superconductor Structure', 'A9B5_oC56_63_c4f_c2f-001': '$\\\\alpha$-Ni$_{7}$S$_{6}$ Structure', 'A9B8_cF68_225_af_ce-001': 'Co$_{9}$S$_{8}$ ($D8_{9}$) Structure', 'A9B8_oC68_21_acehik2l_4l-001': 'Godlevskite (Ni$_{9}$S$_{8}$) Structure', 'A9B9C16_tP34_111_ajn_bcdek_2no-001': 'Mooihoekite (Cu$_{9}$Fe$_{9}$S$_{16}$) Structure', 'A9BC14_oP96_17_9e_ac_14e-001': 'CsB$_{9}$O$_{14}$ Structure', 'A9BC2_hP12_191_fm_a_c-001': 'BaFe$_{2}$Al$_{9}$ Structure', 'A9BC3D5_hP18_189_fi_a_g_bh-001': '$\\\\pi$-FeMg$_{3}$Al$_{9}$Si$_{5}$ Structure', 'A9BC3_hR26_155_3cdef_c_f-001': 'ErNi$_{3}$Al$_{9}$ Structure', 'A9BC_oC44_39_3c3d_a_c-001': 'VPCl$_{9}$ Structure', 'AB10C4D4_mP152_14_2e_20e_8e_8e-001': 'Ag(tcm)(phz)$_{1/2}$ (AgC$_{10}$N$_{4}$H$_{4}$) Structure', 'AB10C9D_aP42_2_bc_10i_9i_i-001': 'Chalcanthite (CuSO$_{4}\\\\cdot$5H$_{2}$O, $H4_{10}$) Structure', 'AB11C3D_hR64_167_c_be3f_f_c-001': 'MoP$_{3}$SiO$_{11}$ (Rhombohedral Model) Structure', 'AB11C3D_mC128_15_f_ae10f_3f_f-001': 'MoP$_{3}$SiO$_{11}$ (Monoclinic Model) Structure', 'AB11CD3_cP16_221_a_dg_b_c-001': 'Model of Ferrite Structure (cP16)', 'AB11_cP36_221_c_agij-001': 'BaHg$_{11}$ ($D2_{e}$) Structure', 'AB11_tI48_141_b_aci-001': 'BaCd$_{11}$ Structure', 'AB12C3_cI32_229_a_h_b-001': 'Model of Austenite Structure (cI32)', 'AB12C5D2_oP40_18_a_6c_b2c_c-001': 'Diamminetriamidodizinc Chloride ([Zn$_{2}$(NH$_{3}$)$_{2}$(NH$_{2}$)$_{3}$]Cl) Structure', 'AB12C6_tP76_85_2c_6g_3g-001': 'BaRu$_{6}$O$_{12}$ Structure', 'AB12CD8E2_cP96_205_a_2d_b_cd_c-001': 'NaCr(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O Alum Structure', 'AB12C_aP14_2_b_6i_c-001': '$\\\\gamma$-CuZrF$_{6}$ Structure', 'AB12C_cF56_202_a_h_b-001': '$\\\\alpha$-CuZrF$_{6}$ Structure', 'AB12C_cP14_221_a_h_b-001': 'Predicted High-Pressure YCaH$_{12}$ Structure', 'AB13_cF112_226_a_bi-001': 'NaZn$_{13}$ ($D2_{3}$) Structure', 'AB13_mC28_12_a_c2i2j-001': 'CoZn$_{13}$ Structure', 'AB14C2_oI68_74_a_3i2j_h-001': 'MgAlB$_{14}$ Structure', 'AB14C2_tP68_136_f_ce2j2k_fg-001': 'Nd$_{2}$Fe$_{14}$B Structure', 'AB14C_oP64_62_c_4c5d_c-001': 'CdSnP$_{14}$ (HgPbP$_{14}$) Structure', 'AB18C8_cF108_225_a_eh_f-001': 'Model of Austenite Structure (cF108)', 'AB20C2D14E2_mP78_14_a_10e_e_7e_e-001': 'Tutton salt [Cu(NH$_{4}$)$_{2}$(SO$_{4}$)$_{2}\\\\cdot$H$_{2}$O, $H4_{4}$] Structure', 'AB20_cP126_223_c_k2l-001': "``A15'' Fullerene (Ba$_{3}$C$_{60}$) Structure", 'AB22C23D2E2_oP200_62_c_11d_3c10d_d_d-001': 'Autunite {Ca[(UO$_{2}$)(PO$_{4}$)]$_{2}$(H$_{2}$O)$_{11}$} Structure', 'AB24CD20E2_cP192_205_a_4d_b_c3d_c-001': '$\\\\gamma$-Alum [AlNa(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{15}$] Structure', 'AB24CD28E2_cP224_205_a_4d_b_2c4d_c-001': '$\\\\alpha$-Alum [KAl(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{13}$] Structure', 'AB27CD3_cP32_221_a_dij_b_c-001': 'Model of Austenite Structure (cP32)', 'AB2C12D4_tP76_75_2a2b_2d_12d_4d-001': 'Hexagonal Hollandite (BaRu$_{4}$Cr$_{2}$O$_{12}$) Structure', 'AB2C15D6E_oI100_74_e_g_e2hi2j_hj_a-001': 'Moskvinite (Na$_{2}$KYSi$_{6}$O$_{15}$) Structure', 'AB2C2D5E_tP11_123_a_h_h_ci_b-001': 'YBaCuFeO$_{5}$ Structure', 'AB2C2DE3_hR9_155_a_c_c_b_d-001': 'KBe$_{2}$BO$_{3}$F$_{2}$ Structure', 'AB2C2_hP10_194_a_bc_f-001': 'Na$_{0.74}$CoO$_{2}$ Structure', 'AB2C2_hP10_194_a_f_f-001': 'EuIn$_{2}$P$_{2}$ Structure', 'AB2C2_hP15_154_a_ab_c-001': 'EuIr$_{2}$P$_{2}$ Structure', 'AB2C2_mP20_14_e_2e_2e-001': 'Y$_{2}$OS$_{2}$ Structure', 'AB2C2_oC10_65_a_g_h-001': 'Mn$_{2}$AlB$_{2}$ Structure', 'AB2C2_oC20_63_c_f_2c-001': 'Lepidocrocite [$\\\\gamma$-FeO(OH), $E0_{4}$] Structure', 'AB2C2_oI10_71_a_e_f-002': 'Li$_{2}$CuO$_{2}$ Structure', 'AB2C2_tI10_139_a_d_e-002': 'Li$_{2}$CN$_{2}$ Structure', 'AB2C2_tI10_139_a_d_e-003': '$H5_{9}$ [Autunite Ca(UO$_{2}$)$_{2}$(PO$_{4}$)$_{2}\\\\cdot 10 \\\\frac{1}{2}$H$_{2}$O] Structure ({\\\\em Obsolete})', 'AB2C2_tI10_139_a_e_e-001': 'Na$_{2}$HgO$_{2}$ Structure', 'AB2C2_tP5_123_b_e_ac-001': 'Mn$_{2}$Co$_{2}$C Structure', 'AB2C36D2E20F2_cP252_205_a_c_6d_c_c3d_c-001': '$\\\\beta$-Alum [Al(NH$_{3}$CH$_{3}$)$_{2}$(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{14}$] Structure', 'AB2C3D2_tP16_90_c_f_ce_e-001': '$G7_{5}$ (PbCO$_{3}\\\\cdot$PbCl$_{2}$, Phosgenite) ({\\\\em Obsolete}) Structure', 'AB2C3D2_tP32_127_g_eh_gk_k-001': 'Phosgenite [Pb$_{2}$Cl$_{2}$(CO$_{3}$)] Structure', 'AB2C3D3_oP36_62_c_ac_cd_cd-001': 'Atacamite (Cu$_{2}$(OH)$_{3}$Cl) Structure', 'AB2C3_cP24_212_a_c_d-001': 'Li$_{2}$Pd$_{3}$B Structure', 'AB2C3_hP12_164_d_ae_i-001': 'Jacutingaite (Pt$_{2}$HgSe$_{3}$) Structure', 'AB2C3_mC24_15_e_f_ef-001': 'Zabuyelite (Li$_{2}$CO$_{3}$) Structure', 'AB2C3_mP24_14_e_2e_3e-001': 'AgTe$_{2}$Tl$_{3}$ Structure', 'AB2C3_oC96_66_ik_cdj2k_gl2m-001': '$\\\\gamma$-Li$_{2}$IrO$_{3}$ Structure', 'AB2C3_oP24_62_c_d_cd-001': 'Cubanite (CuFe$_{2}$S$_{3}$, $E9_{e}$) Structure', 'AB2C4D_cP32_198_a_2a_ab_a-001': 'Na$_{2}$CaSiO$_{4}$ ($S6_{6}$) Structure', 'AB2C4D_hR48_148_f_2f_4f_f-001': 'Dioptase [Cu$_{6}$(Si$_{6}$O$_{18}$)$\\\\cdot$6H$_{2}$O] Structure', 'AB2C4D_mP32_14_e_2e_4e_e-001': 'Monoclinic (II) Li$_{2}$FeSiO$_{4}$ Structure', 'AB2C4D_mP32_4_2a_4a_8a_2a-001': 'Monoclinic (I) Li$_{2}$FeSiO$_{4}$ Structure', 'AB2C4D_oP32_34_ab_abc_4c_c-001': 'K$_{2}$AgSbS$_{4}$ Structure', 'AB2C4D_oP32_62_c_d_2cd_c-001': 'Li$_{2}$CdSiO$_{4}$ Structure', 'AB2C4D_tP16_125_a_cd_m_b-001': 'SrFe$_{2}$S$_{4}$ Structure', 'AB2C4_hR7_166_a_c_2c-002': 'GeSb$_{2}$Te$_{4}$ Structure', 'AB2C4_mC28_8_2a_4a_4a2b-001': 'Base-Centered Monoclinic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_mP28_13_g_efg_4g-001': 'Cu(PtS$_{2}$)$_{2}$ Structure', 'AB2C4_oC28_63_c_ac_fg-001': 'Na$_{2}$CrO$_{4}$ ($H1_{8}$) Structure', 'AB2C4_oC28_64_a_d_ef-001': 'Gd$_{2}$CuO$_{4}$ Structure', 'AB2C4_oC28_64_a_f_ef-003': 'Base-Centered Orthorhombic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_oF28_69_a_g_cg-001': 'Face-Centered Orthorhombic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_tI14_139_a_e_cd-003': "(T') Nd$_{2}$CuO$_{4}$ Structure", 'AB2C4_tI14_139_a_e_ce-001': '0201 [(La,Ba)$_{2}$CuO$_{4}$] High-$T_{c}$ Structure', 'AB2C5D10E2_mP40_14_a_e_c2e_5e_e-001': 'Monoclinic Averievite [(CsCl)Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'AB2C5D_oP18_51_a_2f_2efj_c-001': 'Class-I MV YBaFe$_{2}$O$_{5}$ Structure', 'AB2C5D_oP72_60_d_2cd_5d_2c-001': 'Na$_{2}$FeSbO$_{5}$ Structure', 'AB2C5D_oP9_47_a_l_gjk_b-001': 'Class-II MV YBaFe$_{2}$O$_{5}$ Structure', 'AB2C5D_tI36_140_a_h_cl_b-001': 'BaLa$_{2}$ZnO$_{5}$ Structure', 'AB2C5_oP32_55_g_eh_fghi-001': 'HoMn$_{2}$O$_{5}$ Structure', 'AB2C6D_hP20_163_c_f_i_a-001': '$\\\\beta$-Na$_{2}$GeTeO$_{6}$ Structure', 'AB2C6D_oC40_65_g_n_ijklm_h-001': 'High Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6D_oP40_26_2a_2c_2a2b4c_2b-001': 'Low Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6D_oP80_62_2c_2d_2c5d_d-001': 'Room Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6_oP36_60_c_d_3d-001': 'Columbite (FeNb$_{2}$O$_{4}$, $E5_{1}$) Structure', 'AB2C7D2_mC48_15_a_f_e3f_f-001': '$\\\\beta$-Na$_{2}$CuP$_{2}$O$_{7}$ Structure', 'AB2C7D2_mP48_14_e_2e_7e_2e-001': '$\\\\alpha$-Na$_{2}$CuP$_{2}$O$_{7}$ Structure', 'AB2C7D2_oP24_31_a_b_a3b_b-001': 'Clinobarylite (BaBe$_{2}$Si$_{2}$O$_{7}$) Structure', 'AB2C8D2_tI104_142_a_f_2g_e-001': 'BaCo$_{2}$V$_{2}$O$_{8}$ Structure', 'AB2C8D_oP24_49_e_q_2qr_f-001': 'CsPr(MoO$_{4}$)$_{2}$ Structure', 'AB2CD2_hP36_163_h_i_bf_i-001': 'KAg(CN)$_{2}$ ($F5_{10}$) Structure', 'AB2CD4_oP64_61_c_2c_c_4c-001': 'Hambergite [Be$_{2}$BO$_{3}$(OH) ($G7_{2}$)] Structure', 'AB2CD6_hP30_150_e_c2d_f_3g-001': 'Paralstonite (BaCa(CO$_{3}$)$_{2}$) Structure', 'AB2CD6_mP20_11_e_2e_e_2e2f-001': 'Barytocalcite (BaCa(CO$_{3}$)$_{2}$) Structure', 'AB2CD8E2_hP14_147_a_d_b_dg_d-001': 'Na$_{2}$BaNi(PO$_{4}$)$_{2}$ Structure', 'AB2CD_oC20_63_a_f_c_c-001': 'ThFe$_{2}$SiC Structure', 'AB2CD_oP20_62_c_2c_c_c-001': 'CuBiSeCl$_{2}$ Structure', 'AB2C_cF16_216_a_bc_d-001': 'Hg$_{2}$TiCu Inverse Heusler Structure', 'AB2C_cF16_225_a_c_b-001': 'Heusler (Cu$_{2}$AlMn, $L2_{1}$) Structure', 'AB2C_hP4_187_a_g_d-001': 'LiAgC$_{2}$ Structure', 'AB2C_hP4_187_a_g_d-002': 'InTaS$_{2}$ Structure', 'AB2C_mC16_12_g_2i_i-001': 'Monoclinic FeTlSe$_{2}$ Structure', 'AB2C_mC32_15_ae_2f_f-001': 'Miargyrite (AgSbS$_{2}$) Structure', 'AB2C_mP32_14_2e_4e_2e-001': "Lor\\\\'{a}ndite (TlAsS$_{2}$) Structure", 'AB2C_oC16_40_a_2b_b-001': 'K$_{2}$CdPb Structure', 'AB2C_oC16_63_c_2c_c-001': 'SrCuO$_{2}$ Structure', 'AB2C_oF64_70_e_h_ab-001': 'RbVSe$_{2}$ Structure', 'AB2C_oP16_51_2e_bfi_j-001': 'Kenhsuite ($\\\\gamma$-Hg$_{3}$S$_{2}$Cl$_{2}$) Structure', 'AB2C_oP16_62_c_2c_c-001': 'Chalcostibite (CuSbS$_{2}$, $F5_{6}$) Structure', 'AB2C_oP80_19_5a_10a_5a-001': '$\\\\beta$-Arabinose (CO$_{2}$H)$_{20}$ Structure', 'AB2C_oP8_51_e_be_f-001': 'Parkerite (Ni$_{3}$Bi$_{2}$S$_{4}$) Structure', 'AB2C_oP96_19_6a_12a_6a-001': 'Anhydrous $\\\\alpha$-D-Glucose (C$_{6}$H$_{12}$O$_{6}$) Structure', 'AB2C_oP96_19_6a_12a_6a-002': 'Anhydrous $\\\\beta$-D-Glucose (C$_{6}$H$_{12}$O$_{6}$) Structure', 'AB2C_tI16_139_e_ce_d-003': 'BaZnSb$_{2}$ Structure', 'AB2C_tI8_119_c_e_a-001': 'Tetragonal TlFeS$_{2}$ Structure', 'AB2_aP12_1_4a_8a-001': 'FeS$_{2}$ ($P1$) Structure', 'AB2_cF12_225_a_c-001': 'Fluorite (CaF$_{2}$, $C1$) Structure', 'AB2_cF48_227_c_e-001': 'Ti$_{2}$C Structure', 'AB2_cF96_227_e_cf-001': 'NiTi$_{2}$ Structure', 'AB2_cI36_199_b_c-001': '$C26_{a}$ (NO$_{2}$) ({\\\\em Obsolete}) Structure', 'AB2_cI36_204_d_g-001': 'Modern $C26$ (NO$_{2}$) Structure', 'AB2_cP12_205_a_c-001': 'Pyrite (FeS$_{2}$, $C2$) Structure', 'AB2_hP12_143_ad_bc2d-001': 'Trigonal MoS$_{2}$ Structure', 'AB2_hP12_194_f_ah-001': 'MgZn$_{2}$ Hexagonal Laves ($C14$) Structure', 'AB2_hP24_194_bh_fk-001': 'Low Temperature NbSe$_{2}$ Structure', 'AB2_hP24_194_ef_fgh-001': 'MgNi$_{2}$ Hexagonal Laves ($C36$) Structure', 'AB2_hP3_164_a_d-001': '$\\\\omega$ Phase (CdI$_{2}$, $C6$) Structure', 'AB2_hP3_191_a_d-001': 'Hexagonal $\\\\omega$ ($C32$) Structure', 'AB2_hP6_186_b_ab-001': 'C27 (CdI$_{2}$) Structure ({\\\\em Questionable})', 'AB2_hP6_194_b_f-001': 'CaIn$_{2}$ Structure', 'AB2_hP6_194_b_f-002': 'Hexagonal High-Temperature NbS$_{2}$ Structure', 'AB2_hP6_194_c_ad-001': 'InNi$_{2}$ ($B8_{2}$) Structure', 'AB2_hP6_194_c_f-001': 'Molybdenite (MoS$_{2}$, $C7$) Structure', 'AB2_hP72_192_m_j2kl-001': 'AlPO$_{4}$ Structure', 'AB2_hP9_156_2ab_a2b3c-001': 'CdI$_{2}$ (Polytype 6H$_{1}$) Structure', 'AB2_hP9_162_ad_k-001': "$\\\\beta$-V$_{2}$N ($L'3_{2}$) Structure", 'AB2_hP9_164_ad_c2d-001': '$\\\\delta_{H}^{II}$-NW$_{2}$ Structure', 'AB2_hP9_180_c_i-001': 'CrSi$_{2}$ ($C40$) Structure', 'AB2_hR27_146_3a2b_6b-001': 'Carlinite (Tl$_{2}$S) Structure', 'AB2_hR3_160_a_2a-001': 'Rhombohedral MoS$_{2}$ Structure', 'AB2_hR3_166_a_c-004': 'CdCl$_{2}$ Structure', 'AB2_hR6_166_c_2c-002': 'CaSi$_{2}$ ($C12$) Structure', 'AB2_mC12_12_i_aci-001': 'RuU$_{2}$ Structure', 'AB2_mC18_12_ai_3i-002': 'NbTe$_{2}$ Structure', 'AB2_mC6_12_a_i-001': 'Calaverite (AuTe$_{2}$, $C34$) Structure', 'AB2_mC6_12_a_i-003': 'NiO$_{2}$ Structure', 'AB2_mC6_12_a_i-004': '$\\\\alpha$-HgO$_{2}$ Structure', 'AB2_mP12_7_2a_4a-001': 'Calaverite (AuTe$_{2}$) Structure', 'AB2_mP6_11_e_2e-001': 'CaSb$_{2}$ Structure', 'AB2_oC12_36_a_2a-002': 'MoP$_{2}$ Structure', 'AB2_oC24_41_2a_2b-001': 'PdSn$_{2}$ ($C_{e}$) Structure', 'AB2_oC24_64_d_ef-002': 'CoGe$_{2}$ Structure', 'AB2_oC48_64_df_2g-001': 'Low Temperature FeSi$_2$ Structure', 'AB2_oC6_21_a_k-001': 'Ta$_{2}$H Structure', 'AB2_oC6_21_a_k-002': 'HoSb$_{2}$ Structure', 'AB2_oF48_70_e_ef-001': 'Mn$_{2}$B ($D1_{f}$) Structure', 'AB2_oF48_70_e_ef-002': 'Mg$_{2}$Cu ($C_{b}$) Structure', 'AB2_oI12_74_e_2e-001': 'GdSi$_{2}$ Structure', 'AB2_oI12_74_e_h-001': 'CeCu$_{2}$ Structure', 'AB2_oI6_71_a_e-001': 'MoPt$_{2}$ Structure', 'AB2_oI6_71_a_e-002': 'ReSi$_{2}$ Structure', 'AB2_oP12_29_a_2a-001': 'Low Temperature Pyrite (FeS$_{2}$) Structure', 'AB2_oP12_61_a_c-001': '$\\\\beta$-HgO$_{2}$ Structure', 'AB2_oP12_61_a_c-002': 'AgF$_{2}$ Structure', 'AB2_oP12_61_a_c-003': 'PdSe$_{2}$ Structure', 'AB2_oP24_28_acd_2c3d-001': 'Krennerite (AuTe$_{2}$) Structure', 'AB2_oP24_61_c_2c-001': 'AuSn$_{2}$ Structure', 'AB2_oP24_61_c_2c-002': 'ClO$_{2}$ Structure', 'AB2_oP24_62_2c_4c-001': 'IrSe$_{2}$ Structure', 'AB2_oP36_57_ce_2d2e-001': 'Ta$_{2}$S Structure', 'AB2_oP36_58_3g_6g-001': 'Ta$_{2}$P Structure', 'AB2_oP6_34_a_c-001': 'FeSb$_{2}$ Structure', 'AB2_oP6_58_a_g-001': 'Hydrophilite (CaCl$_{2}$, $C35$) Structure', 'AB2_oP6_58_a_g-002': '$\\\\eta$-Fe$_{2}$C Structure', 'AB2_oP6_58_a_g-003': 'Marcasite (FeS$_{2}$, $C18$) Structure', 'AB2_tI12_121_ab_i-001': 'C17 (Fe$_{2}$B) Structure ({\\\\em Obsolete})', 'AB2_tI48_122_cd_2e-001': 'NaS$_{2}$ Structure', 'AB2_tI48_141_h_2eg-001': 'Orange (I) HgI$_{2}$ Structure', 'AB2_tI48_142_d_ef-001': '$\\\\alpha$-PdSn$_{2}$ Structure', 'AB2_tI48_80_2b_4b-001': '$\\\\beta$-NbO$_{2}$ Structure', 'AB2_tI6_139_a_e-001': 'MoSi$_{2}$ ($C11_{b}$) Structure', 'AB2_tI96_88_2f_4f-001': '$\\\\alpha$-NbO$_{2}$ Structure', 'AB2_tP12_115_j_egi-001': 'Orange (averaged) HgI$_{2}$ Structure', 'AB2_tP12_81_adg_2h-001': 'GeSe$_{2}$ (High Pressure) Structure', 'AB2_tP24_102_d_2cd-001': 'S$_{2}$ (S$_{4}$N$_{2}$) Structure', 'AB2_tP24_137_g_cdf-001': 'Orange (II) HgI$_{2}$ Structure', 'AB2_tP3_123_a_h-001': 'Linzhiite (High Temperature FeSi$_2$) Structure', 'AB2_tP6_129_c_ac-003': 'La Se$_{1.85}$ Structure', 'AB2_tP6_137_a_d-001': 'Coccinite (Red HgI$_{2}$, $C13$) Structure', 'AB30C16D3_cF200_225_a_ej_2f_bc-001': '(NH$_{4}$)$_{3}$AlF$_{6}$ ($J2_{1}$) Structure', 'AB32C48_cI162_204_a_2efg_2gh-001': 'Bergman [Mg$_{32}$(Al,Zn)$_{49}$] Structure', 'AB32CD4E8_tP184_93_i_16p_af_2p_4p-001': 'AsPh$_{4}$CeS$_{8}$P$_{4}$Me$_{8}$ Structure', 'AB3C16_cF160_203_a_bc_eg-001': 'Rb$_{3}$AsSe$_{16}$ Structure', 'AB3C2D_hR7_160_a_b_2a_a-001': 'Cronstedtite {Fe(Fe,Si)[(OH)$_{2}$O]O$_{3}$OH, $S5_{7}$} Structure', 'AB3C2_cI96_206_c_e_ad-001': 'AlLi$_{3}$N$_{2}$ ($E9_{d}$) Structure', 'AB3C2_cP12_224_a_d_b-001': 'Henryite [(Ag$_{1.48}$Cu$_{1.44}$Fe$_{0.32}$)Te$_{2}$] Structure', 'AB3C2_hP12_176_b_h_f-001': 'LaRu$_{3}$Si$_{2}$ Structure', 'AB3C2_hP24_194_f_k_bh-001': 'Lu$_{2}$CoGa$_{3}$ Structure', 'AB3C2_hR6_166_a_d_c-001': 'Y$_{2}$Rh$_{3}$Ga Structure', 'AB3C2_oC48_64_d_dg_ef-001': 'Experimental Li$_{3}$AlP$_{2}$ Structure', 'AB3C2_oI96_73_f_3f_acde-001': 'Predicted Li$_{3}$AlP$_{2}$ Structure', 'AB3C2_tP12_136_a_bd_f-001': '$\\\\alpha$-Li$_{3}$BN$_{2}$ Structure', 'AB3C2_tP6_115_a_bg_g-001': 'Zr$_{2}$CuSb$_{3}$ Structure', 'AB3C3_aP28_2_2i_6i_6i-001': 'Boric Acid (H$_{3}$BO$_{3}$, $G5_{1}$) Structure', 'AB3C3_cF112_227_c_de_f-001': '$\\\\eta$-carbide (Fe$_{3}$W$_{3}$C, $E9_{3}$) Structure', 'AB3C3_oP56_61_c_3c_3c-001': 'Tl$_{3}$AsS$_{3}$ Structure', 'AB3C4D12_cI40_204_a_b_c_g-001': 'CaCu$_{3}$Mn$_{4}$O$_{12}$ Structure', 'AB3C4_cP8_215_a_c_e-001': "Cubic Lazarevi\\\\'{c}ite (AsCu$_{3}$S$_{4}$) Structure", 'AB3C4_hP16_194_c_af_ef-001': 'AlN$_{3}$Ti$_{4}$ Structure', 'AB3C4_oP16_31_a_ab_2ab-001': 'Enargite (AsCu$_{3}$S$_{4}$, $H2_{5}$) Structure', 'AB3C4_oP32_33_a_3a_4a-001': 'AsK$_{3}$S$_{4}$ Structure', 'AB3C4_tI16_121_a_bd_i-001': 'Luzonite (Cu$_{3}$AsS$_{4}$) Structure', 'AB3C5D10E2_hP21_164_a_bc_de_2di_d-001': 'Averievite [(CsCl)Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'AB3C5_oC36_63_c_af_c2f-001': 'CaFe$_{3}$O$_{5}$ Structure', 'AB3C6D12_cF88_202_a_bc_e_h-001': 'K$_{3}$Co(NO$_{2}$)$_{6}$ ($J2_{4}$) Structure', 'AB3C6_cI80_206_a_d_e-001': 'Bixbyite (Mn$_{2}$O$_{3}$, $D5_{3}$) Structure', 'AB3C6_hP20_173_b_a2b_2c-001': 'Edgarite (FeNb$_{3}$S$_{6}$) $P6_{3}$ \\\\#173 Structure', 'AB3C6_hP20_182_c_af_i-001': 'CoNb$_{3}$S$_{6}$ Structure', 'AB3C7D_hP24_173_a_c_b2c_b-001': 'La$_{3}$CuSiS$_{7}$ Structure', 'AB3C8_tI24_121_a_bd_2i-001': 'K$_{3}$CrO$_{8}$ Structure', 'AB3C9D_hP28_143_2a_2d_6d_bc-001': '$P3$ La$_{3}$BWO$_{9}$ Structure', 'AB3C9D_hP28_173_a_c_3c_b-001': '$P6_{3}$ La$_{3}$BWO$_{9}$ Structure', 'AB3CD2_mC56_12_2i_eg2ij_2i_2j-001': 'Radtkeite (Hg$_{3}$S$_{2}$ClI) Structure', 'AB3CD7E_tP52_78_a_3a_a_7a_a-001': 'La(HCO$_{2}$)(SO$_{4}$)(H$_{2}$O) Structure', 'AB3CD_oP24_62_c_3c_c_c-001': 'SrCuYSe$_{3}$ (Eu$_{2}$CuS$_{3}$) Structure', 'AB3C_aP30_2_3i_9i_3i-001': 'Wollastonite (CaSiO$_{3}$) Structure', 'AB3C_cP5_221_a_c_b-001': 'Cubic Perovskite (CaTiO$_{3}$, $E2_{1}$) Structure', 'AB3C_cP60_201_be_fh_g-001': 'KSbO$_{3}$ (High-Temperature) Structure', 'AB3C_hP20_190_ac_i_f-001': 'CsSO$_{3}$ ($K1_{2}$) Structure', 'AB3C_hP30_150_ef_3g_c2d-001': 'KSO$_{3}$ ($K1_{1}$) Structure', 'AB3C_hP30_193_g_gk_bd-001': 'Ordered TmBO$_{3}$ Structure', 'AB3C_hP30_194_bf_hk_af-001': 'Hexagonal BaTiO$_{3}$ Structure', 'AB3C_hP45_144_3a_9a_3a-001': 'RbNO$_{3}$ (IV) Structure', 'AB3C_hR10_148_c_f_c-001': 'Ilmenite (FeTiO$_{3}$, $E2_{2}$) Structure', 'AB3C_hR10_167_b_e_a-001': 'PrNiO$_{3}$ Rhombohedral Perovskite Structure', 'AB3C_hR15_166_bc_dh_ac-001': '9R BaRuO$_{3}$ Structure', 'AB3C_hR20_167_c_f_c-001': 'AgRuO$_{3}$ Structure', 'AB3C_hR5_160_a_b_a-001': 'Rhombohedral BaTiO$_{3}$ Structure', 'AB3C_mC20_12_i_ghi_e-001': '$\\\\alpha$-BaPbO$_{3}$ Perovskite Structure', 'AB3C_mC60_15_af_e4f_ef-001': '$\\\\alpha$-SrIrO$_{3}$ Perovskite Structure', 'AB3C_mP60_14_3e_9e_3e-001': 'Parawollastonite (CaSiO$_{3}$, $S3_{3}$(II)) Structure', 'AB3C_oC10_38_a_ae_b-002': 'Orthorhombic BaTiO$_{3}$ Structure', 'AB3C_oC20_63_c_cf_a-001': 'Post-perovskite (MgSiO$_{3}$) Structure', 'AB3C_oI20_74_e_eg_a-001': '$\\\\beta$-BaPbO$_{3}$ Perovskite Structure', 'AB3C_oP20_62_c_3c_c-001': '(NH$_{4}$)CdCl$_{3}$ ($E2_{4}$) Structure', 'AB3C_oP20_62_c_3c_c-002': 'CuTaS$_{3}$ Structure', 'AB3C_oP20_62_c_cd_a-001': 'CaTiO$_{3}$ $Pnma$ Perovskite Structure', 'AB3C_oP80_61_2c_6c_2c-001': 'Enstatite (MgSiO$_{3}$, $S4_{3}$) Structure', 'AB3C_tI20_139_ab_eh_d-001': 'AuCsCl$_{3}$ ($K7_{6}$) Structure', 'AB3C_tI20_140_d_bh_a-001': 'Tetragonal Perovskite KCuF$_{3}$ Structure', 'AB3C_tP10_123_g_abi_cd-001': '$\\\\gamma$-SrIrO$_{3}$ Double Perovskite Structure', 'AB3C_tP10_129_c_ce_a-001': 'SrPt$_{3}$P Structure', 'AB3C_tP5_99_b_ac_a-001': 'Room Temperature Tetragonal BaTiO$_{3}$ Structure', 'AB3_cF16_225_a_bc-001': 'BiF$_{3}$ ($D0_{3}$) Structure', 'AB3_cF64_227_c_f-001': '$\\\\beta$-Alane (AlD$_{3}$) Structure', 'AB3_cP4_221_a_c-001': 'Bogdanovite (Cu$_{3}$Au, $L1_{2}$) Structure', 'AB3_hP24_149_acgi_3l-001': 'Ti$_{3}$O (Room-Temperature) Structure', 'AB3_hP24_178_b_ac-001': 'AuF$_{3}$ Structure', 'AB3_hP24_179_b_ac-001': 'AuF$_{3}$ Structure', 'AB3_hP24_185_c_ab2c-001': 'Na$_{3}$As Structure', 'AB3_hP24_194_cf_abdk-001': 'CeNi$_{3}$ Structure', 'AB3_hP4_164_a_bd-001': '$D0_{13}$ (AlCl$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_hP4_187_a_bh-001': 'Re$_{3}$N Structure', 'AB3_hP8_182_c_g-001': 'Bainite (Fe$_{3}$C) Structure', 'AB3_hP8_194_c_bf-001': 'Na$_3$As ($D0_{18}$) Structure', 'AB3_hR12_166_ac_eh-001': 'BaPb$_{3}$ Structure', 'AB3_hR8_148_c_f-001': 'BiI$_{3}$ ($D0_{5}$) Structure', 'AB3_hR8_155_c_de-001': 'AlF$_{3}$ ($D0_{14}$) Structure', 'AB3_mC16_12_g_ij-001': 'AlCl$_{3}$ Structure', 'AB3_mC16_15_e_af-001': 'H$_{3}$Cl (50 GPa) Structure', 'AB3_mC16_5_c_3c-001': '$D0_{15}$ (AlCl$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_mC16_9_a_3a-001': 'H$_{3}$Cl (20 GPa) Structure', 'AB3_mC32_8_4a_12a-001': 'TaTi$_{3}$-I (BCC SQS-16) Structure', 'AB3_mC32_8_4a_4a4b-001': 'TaTi$_{3}$-II (BCC SQS-16) Structure', 'AB3_mP16_10_mn_3m3n-001': 'H$_{3}$Cl (400 GPa) Structure', 'AB3_mP16_11_2e_2e2f-001': '$\\\\beta$-NbPt$_{3}$ Structure', 'AB3_mP16_14_e_3e-002': "``$P2_1/c$''-B$_{2}$H$_{6}$ Structure", 'AB3_mP16_14_e_3e-003': '$\\\\beta$-B$_{2}$H$_{6}$ Structure', 'AB3_mP24_11_3e_9e-001': 'NbSe$_{3}$ Structure', 'AB3_mP32_14_2e_6e-001': 'Monoclinic ClF$_{3}$ Structure', 'AB3_mP32_14_2e_6e-002': 'CrTe$_{3}$ Structure', 'AB3_oC16_20_a_bc-001': '$D0_{7}$ (CrO$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_oC16_38_ab_3a3b-001': 'GdSn$_{3}$ Structure', 'AB3_oC16_40_b_3b-001': 'CeTe$_{3}$ Structure', 'AB3_oC16_40_b_a2b-002': 'Orthorhombic CrO$_{3}$ Structure', 'AB3_oC16_63_c_3c-001': 'Mn$_{3}$As (D0$_{d}$) Structure', 'AB3_oC16_63_c_3c-002': 'NbTe$_{3}$ Structure', 'AB3_oC16_63_c_cf-001': 'Re$_{3}$B Structure', 'AB3_oC32_64_d_fg-001': 'PdSn$_{3}$ Structure', 'AB3_oC48_63_ad_cfgh-001': '$\\\\beta$-AlF$_{3}$ Structure', 'AB3_oC8_65_a_bf-001': "CdPt$_{3}$ (``New'' $L1_{3}$) Structure", 'AB3_oP16_18_ab_3c-001': 'BaS$_{3}$ (original $D0_{17}$) Structure', 'AB3_oP16_19_a_3a-001': 'H$_{3}$Cl (100 GPa) Structure', 'AB3_oP16_51_af_behk-001': '$\\\\alpha$-BiPd$_{3}$ Structure', 'AB3_oP16_62_c_3c-001': 'Molybdite (MoO$_{3}$, $D0_{8}$) Structure', 'AB3_oP16_62_c_cd-001': 'Cementite (Fe$_{3}$C, $D0_{11}$) Structure', 'AB3_oP16_62_c_cd-005': 'Orthorhombic ClF$_{3}$ Structure', 'AB3_oP24_58_ag_c2gh-001': '$\\\\gamma$-Alane (AlH$_{3}$) Structure', 'AB3_oP24_59_ae_befg-001': '$\\\\beta$-NbPd$_{3}$ Structure', 'AB3_tI16_140_b_ah-001': '$\\\\alpha$-SiU$_{3}$ ($D0_{c}$) Structure', 'AB3_tI32_121_f_g2i-001': '$\\\\alpha$-V$_{3}$S Structure', 'AB3_tI32_88_c_df-001': 'Copper (I) Azide (CuN$_{3}$) Structure', 'AB3_tP12_123_ae_cghi-001': 'AuMn$_{3}$ Structure', 'AB3_tP32_133_h_i2j-001': '$\\\\beta$-V$_{3}$S Structure', 'AB3_tP32_86_g_3g-001': 'Ti$_{3}$P Structure', 'AB3_tP40_127_di_cg2ij-001': '$\\\\kappa$-AlF$_{3}$ Structure', 'AB3_tP4_123_a_ce-001': 'CuTi$_{3}$ ($L6_{0}$) Structure', 'AB3_tP64_129_2cdi_2cfhijk-001': '$\\\\theta$-AlF$_{3}$ Structure', 'AB3_tP64_85_2ceg_2cf5g-001': 'Provisional $\\\\delta$-Alane (AlH$_{3}$) Structure', 'AB3_tP8_113_a_ce-001': 'BaS$_{3}$ ($D0_{17}$) Structure', 'AB4C12D2E_hP120_179_b_2c_6c_c_b-001': 'Sc(H$_{2}$O)$_{2}$[BP$_{2}$O$_{8}$]$\\\\cdot$H$_{2}$O Structure', 'AB4C15D4_oC96_36_a_2b_a7b_2b-001': 'Low Temperature BaBi$_{4}$Ti$_{4}$O$_{15}$ Structure', 'AB4C15D4_tI48_139_a_2e_bd2e2g_2e-001': 'High Temperature BaBi$_{4}$Ti$_{4}$O$_{15}$ $m = 4$ Aurivillius Structure', 'AB4C17D4E_tP54_90_a_g_c4g_g_c-001': 'BaCu$_{4}$[VO][PO$_{4}$]$_{4}$ Structure', 'AB4C24D12_tI82_87_a_h_2h2i_hi-001': 'Marialite Scapolite [Na$_{4}$Cl(AlSi$_{3}$)$_{3}$O$_{24}$, $S6_{4}$] Structure', 'AB4C2D2_mP36_14_e_4e_2e_2e-001': 'N-Hydroxyurea (CH$_{4}$N$_{2}$O$_{2}$) Structure', 'AB4C2D2_oP72_61_c_4c_2c_2c-001': 'O-Carbamoylhydroxylamine (CH$_{4}$N$_{2}$O$_{2}$) Structure', 'AB4C2D6_mC52_15_e_2f_f_3f-001': '$\\\\beta$-CuCrP$_{2}$S$_{6}$ Structure', 'AB4C2D_mP32_14_e_4e_2e_e-001': 'KAuBr$_{4}\\\\cdot$2H$_{2}$O ($H4_{19}$) Structure', 'AB4C2_hR28_166_2c_2c2h_abh-001': 'Rhombohedral CuTi$_{2}$S$_{4}$ Structure', 'AB4C2_hR7_166_a_2c_c-001': 'CaCu$_{4}$P$_{2}$ Structure', 'AB4C2_oP28_62_c_4c_2c-001': 'Berthierite (FeSb$_{2}$S$_{4}$, $E3_{3}$) Structure', 'AB4C2_tI56_142_a_df_d-001': 'Sr$_{2}$IrO$_{4}$ Structure', 'AB4C3_cI16_229_a_c_b-001': 'Model of Ferrite Structure (cI16)', 'AB4C3_cP16_223_a_e_c-001': 'NaPt$_{3}$O$_{4}$ Structure', 'AB4C3_oI32_46_b_2bc_bc-001': 'Room Temperature AgC$_{4}$N$_{3}$ Structure', 'AB4C3_oI32_46_b_2bc_bc-002': 'Low Temperature AgC$_{4}$N$_{3}$ Structure', 'AB4C4D4E_mC56_15_e_2f_2f_2f_a-001': 'BaNi(CN)$_{4}\\\\cdot$4H$_{2}$O ($H4_{22}$) Structure', 'AB4C4_oP36_55_e_2g2h_2g2h-001': 'Ta$_{4}$SiTe$_{4}$ Structure', 'AB4C6DE_tP26_129_c_j_2ci_a_c-001': 'Meta-autunite (I) [Ca(UO$_{2}$)$_{2}$(PO$_{4}$)$_{2}\\\\cdot$6H$_{2}$O, $H5_{10}$] Structure', 'AB4C6D_mC48_15_e_2f_3f_e-001': 'Gypsum (CaSO$_{4}\\\\cdot$2H$_{2}$O, $H4_{6}$) Structure', 'AB4C6D_mP24_13_e_aeg_3g_f-001': '$\\\\beta$-Cu$_{4}$O$_{2}$(VO$_{4}$)Cl Structure', 'AB4C6D_oP48_57_d_2de_3e_c-001': 'Coparsite [$\\\\alpha$-Cu$_{4}$O$_{2}$(VO$_{4}$)Cl] Structure', 'AB4C6_oC44_63_c_2f_ac2f-001': 'CaFe$_{4}$O$_{6}$ Structure', 'AB4C7D_hP26_159_b_ac_a2c_b-001': 'YbBaCo$_{4}$O$_{7}$ Structure', 'AB4C8_cF52_216_a_e_2e-001': 'Room Temperature GaMo$_{4}$S$_{8}$ Structure', 'AB4C8_hR13_160_a_ab_2a2b-001': 'Low Temperature GaMo$_{4}$S$_{8}$ Structure', 'AB4C8_mC26_12_a_2i_4i-001': 'Hollandite (BaMn$_{2}$O$_{4}$) Structure', 'AB4CD2_tP16_113_c_f_a_e-001': 'Ammonium Chlorite (NH$_{4}$ClO$_{2}$) Structure', 'AB4CD_hR42_146_2b_8b_2b_2b-001': 'Rhombohedral LiZnPO$_{4}$ Structure', 'AB4CD_mC224_9_8a_32a_8a_8a-001': '$\\\\alpha$-LiZnPO$_{4}$ Structure', 'AB4CD_oP28_33_a_4a_a_a-001': '$\\\\delta$$_{1}$-LiZnPO$_{4}$ Structure', 'AB4C_hP18_180_c_k_d-001': 'Rhadophane (CePO$_{4}$) Structure', 'AB4C_hP6_191_a_h_b-001': 'AlB$_{4}$Mg Structure', 'AB4C_hP72_168_2d_8d_2d-001': 'Al[PO$_{4}$] Structure', 'AB4C_hP72_184_d_4d_d-001': 'Al[PO$_{4}$] (Framework type AFI) Structure', 'AB4C_hR6_166_a_2c_b-001': 'CaUO$_{4}$ Structure', 'AB4C_mP12_11_e_2ef_e-001': 'SbAsO$_{2}$ Structure', 'AB4C_mP24_14_ab_4e_e-001': 'Anhydrous KAuBr$_{4}$ Structure', 'AB4C_mP24_14_ac_4e_e-001': 'CuTeO$_{4}$ Structure', 'AB4C_mP24_14_e_4e_e-001': 'Ammonium Persulfate [(NH$_{4}$)SO$_{4}$, $K4_{1}$] Structure', 'AB4C_mP24_14_e_4e_e-002': 'Monasite (LaPO$_{4}$) Structure', 'AB4C_oC24_20_a_2c_b-001': "AlPO$_{4}$ ``low cristobalite type'' Structure", 'AB4C_oC24_36_a_4a_a-002': 'BaZnF$_{4}$ Structure', 'AB4C_oC24_63_c_fg_c-001': 'Anhydrite (CaSO$_{4}$, $H0_{1}$) Structure', 'AB4C_oP24_19_a_4a_a-001': 'NaAlCl$_{4}$ Structure', 'AB4C_oP24_33_a_4a_a-001': '$\\\\beta$-CuAlCl$_{4}$ Structure', 'AB4C_oP24_59_c_efg_ab-001': 'RbAlF$_{4}$ III Structure', 'AB4C_oP24_62_a_2cd_c-001': 'Chalcocyanite (CuSO$_{4}$) Structure', 'AB4C_oP24_62_c_2cd_c-001': 'Barite (BaSO$_{4}$, $H0_{2}$) Structure', 'AB4C_tI12_82_c_g_a-001': 'BPO$_{4}$ ($H0_{7}$) Structure', 'AB4C_tI24_88_a_f_b-003': 'Scheelite (CaWO$_{4}$, $H0_{4}$) Structure', 'AB4C_tP12_112_b_n_e-001': '$\\\\alpha$-CuAlCl$_{4}$ Structure', 'AB4C_tP12_124_a_m_c-001': 'Nb$_{4}$CoSi Structure', 'AB4C_tP12_127_a_eg_c-001': 'RbAlF$_{4}$ II Structure', 'AB4C_tP12_129_c_i_a-001': 'NH$_{4}$Br ($B25$) Structure', 'AB4C_tP12_137_a_g_b-001': 'Low Temperature KBD$_{4}$ Structure', 'AB4C_tP24_129_bc_ij_d-001': 'CsFeF$_{4}$ II Structure', 'AB4C_tP6_123_b_eg_c-001': 'TlAlF$_{4}$ ($H0_{8}$) Structure', 'AB4_cP5_215_a_e-001': 'Fe$_{4}$C Structure', 'AB4_hP30_194_h_afhk-001': 'BaLi$_{4}$ Structure', 'AB4_mC20_15_e_2f-001': 'CrP$_{4}$ Structure', 'AB4_mP10_14_a_2e-001': 'CdP$_{4}$ Structure', 'AB4_oC20_41_a_2b-001': 'PtSn$_{4}$ ($D1_{c}$) Structure', 'AB4_oC20_68_a_i-001': 'PdSn$_{4}$ Structure', 'AB4_tI10_87_a_h-001': 'Ni$_{4}$Mo ($D1_{a}$) Structure', 'AB4_tP10_103_a_d-001': 'High Temperature NbTe$_{4}$ Structure', 'AB4_tP10_124_a_m-001': 'Room Temperature NbTe$_{4}$ Structure', 'AB5C2D10E2_mC80_15_e_e2f_f_5f_f-001': 'Averievite [(KBr)Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'AB5C2D11_oP76_62_c_5c_2c_5c3d-001': 'Ba$_{5}$AlIr$_{2}$O$_{11}$ Structure', 'AB5C2_mC32_15_e_e2f_f-001': 'Ta$_{2}$NiSe$_{5}$ Structure', 'AB5C2_oC32_20_a_2abc_c-001': 'K3$_{3}$ (Tl$_{2}$AlF$_{5}$) Structure', 'AB5C2_oC32_63_a_cef_g-001': 'Refined Tl$_{2}$AlF$_{5}$ Structure', 'AB5C2_oC32_63_c_c2f_f-004': 'Ta$_{2}$NiS$_{5}$ Structure', 'AB5C3_hP9_191_b_ah_f-001': 'KV$_{3}$Sb$_{5}$ Structure', 'AB5C7_oC52_63_c_a2f_c3f-001': 'CaFe$_{5}$O$_{7}$ Structure', 'AB5CD2_mC72_15_f_5f_f_2f-001': 'Pyrophyllite [AlSi$_{2}$O$_{5}$(OH), $S5_{6}$] Structure', 'AB5CD_mC32_15_e_e2f_e_a-001': 'Titanite (CaTiSiO$_{5}$, $S0_{6}$) Structure', 'AB5C_oP28_54_c_cdef_d-001': 'UMoO$_{5}$ Structure', 'AB5C_tP14_85_c_cg_a-001': 'MoPO$_{5}$ Structure', 'AB5C_tP7_123_b_ci_a-001': 'HoCoGa$_{5}$ Structure', 'AB5_cF24_216_a_ce-001': 'AuBe$_{5}$ ($C15_{b}$) Structure', 'AB5_hP6_191_a_cg-001': 'CaCu$_{5}$ ($D2_{d}$) Structure', 'AB5_mC24_12_i_g2ij-001': 'Pd$_{5}$As Structure', 'AB5_mC48_12_2i_ac5i2j-001': '$D2_{2}$ (MgZn$_{5}$?) Structure ({\\\\em Problematic})', 'AB5_oC24_63_c_ceg-001': 'BaZn$_{5}$ Structure', 'AB5_oP24_62_c_3cd-001': 'SrZn$_{5}$ Structure', 'AB6C11D6E4_mC112_12_e_gi2j_i5j_2i2j_2j-001': 'Chrysotile [Mg$_{6}$O$_{11}$Si$_{4}$(H$_{2}$O)(OH)$_{6}$, $S4_{5}$] Structure', 'AB6C18D4E2_mC62_5_b_2a2c_9c_2c_c-001': 'Rb$_{2}$CaCu$_{6}$(PO$_{4}$)$_{4}$O$_{2}$ Structure', 'AB6C2D_hR20_166_ab_2h_2c_c-001': 'High Temperature K$_{2}$LiAlF$_{6}$ Structure', 'AB6C2D_mC40_12_ac_gh4i_j_bd-001': 'Sr$_{2}$NiTeO$_{6}$ Structure', 'AB6C2D_mP20_14_a_3e_e_b-001': 'Sr$_{2}$MnTeO$_{6}$ Structure', 'AB6C2D_tI20_87_a_eh_d_b-001': 'Sr$_{2}$NiWO$_{6}$ Structure', 'AB6C2_cP72_198_2a_4b_ab-001': 'Low Temperature CsW$_{2}$O$_{6}$ Structure', 'AB6C2_mC18_12_a_3i_i-004': 'Ta$_{2}$PdSe$_{6}$ Structure', 'AB6C2_oP36_62_c_2c2d_d-001': 'Rynersonite (Orthorhombic CaTa$_{2}$O$_{6}$) Structure', 'AB6C3_cI160_230_b_h_g-001': 'Boropollucite [Cs(Si$_{2}$B)O$_{6}$] Structure', 'AB6C3_hP20_182_b_i_af-001': 'PbTa$_{2}$S$_{6}$ Structure', 'AB6C3_mP20_14_a_3e_be-001': 'Cryolite (Na$_{3}$AlF$_{6}$, $J2_{6}$) Structure', 'AB6C3_oI20_71_a_el_bf-001': 'High-Temperature Cryolite (Na$_{3}$AlF$_{6}$) Structure', 'AB6C4_oC22_65_a_3g_2h-001': 'Cr$_{4}$AlB$_{6}$ Structure', 'AB6C4_tP22_104_a_2ac_c-001': 'Tl$_{4}$HgI$_{6}$ Structure', 'AB6C4_tP22_137_a_df_g-001': 'Li$_{6}$CoO$_{4}$ Structure', 'AB6C8_hR15_148_a_f_cf-001': 'BaMo$_{6}$S$_{8}$ Structure', 'AB6CD2_cP120_213_d_3e_ac_e-001': 'SrCuTe$_{2}$O$_{6}$ Structure', 'AB6CD6E6_hP40_194_c_gh_b_k_k-001': 'Barlowite [Cu$_{4}$FBr(OH)$_{6}$] Structure', 'AB6CD7_hP30_186_b_d_a_b2c-001': 'LiClO$_{4}\\\\cdot$3H$_{2}$O ($H4_{18}$) Structure', 'AB6CD_hP9_149_a_l_d_e-001': 'PbMnTeO$_{6}$ Structure', 'AB6C_cF32_225_a_e_b-001': "$\\\\alpha$'-CuZrF$_{6}$ Structure", 'AB6C_hR8_148_a_f_b-001': '$\\\\beta$-CuZrF$_{6}$ Structure', 'AB6C_tP16_132_b_io_c-001': 'AgUF$_{6}$ Structure', 'AB6C_tP32_86_c_3g_d-001': 'NaSb(OH)$_{6}$ ($J1_{11}$) Structure', 'AB6C_tP8_123_a_hi_b-001': 'CePdGa$_{6}$ Structure', 'AB6_cI14_229_a_d-001': 'High Pressure Cubic CaH$_{6}$ Structure', 'AB6_mC56_15_f_6f-001': 'Ta$_{6}$S Structure', 'AB6_mP28_14_e_6e-001': 'Pd$_{6}$P Structure', 'AB6_oP28_29_a_6a-001': 'Mercury (II) Azide [Hg(N$_{3}$)$_{2}$] Structure', 'AB6_oP28_62_c_6c-001': 'Copper (II) Azide [Cu(N$_{3}$)$_{2}$] Structure', 'AB6_tI28_140_a_hk-001': 'U$_{6}$Mn ($D2_{c}$) Structure', 'AB7C2_tI20_139_a_bdg_e-001': 'CePt$_{2}$In$_{7}$ Structure', 'AB7C3_oP88_61_c_7c_3c-001': 'CuMo$_{3}$I$_{7}$ Structure', 'AB7CD2_oI44_24_a_c3d_b_ab-001': 'Weberite (Na$_{2}$MgAlF$_{7}$) Structure', 'AB7_hR16_166_c_c2h-001': 'TaTi$_{7}$ (BCC SQS-16) Structure', 'AB8C24D2E84F12_cF2096_228_a_cg_2h_b_7h_h-001': 'Voltaite (K$_{2}$Fe$_{8}$Al[SO$_{4}$]$_{12}\\\\cdot$18H$_{2}$O) Structure', 'AB8C2_oC22_35_a_ab3d_d-002': 'V$_{2}$MoO$_{8}$ Structure', 'AB8C2_tI44_97_e_2k_cd-001': 'Ta$_{2}$Se$_{8}$I Structure', 'AB8C2_tP11_123_a_ehi_g-003': 'Ho$_{2}$CoGa$_{8}$ Structure', 'AB8C2_tP22_124_a_n_h-001': 'CaO$_{2}$(H$_{2}$O)$_{8}$ Structure', 'AB8C4D5_oP72_62_c_4c2d_2d_3cd-001': 'Ag(tcm)(pyz) [AgC$_{8}$N$_{5}$H$_{4}$] Structure', 'AB8C4_mC52_12_i_gi3j_2j-001': 'Sanidine (KAlSi$_{3}$O$_{8}$, $S6_{7}$) Structure', 'AB8C8D_tI72_120_b_2i_2i_c-001': 'BeSO$_{4}\\\\cdot$4H$_{2}$O ($H4_{3}$) Structure', 'AB8C_cF40_225_a_f_b-001': 'Room Temperature KBD$_{4}$ Structure', 'AB8_cF36_225_a_f-001': '$\\\\delta$-Bi$_{2}$O$_{3}$ Structure', 'AB8_oI36_46_b_a3b2c-001': 'CuN$_{8}$ Structure', 'AB8_tP18_136_a_2fi-001': "$\\\\alpha$'-V$_{8}$O Structure", 'AB9C2_oC96_65_acg_ghoq3r_2g2h-001': 'BaIr$_{2}$Ge$_{7}$ Structure', 'AB9C3_cI208_220_c_3e_e-001': 'Al(PO$_{3}$)$_{3}$ ($G5_{2}$) Structure', 'AB9C4_hP28_188_a_kl_ck-001': 'BaSi$_{4}$O$_{9}$ ($S3_{2}$) Structure', 'AB9C4_tP28_85_c_a2g_g-001': 'CaV$_{4}$O$_{9}$ Structure', 'AB9_hP20_194_c_bfk-001': 'CeH$_{9}$ Structure', 'ABC15D6E_oC192_64_d_e_3f6g_3g_e-001': 'Zektzerite (NaLiZrSi$_{6}$O$_{15}$) Structure', 'ABC2D2E_hP21_164_bd_e_i_i_ac-001': 'YCu$_{3}$(OH)$_{6}$Cl$_{3}$ Structure', 'ABC2D2_tP6_123_b_a_e_h-001': 'CeCr$_{2}$Si$_{2}$C Structure', 'ABC2D5_oP36_55_g_g_adh_3g2h-001': 'Ludwigite (Mg$_{2}$FeBO$_{5}$) Structure', 'ABC2D6_mP20_13_e_e_g_3g-001': 'AgCrP$_{2}$S$_{6}$ Structure', 'ABC2D6_mP40_7_2a_2a_4a_12a-001': '$\\\\alpha$-CuCrP$_{2}$S$_{6}$ Structure', 'ABC2_aP16_1_4a_4a_8a-001': 'AsKSe$_{2}$ ($P1$) Structure', 'ABC2_cP96_218_i_i_2i-001': '$\\\\gamma$-HBO$_{2}$ (cubic) Structure', 'ABC2_hP12_164_ad_bd_c2d-001': 'Bohdanowiczite (AgBiSe$_{2}$) Structure', 'ABC2_hP16_186_ab_ab_a3b-001': 'O4-LiCoO$_{2}$ Structure', 'ABC2_hP4_164_a_b_d-001': 'Zlatogorite (CuNiSb$_{2}$) Structure', 'ABC2_hP4_187_a_b_h-001': 'InNbS$_{2}$ Structure', 'ABC2_hP8_164_d_d_cd-001': 'Nukundamite [(Cu$_{1-x}$Fe$_{x}$)$_{4}$S$_{4}$] Structure', 'ABC2_hP8_186_b_b_ab-001': 'O2-LiCoO$_{2}$ Structure', 'ABC2_hP8_194_a_c_f-005': 'Hexagonal Delafossite (CuFeO$_{2}$) Structure', 'ABC2_hP8_194_b_a_f-001': 'NiMoP$_{2}$ Structure', 'ABC2_hP8_194_c_a_f-007': 'AlCCr$_{2}$ Structure', 'ABC2_hR24_148_f_f_2f-001': 'Trechmannite (AgAsS$_{2}$) Structure', 'ABC2_hR24_167_e_e_2e-001': 'KBO$_{2}$ ($F5_{13}$) Structure', 'ABC2_hR4_160_a_a_2a-002': 'Grimaldiite ($\\\\alpha$-CrOOH) Structure', 'ABC2_hR4_160_a_a_2a-003': 'CrCuS$_{2}$ Structure', 'ABC2_hR4_166_a_b_c-001': 'Caswellsilverite (CrNaS$_{2}$, $F5_{1}$) Structure', 'ABC2_hR4_166_a_b_c-004': 'Rhombohedral Delafossite (CuFeO$_{2}$) Structure', 'ABC2_hR4_166_a_b_c-009': '$\\\\alpha$-NaFeO$_{2}$ Structure', 'ABC2_hR4_166_a_b_c-010': 'LiNiO$_{2}$ Structure', 'ABC2_mC16_15_e_e_f-004': 'KFeS$_{2}$ ($F5_{a}$) Structure', 'ABC2_mC24_12_ah_cg_ij-001': 'Predicted $\\\\zeta$-LiAlO$_{2}$ Structure', 'ABC2_mC32_15_2e_2e_2f-002': "$\\\\beta'$-LiFeO$_{2}$ Structure", 'ABC2_mC8_12_a_c_i-004': 'Monoclinic NaNiO$_{2}$ Structure', 'ABC2_mC8_8_a_a_b-001': '$F5_{11}$ (KNO$_{2}$) Structure ({\\\\em Obsolete})', 'ABC2_mC96_15_2e2f_3f_6f-001': 'Smithite (AgAsS$_{2}$) Structure', 'ABC2_mP16_14_e_e_2e-003': 'KNO$_{2}$ III Structure', 'ABC2_mP16_14_e_e_2e-004': 'Manganite ($\\\\gamma$-MnO(OH), $E0_{6}$) Structure', 'ABC2_mP16_14_e_e_2e-005': '$\\\\beta$-LiErO$_{2}$ Structure', 'ABC2_mP48_14_3e_3e_6e-001': 'Clinometaborite ($\\\\beta$-HBO$_{2}$, monoclinic) Structure', 'ABC2_mP8_10_ac_eh_mn-001': 'Muthmannite (AuAgTe$_{2}$) Structure', 'ABC2_oC16_67_a_g_bg-001': 'HoCuP$_{2}$ Structure', 'ABC2_oC32_64_f_d_ef-001': 'NbCoTe$_{2}$ Structure', 'ABC2_oI16_23_ac_e_k-001': 'NaFeS$_{2}$ Structure', 'ABC2_oI16_71_e_g_fi-001': 'CsFeS$_{2}$ (100K) Structure', 'ABC2_oI8_44_a_a_c-001': 'Ferroelectric NaNO$_{2}$ ($F5_{5}$) Structure', 'ABC2_oI8_44_a_a_c-002': 'AgNO$_{2}$ ($F5_{12}$) Structure', 'ABC2_oP16_33_a_a_2a-003': 'LiGaO$_{2}$ Structure', 'ABC2_oP16_53_h_e_gh-001': 'TaNiTe$_{2}$ Structure', 'ABC2_oP16_54_c_c_f-001': 'AgClO$_{2}$ Structure', 'ABC2_oP16_62_c_c_2c-002': 'Diaspore (AlOOH, $E0_{2}$) Structure', 'ABC2_oP16_62_c_c_2c-003': 'CaMnSb$_{2}$ Structure', 'ABC2_oP48_62_3c_3c_6c-001': '$\\\\alpha$-HBO$_{2}$ (orthorhombic) Structure', 'ABC2_oP8_31_a_a_2a-001': 'Guyanaite ($\\\\beta$-CrOOH) Structure', 'ABC2_oP8_59_a_a_2b-004': 'Orthorhombic LiFeO$_{2}$ (o-LiFeO$_{2}$) Structure', 'ABC2_tI16_122_a_b_d-001': 'Chalcopyrite (CuFeS$_{2}$, $E1_{1}$) Structure', 'ABC2_tI16_141_a_b_e-003': '$\\\\gamma$-LiFeO$_{2}$ Structure', 'ABC2_tP16_92_a_a_b-001': '$\\\\gamma$-LiAlO$_{2}$ Structure', 'ABC2_tP4_115_a_c_g-001': '$F6_{1}$ Chalcopyrite (CuFeS$_{2}$) Structure ({\\\\em Obsolete})', 'ABC2_tP4_123_a_d_e-001': 'CaCuO$_{2}$ Structure', 'ABC2_tP8_100_b_a_c-001': '$F5_{4}$ (NH$_{4}$ClO$_{2}$) ({\\\\em Obsolete}) Structure', 'ABC2_tP8_129_a_c_bc-002': 'HfCuSi$_{2}$ Structure', 'ABC30DE20F2_oP220_29_a_a_30a_a_20a_2a-001': 'Low Temperature (NH$_{3}$CH$_{3}$)Al(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O Structure', 'ABC3D6_cP11_200_a_b_c_f-001': 'CsHgN$_{3}$O$_{6}$ Structure', 'ABC3DE2_tP16_129_a_c_cf_c_2c-001': 'Sr$_{2}$CuGaSO$_{3}$', 'ABC3D_oC24_63_c_c_cf_a-001': 'KCuZrS$_{3}$ Structure', 'ABC3_cP20_198_a_a_b-001': 'Sodium Chlorate (NaClO$_{3}$, $G0_{3}$) Structure', 'ABC3_hP10_173_b_a_c-001': '$\\\\alpha$-LiIO$_{3}$ Structure', 'ABC3_hP10_182_c_b_g-001': '$E2_{3}$ (LiIO$_{3}$) Structure ({\\\\em Obsolete})', 'ABC3_hP10_194_c_a_h-001': 'BaNiO$_{3}$ Structure', 'ABC3_hP10_194_c_a_h-002': 'High Temperature GdBO$_{3}$ Structure', 'ABC3_hP20_194_ac_f_gh-001': '4H BaMnO$_{3}$ Structure', 'ABC3_hP30_185_ab_c_ab2c-001': 'LuMnO$_{3}$ Structure', 'ABC3_hR10_146_2a_2a_2b-001': 'FePSe$_{3}$ Structure', 'ABC3_hR10_148_c_c_f-001': 'FePSe$_{3}$ Structure', 'ABC3_hR10_161_a_a_b-001': 'Ferroelectric LiNbO$_{3}$ Structure', 'ABC3_hR10_167_a_b_e-001': 'Paraelectric LiNbO$_{3}$ Structure', 'ABC3_hR10_167_a_b_e-002': 'Calcite (CaCO$_{3}$, $G0_{1}$) Structure', 'ABC3_hR30_155_de_f_de2f-001': 'Low Temperature GdBO$_{3}$ Structure', 'ABC3_hR5_160_a_a_b-001': 'KBrO$_{3}$ ($G0_{7}$) Structure', 'ABC3_hR5_160_a_a_b-002': '$\\\\gamma$-Potassium Nitrate (KNO$_{3}$) Structure', 'ABC3_mC10_5_b_a_ac-001': "(Ba,Ca)CO$_{3}$ (``$C2$'') Structure", 'ABC3_mC20_12_g_i_ij-001': 'MnPS$_{3}$ Structure', 'ABC3_mC40_15_2e_f_3f-001': 'CoGeO$_{3}$ Structure', 'ABC3_mC50_12_a2i_c2i_be2i2j-001': '$\\\\beta$-BaIrO$_{3}$ Perovskite Structure', 'ABC3_mC60_12_3i_ac2i_3i3j-001': '$\\\\alpha$-BaIrO$_{3}$ Perovskite Structure', 'ABC3_mP10_11_e_e_ef-001': 'KClO$_{3}$ ($G0_{6}$) Structure', 'ABC3_mP20_14_e_e_3e-001': 'HgMnO$_{3}$ HP1 Structure', 'ABC3_oC20_63_c_a_cf-003': 'V$_{3}$AsC Structure', 'ABC3_oC40_63_2c_d_efg-001': 'NaNbO$_{3}$ $Cmcm$ Lueshite Perovskite Structure', 'ABC3_oC80_36_2ab_2ab_2a5b-001': '$\\\\alpha$-Potassium Nitrate (KNO$_{3}$) Structure II', 'ABC3_oP20_30_2a_c_3c-001': '$Pnc2$ CuBrSe$_{3}$ Structure', 'ABC3_oP20_33_a_a_3a-001': '$\\\\gamma$-LiIO$_{3}$ Structure', 'ABC3_oP20_53_e_g_hi-001': '$Pmna$ CuBrSe$_{3}$ Structure', 'ABC3_oP20_54_e_d_cf-001': 'BiGaO$_{3}$ Structure', 'ABC3_oP20_62_c_a_cd-001': 'Monoclinic Vaterite (CaCO$_{3}$) Structure', 'ABC3_oP20_62_c_c_cd-001': '$\\\\alpha$-Potassium Nitrate (KNO$_{3}$) Structure I', 'ABC3_oP20_62_c_c_cd-002': 'NH$_{4}$NO$_{3}$ III ($G0_{10}$) Structure', 'ABC3_oP20_62_c_c_cd-003': 'Aragonite ($G0_{2}$, CaCO$_{3}$) Structure', 'ABC3_oP40_17_abcd_2e_abcd4e-001': 'Ferroelectric NaNbO$_{3}$ $P222_{1}$ Lueshite Perovskite Structure', 'ABC3_oP40_57_cd_e_cd2e-001': 'NaNbO$_{3}$ $Pbcm$ Lueshite Perovskite Structure', 'ABC3_tI10_107_a_a_ab-001': 'BaNiSn$_{3}$ Structure', 'ABC3_tP10_100_b_a_bc-001': 'NH$_{4}$NO$_{3}$ II ($G0_{9}$) Structure', 'ABC3_tP10_127_c_a_bg-001': 'NaNbO$_{3}$ $P4/mbm$ Lueshite Perovskite Structure', 'ABC3_tP40_86_g_g_3g-001': '$\\\\beta$-LiIO$_{3}$ Structure', 'ABC4D2E8_tP32_126_a_b_h_e_k-001': 'Ag[Co(NH$_{3}$)$_{2}$(NO$_{2}$)$_{4}$] ($J1_{9}$) Structure', 'ABC4D2_tI16_121_a_b_i_c-001': 'Tl$_{2}$CdGeTe$_{4}$ Structure', 'ABC4D_cP28_198_a_a_ab_a-001': '$\\\\alpha$-Carnegieite (NaAlSiO$_{4}$, $S6_{5}$) Structure', 'ABC4D_hP14_156_ac_bc_ab2d_ab-001': 'Belomarinaite (KNaSO$_{4}$) Structure', 'ABC4D_hP14_173_a_b_bc_b-001': 'LiKSO$_{4}$ ($H1_{4}$) Structure', 'ABC4D_hP168_169_4a_4a_16a_4a-001': 'Hexagonal Trinepheline (NaAlSiO$_{4}$) Structure', 'ABC4D_hP42_173_a2b_c_4c_c-001': 'BaMgSiO$_{4}$ Structure', 'ABC4D_hP56_186_bc_ac_b3cd_bc-001': 'BaCaSiO$_{4}$ Structure', 'ABC4D_hP84_181_gi_bcf_4k_hj-001': '$\\\\beta$-Eucryptite (LiAlSiO$_{4}$) Structure', 'ABC4D_mP28_14_e_e_4e_e-001': '$\\\\alpha$-AgCuPO$_{4}$ Structure', 'ABC4D_oI28_74_a_c_hi_e-001': 'LiCuVO$_{4}$ Structure', 'ABC4D_oP28_57_d_d_2c2d_d-001': 'AgEuTiO$_{4}$ Structure', 'ABC4D_oP28_62_c_a_2cd_c-001': 'Monticellite (CaMgSiO$_{4}$) Structure', 'ABC4D_oP28_62_c_c_4c_c-001': 'Garavellite (FeSbBiS$_{4}$) Structure', 'ABC4D_oP56_61_c_c_4c_c-001': '$\\\\beta$-AgCuPO$_{4}$ Structure', 'ABC4D_tP14_129_c_c_2cf_c-001': 'AgLaTiO$_{4}$ Structure', 'ABC4_cF24_216_a_b_e-001': 'High-Temperature Cubic KClO$_{4}$ ($H0_{5}$) Structure', 'ABC4_hP18_152_a_b_2c-001': 'Alarsite (AlAsO$_{4}$) Structure', 'ABC4_hP18_189_f_g_fgj-001': 'CsCrF$_{4}$ Structure', 'ABC4_mC24_12_i_i_4i-001': 'AlNbO$_{4}$ Structure', 'ABC4_mC24_5_2a_c_4c-001': 'CrPS$_{4}$ Structure', 'ABC4_mP12_13_e_a_2g-001': 'Sylvanite (AgAuTe$_{4}$, $E1_{b}$) Structure', 'ABC4_mP24_14_e_e_4e-001': 'AgMnO$_{4}$ (H0$_{9}$) Structure', 'ABC4_mP24_14_e_e_4e-002': 'GaPS$_{4}$ Structure', 'ABC4_oC24_63_c_a_fg-001': 'MgSO$_{4}$ Structure', 'ABC4_oI12_23_a_b_k-001': 'BPS$_{4}$ Structure', 'ABC4_oP12_16_ae_bd_2u-001': 'AlPS$_{4}$ Structure', 'ABC4_oP24_31_2a_2a_8a-001': 'NbIrTe$_{4}$ Structure', 'ABC4_tI12_82_a_c_g-001': 'InPS$_{4}$ Structure', 'ABC4_tI96_142_e_ab_2g-001': 'PPrS$_{4}$ Structure', 'ABC4_tP12_125_a_b_m-001': 'KCeSe$_{4}$ Structure', 'ABC5D2_oP36_58_g_g_3gh_eg-001': 'Adamite [Zn$_{2}$(AsO$_{4}$)(OH), $H2_7$] Structure', 'ABC5D2_oP36_62_c_c_c2d_2c-001': 'BaCuSm$_{2}$O$_{5}$ Structure', 'ABC5_oC28_63_c_a_c2f-001': 'NbNiTe$_{5}$ Structure', 'ABC6D15_oC46_38_b_b_2a2d_2ab4d2e-001': 'NaNb$_{6}$O$_{15}$F Structure', 'ABC6D15_oP46_51_f_b_2e2i_cef4i2j-001': 'LiNb$_{6}$O$_{15}$F Structure', 'ABC6D2_mC40_15_e_e_3f_f-001': 'Esseneite (CaFeSi$_{2}$O$_{6}$) Structure', 'ABC6D2_mC40_15_e_e_3f_f-002': 'Diopside [CaMg(SiO$_{3}$)$_{2}$, $S4_{1}$] Structure', 'ABC6D8E2_cF72_225_a_b_e_f_c-001': 'Sulphohalite [Na$_{6}$ClF(SO$_{4}$)$_{2}$, $H5_{8}$] Structure', 'ABC6D_hP18_163_c_b_i_d-001': 'Colquiriite (LiCaAlF$_{6}$) Structure', 'ABC6_hR8_166_a_b_h-001': '$\\\\beta$-Potassium Nitrate (KNO$_{3}$) Structure', 'ABC8D2_hP12_150_a_b_dg_d-001': 'Steklite [KAl(SO$_{4}$)$_{2}$, $H3_{2}$] Structure', 'ABC8D2_mC48_15_e_e_4f_f-001': 'Wodginite (LiFe(WO$_{4}$)$_{2}$) Structure', 'ABC8D2_mP24_13_e_f_4g_g-001': 'NaIn(WO$_{4}$)$_{2}$ Structure', 'ABC8D3_aP26_2_i_i_8i_3i-001': 'Albite (NaAlSi$_{3}$O$_{8}$, $S6_{8}$) Structure', 'ABCD3_hP36_190_h_g_af_hi-001': 'Bastn\\\\"{a}site [CeF(CO$_{3}$), $G7_{1}$] Structure', 'ABCD3_mP24_14_e_e_e_3e-001': 'Nahcolite (NaHCO$_{3}$, $G0_{12}$) Structure', 'ABCD3_oI48_73_d_c_c_cf-001': 'KAg[CO$_{3}$] Structure', 'ABCD3_oP24_31_2a_b_2a_2a2b-001': 'Seligmannite (PbCuAsS$_{3}$) Structure', 'ABCD4_oP28_62_c_c_c_4c-001': 'Warwickite (FeCoBO$_{4}$) Structure', 'ABCD6E_tP40_86_e_c_ab_3g_d-001': "``Double-Double'' Perovskite CaMnCrSbO$_{6}$ Structure", 'ABCD8E3_oP112_62_d_2c_d_4c6d_3d-001': 'Epididymite (BeHNaO$_{8}$Si$_{3}$, $S4_{7}$) Structure', 'ABCD_cF16_216_a_b_c_d-001': 'Quaternary Heusler (LiMgAuSn) Structure', 'ABCD_hP4_187_c_b_a_f-001': 'ZrTaNO Structure', 'ABCD_hP8_186_b_b_a_a-001': 'Cd(OH)Cl ($E0_{3}$) Structure', 'ABCD_mP16_14_e_e_e_e-001': 'Cu(OH)Cl Structure', 'ABCD_oP16_18_c_c_c_c-001': 'Capgaronnite [HgS$\\\\cdot$Ag(Cl,Br,I)] Structure', 'ABCD_oP16_57_d_c_d_d-001': 'KNCS ($F5_{9}$) Structure', 'ABCD_oP16_62_c_c_c_c-001': 'NH$_{4}$ClBrI ($F5_{14}$) Structure', 'ABCD_tP8_129_b_c_a_c-001': 'LaOAgS Structure', 'ABCD_tP8_129_c_b_a_c-001': 'AsCuSiZr Structure', 'ABC_cF12_216_a_c_b-001': 'Half–Heusler (AgAsMg, $C1_{b}$) Structure', 'ABC_cP12_198_a_a_a-001': 'Ullmanite (NiSSb, $F0_{1}$) Structure', 'ABC_hP12_174_aj_dk_ej-001': 'GdSI Structure', 'ABC_hP36_175_jk_jk_jk-001': 'Mg[NH] Structure', 'ABC_hP3_156_a_b_c-001': 'BeTeI Structure', 'ABC_hP3_183_a_a_a-001': 'AuCN Structure', 'ABC_hP3_187_b_c_e-001': 'BaPtSb Structure', 'ABC_hP6_186_b_b_a-003': 'LiGaGe Crystal Structure', 'ABC_hP6_194_a_b_c-001': 'SrCoO', 'ABC_hP6_194_c_d_a-001': 'LiBC Structure', 'ABC_hP9_189_f_bc_g-003': 'ZrNiAl Structure', 'ABC_hR3_160_a_a_a-001': 'Carbonyl Sulphide (COS, F0$_{2}$) Structure', 'ABC_hR6_166_c_c_c-001': 'SmSI Structure', 'ABC_hR6_166_c_c_c-002': 'YOF Structure', 'ABC_mC12_12_i_i_i-003': 'GdCBr Structure', 'ABC_mC24_15_f_f_f-001': 'Pampaloite (AuSbTe) Structure', 'ABC_mP12_14_e_e_e-002': 'Arsenopyrite (FeAsS, $E0_{7}$) Structure', 'ABC_mP42_13_e3g_e3g_f3g-001': 'SnIP Structure', 'ABC_mP6_11_e_e_e-001': 'YO(OH) Structure', 'ABC_oC12_63_c_c_c-004': 'UBC Structure', 'ABC_oC12_63_c_c_c-005': 'MoAlB Structure', 'ABC_oI12_71_e_h_f-001': 'NbPS Structure', 'ABC_oI36_46_ac_bc_3b-001': 'TiFeSi Structure', 'ABC_oP12_29_a_a_a-001': 'Cobaltite (CoAsS) Structure', 'ABC_oP12_62_c_c_c-003': 'MnCuP Structure', 'ABC_oP12_62_c_c_c-017': 'Lautite (CuAsS) Structure', 'ABC_oP24_61_c_c_c-001': 'COCl Structure', 'ABC_oP6_59_a_a_a-001': 'CNCl Structure', 'ABC_oP6_59_a_b_a-001': 'FeOCl ($E0_{5}$) Structure', 'ABC_tI12_109_a_a_a-001': 'LaPtSi Structure', 'ABC_tI48_120_abe_i_i-001': '$\\\\alpha$-MgAgSb Structure', 'ABC_tP12_131_k_j_l-001': 'PdTeI Structure', 'ABC_tP24_91_d_d_d-001': 'ThBC Structure', 'ABC_tP24_95_d_d_d-001': 'ThBC Structure', 'ABC_tP3_123_c_a_b-001': 'FeNNi Structure', 'ABC_tP6_129_a_c_b-001': 'LaOF Structure', 'ABC_tP6_129_c_a_c-001': 'Matlockite ($E0_{1}$, PbFCl) Structure', 'ABC_tP6_129_c_a_c-003': 'PrOI Structure', 'ABC_tP6_129_c_c_c-001': 'CaGaN Structure', 'ABC_tP6_129_c_c_c-002': 'TaMoN Structure', 'AB_aP16_2_4i_4i-001': 'TaTi (BCC SQS-16) Structure', 'AB_cF16_227_a_b-001': 'NaTl ($B32$) Structure', 'AB_cF32_227_c_d-001': 'Cubic CuPt [$L1_{3}(I)$, $D4$] Structure', 'AB_cF40_216_ae_be-001': 'Theoretical cF40 AlN Structure', 'AB_cF8_216_a_c-001': 'Zincblende (ZnAs, $B3$) Structure', 'AB_cF8_225_a_b-001': 'Rock Salt/Halite (NaCl, $B1$) Structure', 'AB_cI16_199_a_a-001': 'CoU ($B_{a}$) Structure', 'AB_cI16_217_c_c-001': 'Theoretical cI16 AlN Structure', 'AB_cI24_220_a_b-001': 'Theoretical cI24 AlN Structure', 'AB_cP16_205_c_c-001': 'SC16 (CuCl) Structure', 'AB_cP2_221_a_b-002': 'CsCl ($B2$) Structure', 'AB_cP64_218_ei_ei-001': 'KGe Structure', 'AB_cP6_221_c_d-001': 'NbO Structure', 'AB_cP8_198_a_a-001': '$\\\\alpha$-CO ($B21$) Structure', 'AB_cP8_198_a_a-002': 'FeSi ($B20$) Structure', 'AB_hP12_156_3a2bc_3a2bc-001': '$\\\\beta$-CuI (Kurdyumova) Structure', 'AB_hP12_164_c2d_c2d-001': 'Nevskite (BiSe) Structure', 'AB_hP12_186_a2b_a2b-001': 'Moissanite-6H SiC ($B6$) Structure', 'AB_hP12_189_fg_eh-001': 'NaO Structure', 'AB_hP12_194_af_bf-001': 'CMo Structure', 'AB_hP12_194_cf_de-001': 'Covellite (CuS, $B18$) Structure', 'AB_hP16_186_2a2b_2a2b-001': '$\\\\delta$-GaSe Structure', 'AB_hP16_186_ac_bc-002': 'Low Temperature Nb$_{1-x}$S Structure', 'AB_hP24_190_i_afh-001': 'Troilite (FeS) Structure', 'AB_hP2_187_a_d-001': 'Tungsten Carbide (WC, $B_{h}$) Structure', 'AB_hP4_156_ab_ab-001': '$\\\\beta$-CuI (Sakuma) Structure', 'AB_hP4_186_b_a-001': 'Original BN ($B12$) Structure ({\\\\em Obsolete})', 'AB_hP4_186_b_b-001': 'Wurtzite (ZnS, $B4$) Structure', 'AB_hP4_194_a_c-003': 'LiZn$_{2}$ ($C_{k}$) Structure', 'AB_hP4_194_c_a-001': 'Nickeline (NiAs, $B8_{1}$) Structure', 'AB_hP4_194_c_a-003': "$L'3_{0}$ (approximate Fe$_{2}$N) Structure", 'AB_hP4_194_c_d-001': 'BN ($B_{k}$) Structure', 'AB_hP6_144_a_a-001': 'ZnTe (high-pressure) Structure', 'AB_hP6_154_a_b-001': 'Cinnabar (HgS, $B9$) Structure', 'AB_hP6_183_c_ab-001': 'CrFe$_{3}$NiSn$_{5}$ Structure', 'AB_hP6_191_f_ad-001': 'CoSn ($B35$) Structure', 'AB_hP8_186_ab_ab-001': 'Moissanite-4H SiC ($B5$) Structure', 'AB_hP8_187_gh_gh-001': '$\\\\epsilon$-GaSe Structure', 'AB_hP8_194_ac_f-003': 'LiO Structure', 'AB_hP8_194_ac_f-004': 'AsTi ($B_{i}$) Structure', 'AB_hP8_194_f_f-003': '$\\\\beta$-GaSe Structure', 'AB_hR10_160_5a_5a-001': 'Moissanite-15R (SiC, $B7$) Structure', 'AB_hR16_148_cf_cf-001': 'Solid Cubane (C$_{8}$H$_{8}$) Structure', 'AB_hR26_148_a2f_b2f-001': 'PdAl Structure', 'AB_hR2_160_a_a-002': 'GeTe Structure', 'AB_hR2_166_a_b-001': 'Rhombohedral CuPt ($L1_{1}$) Structure', 'AB_hR2_166_a_b-003': 'KSH ($B22$) Structure', 'AB_hR4_160_2a_2a-001': '$\\\\gamma$-GaSe Structure', 'AB_hR4_166_c_c-005': 'Rhombohedral ZrCl Structure', 'AB_hR4_166_c_c-006': 'ZrBr Structure', 'AB_hR6_160_3a_3a-001': 'Moissanite 9R (CSi) Structure', 'AB_hR6_160_b_b-001': 'Millerite (NiS, $B13$) Structure', 'AB_hR6_166_ac_bc-001': '$\\\\epsilon$-Hf$_{3}$N$_{2}$ Structure', 'AB_hR8_166_2c_abc-001': '$\\\\zeta$-Hf$_{4}$N$_{3}$ Structure', 'AB_mC16_12_2i_2i-001': 'SrN Structure', 'AB_mC16_12_2i_2i-002': '$\\\\beta$-BiI Structure', 'AB_mC16_12_2i_2i-003': '$\\\\gamma$-BiI Structure', 'AB_mC16_12_aci_2i-001': 'CoGe Structure', 'AB_mC20_12_a2i_c2i-001': 'CuAl Structure', 'AB_mC24_12_3i_3i-001': 'SiAs Structure', 'AB_mC256_5_2a2b30c_32c-001': 'High Temperature Monoclinic TlS Structure', 'AB_mC32_12_4i_4i-001': '$\\\\alpha$-BiI Structure', 'AB_mC32_15_2ef_2f-001': 'NSe Structure', 'AB_mC32_15_2f_2f-001': 'NaSi Structure', 'AB_mC8_12_i_i-002': 'Monoclinic ZrCl Structure', 'AB_mC8_15_a_e-001': 'Tenorite (CuO, $B26$) Structure', 'AB_mC8_15_a_e-003': 'CrS Structure', 'AB_mP16_14_2e_2e-001': '$\\\\alpha$-ICl Structure', 'AB_mP16_14_2e_2e-002': 'LiAs Structure', 'AB_mP16_4_4a_4a-001': '$\\\\alpha$-BiPd Structure', 'AB_mP24_14_3e_3e-001': '$\\\\epsilon$-1,2,3,4,5,6-Hexachloro{\\\\em cyclo}hexane (C$_{6}$Cl$_{6}$) Structure', 'AB_mP32_14_4e_4e-001': 'Pararealgar (AsS) Structure', 'AB_mP32_14_4e_4e-002': 'Realgar (AsS, $B_{l}$) Structure', 'AB_mP32_14_4e_4e-003': 'NaGe Structure', 'AB_mP32_14_4e_4e-004': 'NS Structure', 'AB_mP4_11_e_e-001': 'NiTi Structure', 'AB_mP4_6_2a_2b-001': 'Tetrataenite (FeNi) Structure', 'AB_mP6_10_bn_cm-001': '$\\\\alpha$-LiSn Structure', 'AB_oC16_63_g_2c-001': 'NaHg Structure', 'AB_oC16_64_e_f-002': 'KO Structure', 'AB_oC32_36_2ab_2ab-001': '$\\\\beta$-BiPd Structure', 'AB_oC8_36_a_a-001': 'Low Temperature HCl Structure', 'AB_oC8_63_c_c-001': 'CrB ($B33$) Structure', 'AB_oC8_63_c_c-004': '$\\\\beta$-SnS Structure', 'AB_oC8_65_g_j-001': '$\\\\alpha$-IrV Structure', 'AB_oC8_66_a_e-001': 'NbD Structure', 'AB_oC8_67_a_g-001': '$\\\\alpha$-FeSe Structure', 'AB_oC8_67_a_g-002': '$\\\\alpha$-PbO Structure', 'AB_oF8_22_a_c-001': 'Low temperature FeS Structure', 'AB_oF8_42_a_a-001': 'BN (High-pressure, high-temperature) Structure', 'AB_oF8_69_a_b-001': 'TlF ($B24$) Structure ({\\\\em Obsolete})', 'AB_oI48_44_6c_abc2de-001': '$B30$ (MgZn?) Structure ({\\\\em Problematic})', 'AB_oI4_44_a_b-001': 'High-pressure GaAs Structure', 'AB_oI8_71_e_g-001': 'CsO Structure', 'AB_oP12_51_ei_fj-001': 'TaRh Structure', 'AB_oP16_19_2a_2a-001': 'NaP Structure', 'AB_oP16_57_cd_2d-001': 'DyAl Structure', 'AB_oP16_61_c_c-001': 'CdSb ($B_{e}$) Structure', 'AB_oP16_61_c_c-002': 'Cyanogen [(CN)$_{2}$] Structure', 'AB_oP16_62_2c_2c-002': 'ThNi Structure', 'AB_oP2_25_a_b-001': 'High-pressure CdTe Structure', 'AB_oP2_47_a_h-001': 'AuMn Structure', 'AB_oP32_62_2cd_2cd-001': 'Empressite (AgTe) Structure', 'AB_oP48_61_3c_3c-001': 'Benzene Structure', 'AB_oP4_51_e_f-001': "$\\\\beta$'-AuCd ($B19$) Structure", 'AB_oP4_59_a_b-001': 'Vulcanite (CuTe) Structure', 'AB_oP8_33_a_a-001': 'Modderite (CoAs) Structure', 'AB_oP8_51_ef_af-001': 'High-Pressure CuBi Structure', 'AB_oP8_57_d_d-001': 'TlF-II Structure', 'AB_oP8_58_g_g-001': 'InS Structure', 'AB_oP8_62_c_c-001': 'GeS ($B16$) Structure', 'AB_oP8_62_c_c-002': 'MnP ($B31$) Structure', 'AB_oP8_62_c_c-003': 'FeB ($B27$) Structure', 'AB_oP8_62_c_c-004': '$\\\\alpha$-SnS ($B29$) Structure', 'AB_oP8_62_c_c-005': 'Westerveldite (FeAs, $B14$) Structure', 'AB_oP8_62_c_c-010': '$\\\\eta$-NiSi ($B_{d}$) Structure', 'AB_tI16_140_ab_h-001': '$\\\\beta$-SeTl ($B37$) Structure', 'AB_tI16_141_e_e-001': 'MoB ($B_{g}$) Structure', 'AB_tI24_141_ae_be-001': '$\\\\beta$-LiSn Structure', 'AB_tI4_107_a_a-001': 'GeP (High-pressure, superconducting) Structure', 'AB_tI4_119_c_a-001': 'GaSb (II) Structure', 'AB_tI4_139_a_b-002': "``Martensite Type'' FeC$_{x}$ ($x < 0.06$) ($L'2_{0}$) Structure", 'AB_tI4_139_a_b-003': '$\\\\beta$-LiFeO$_{2}$ Structure', 'AB_tI64_142_ef_g-001': 'NaPb Structure', 'AB_tI8_109_a_a-001': 'NbAs Structure', 'AB_tI8_139_e_e-001': 'Calomel (Hg$_{2}$Cl$_{2}$, $D3_{1}$) Structure', 'AB_tI8_141_a_b-001': "NbP (``40'') Structure", 'AB_tP16_84_cej_k-001': 'Vysotskite (PdS, $B34$) Structure', 'AB_tP2_123_a_d-001': 'CuAu(I) ($L1_{0}$) Structure', 'AB_tP2_123_a_d-002': '$\\\\delta$-CuTi ($L2_{a}$) Structure', 'AB_tP4_129_a_c-001': 'Litharge (tetragonal PbO, $B10$) Structure', 'AB_tP4_129_c_c-001': '$\\\\gamma$-CuTi ($B11$) Structure', 'AB_tP4_131_c_e-001': 'Cooperite (PtS, $B17$) Structure', 'AB_tP64_92_2a3b_4b-001': 'Intermediate Temperature Tetragonal TlS Structure', 'AB_tP8_111_n_n-001': 'VN (Low-temperature) Structure', 'AB_tP8_136_f_g-001': '$\\\\beta$-BeO Structure', 'A_aP12_2_6i-001': 'Hexamethylbenzene II (C$_{12}$H$_{18}$) Structure', 'A_aP24_2_12i-001': "Low Temperature ``White'' Phosphorous Structure", 'A_aP4_2_aci-001': 'Cf Structure', 'A_cF136_227_aeg-001': 'Si$_{34}$ Clathrate Structure', 'A_cF240_202_h2i-001': 'FCC C$_{60}$ Buckminsterfullerene Structure', 'A_cF32_227_e-001': 'T-Carbon Structure', 'A_cF4_225_a-001': 'Face-Centered Cubic (Cu, $A1$, fcc) Structure', 'A_cF8_227_a-001': 'Diamond ($A4$) Structure', 'A_cI16_206_c-001': 'BC8 (Si) Structure', 'A_cI16_220_c-001': 'High-pressure cI16 Li Structure', 'A_cI2_229_a-001': 'Body-Centered Cubic (W, $A2$, bcc) Structure', 'A_cI58_217_ac2g-001': '$\\\\alpha$-Mn ($A12$) Structure', 'A_cP1_221_a-001': '$\\\\alpha$-Po ($A_{h}$, simple cubic) Structure', 'A_cP20_213_cd-001': '$\\\\beta$-Mn ($A13$) Structure', 'A_cP240_205_10d-001': 'Simple Cubic C$_{60}$ Buckminsterfullerene Structure', 'A_cP46_223_cik-001': 'Si$_{46}$ Clathrate Structure', 'A_cP8_198_2a-001': '$\\\\alpha$-N ($P2_{1}3$) Structure', 'A_cP8_205_c-001': '$\\\\alpha$-N ($Pa\\\\overline{3}$) Structure', 'A_hP1_191_a-001': 'Simple Hexagonal (HgSn$_{6-10}$ $A_{f}$) Structure', 'A_hP2_194_c-001': 'Hexagonal Close Packed (Mg, $A3$, hcp) Structure', 'A_hP3_152_a-001': '$\\\\gamma$-Se ($A8$) Structure', 'A_hP4_186_ab-001': 'Buckled Graphite Structure', 'A_hP4_194_ac-001': "$\\\\alpha$-La ($A3'$) Structure", 'A_hP4_194_bc-001': 'Hexagonal Graphite ($A9$) Structure', 'A_hP4_194_f-001': 'Lonsdaleite (Hexagonal Diamond) Structure', 'A_hP6_178_a-001': 'Sc-V (High-Pressure) Structure', 'A_hP6_194_h-001': 'Hypothetical Tetrahedrally Bonded Carbon with 3-Member Rings Model Structure', 'A_hP9_154_ac-001': 'S-II Structure', 'A_hR105_166_ac9h4i-001': '$\\\\beta$-B (R-105) Structure', 'A_hR12_166_2h-001': '$\\\\alpha$-B (R-12) Structure', 'A_hR1_166_a-001': '$\\\\beta$-Po ($A_i$) Structure', 'A_hR1_166_a-002': '$\\\\alpha$-Hg (A10) Structure', 'A_hR2_166_c-001': '$\\\\alpha$-As ($A7$) Structure', 'A_hR2_166_c-002': 'Rhombohedral Graphite Structure', 'A_hR2_166_c-003': '$\\\\beta$-O$_{2}$ Structure', 'A_hR3_166_ac-001': '$\\\\alpha$-Sm ($C19$) Structure', 'A_hR6_148_f-001': 'S$_{6}$ ($\\\\rho$-S) Sulfur Structure', 'A_mC12_5_3c-001': '$A19$ Po Structure ({\\\\em Obsolete})', 'A_mC16_12_4i-001': 'M-carbon Structure', 'A_mC24_15_2e2f-001': 'H-III (300 GPa) Structure', 'A_mC34_12_ah3i2j-001': '$\\\\beta$-Pu Structure', 'A_mC4_12_i-001': '$\\\\alpha$-O$_{2}$ Structure', 'A_mC4_15_e-001': '$\\\\beta$-Ga Structure ({\\\\em Obsolete})', 'A_mP16_11_8e-001': '$\\\\alpha$-Pu Structure', 'A_mP32_13_8g-001': "Rosick\\\\'{y}ite ($\\\\gamma$-monoclinic Sulfur) Structure", 'A_mP32_14_8e-001': '$\\\\beta$-Se ($A_{l}$) Structure', 'A_mP32_14_8e-002': '$\\\\alpha$-monoclinic Selenium Structure', 'A_mP4_4_2a-001': 'High-pressure Te Structure', 'A_mP64_14_16e-001': '$\\\\alpha$-Se ($A_{k}$) Structure', 'A_mP64_14_16e-002': '$\\\\beta$-monoclinic Sulfur Structure', 'A_mP84_13_21g-001': "Monoclinic (Hittorf's) Phosphorus Structure", 'A_mP8_10_2m2n-001': 'S-carbon Structure', 'A_oC24_63_3f-001': 'Si$_{24}$ Clathrate Structure', 'A_oC4_63_c-001': '$\\\\alpha$-U ($A20$) Structure', 'A_oC8_64_f-001': '$\\\\alpha$-Ga ($A11$) Structure', 'A_oC8_64_f-002': 'Black Phosphorus ($A17$) Structure', 'A_oC8_64_f-003': 'Molecular Iodine ($A14$) Structure', 'A_oF128_70_4h-001': '$\\\\alpha$-S ($A16$) Structure', 'A_oF8_70_a-001': '$\\\\gamma$-Pu Structure', 'A_oP16_55_2g2h-001': 'R-carbon Structure', 'A_oP24_58_eg2h-001': 'S$_{12}$ Sulfur Structure', 'A_oP8_62_2c-001': '$\\\\alpha$-Np ($A_{c}$) Structure', 'A_oP8_62_2c-002': 'High-Pressure oP8 Sodium Structure', 'A_tI16_142_f-001': 'S-III Structure', 'A_tI2_139_a-001': 'In ($A6$) Structure', 'A_tI2_139_a-002': 'Pa ($A_{a}$) Structure', 'A_tI4_139_e-001': 'Hypothetical BCT5 Si Structure', 'A_tI4_141_a-001': '$\\\\beta$-Sn ($A5$) Structure', 'A_tI8_139_h-001': 'Hypothetical Tetrahedrally Bonded Carbon with 4-Member Rings Model Structure', 'A_tP12_138_bi-001': 'C (T12 Group IV) Structure', 'A_tP12_96_ab-001': "``ST12'' Structure of Si", 'A_tP16_138_j-001': 'Cl ($A18$) Structure ({\\\\em Obsolete})', 'A_tP30_136_af2ij-001': '$\\\\beta$-U ($A_{b}$) Structure', 'A_tP4_129_ac-001': '$\\\\beta$-Np ($A_{d}$) Structure', 'A_tP4_136_f-001': '$\\\\gamma$-N Structure', 'A_tP50_134_a2m2n-001': 'T-50 B ($A_{g}$) Structure'})

Use the aflow command line tool to determine the library prototype label for a structure and look up its human-readable shortname. In the case of multiple results, the enumeration with the smallest misfit that is in the prototypes list is returned. If none of the results are in the matching prototypes list, then the prototype with the smallest misfit is returned.

Parameters:
  • poscar_file (str) -- Path to input coordinate file

  • prim (bool) -- whether to primitivize the structure first

  • shortnames (Dict) -- Dictionary with library prototype labels as keys and human-readable shortnames as values.

Return type:

Tuple[Optional[str], Optional[str]]

Returns:

  • The library prototype label for the provided compound.

  • Shortname corresponding to this prototype

get_library_prototype_label_and_shortname_from_atoms(atoms, prim=True, shortnames={'A108B24C11D24_cP334_222_h4i_i_bf_i-001': "'Ti$_{6}$F$_{27}$(H$_{3}$O)$_{3}$' [F$_{108}$H$_{24}$O$_{11}$Ti$_{24}$] Structure", 'A10B11_tI84_139_dehim_eh2n-001': 'Ho$_{11}$Ge$_{10}$ Structure', 'A10B2C_hP39_171_5c_c_a-001': 'Sr[S$_{2}$O$_{6}$][H$_{2}$O]$_{4}$ Structure', 'A10B2C_hP39_172_5c_c_a-001': 'Sr[S$_{2}$O$_{6}$][H$_{2}$O]$_{4}$ Structure', 'A10B3C29D4_tP92_129_2cij_bd_c3i2jk_i-001': 'Nd$_{3}$Ni$_{29}$Si$_{4}$B$_{10}$', 'A10B3C4_oC68_64_2dfg_ad_2d-001': 'Base-centered Orthorhombic Sr$_{4}$Ru$_{3}$O$_{10}$ Structure', 'A10B3C4_oP68_55_2e2fgh2i_adef_2e2f-001': 'Orthorhombic Sr$_{4}$Ru$_{3}$O$_{10}$ Structure', 'A10B3_hP26_176_bcfi_h-001': '$\\\\zeta$-Cu$_{10}$Sn$_{3}$ Structure', 'A10B3_hP26_176_c3h_h-001': 'Cu$_{10}$Sb$_{3}$ Structure', 'A10B3_oF52_42_2abce_ab-001': 'W$_{3}$O$_{10}$ (WO$_{3} \\\\cdot \\\\frac13$H$_{2}$O) Structure', 'A10B4C3_tI34_139_c2eg_2e_ae-001': 'Sr$_{4}$Ti$_{3}$O$_{10}$ Structure', 'A10B7_hP34_176_c3h_b2h-001': 'Rh$_{20}$Si$_{13}$ Structure', 'A10B7_oC68_64_f2g_adef-001': 'Zr$_{7}$Ni$_{10}$ Structure', 'A10B_cF176_227_cfg_d-001': 'Al$_{10}$V Structure', 'A10B_cF44_225_cf_a-001': 'LaH$_{10}$ High-T$_{c}$ Superconductor Structure', 'A10B_hP22_194_bhj_c-001': 'Proposed 300 GPa HfH$_{10}$ Structure', 'A11B16C5_cP64_208_bfh_adm_ce-001': 'Na$_{11}$U$_{5}$O$_{16}$ Structure', 'A11B2C2_mP60_4_22a_4a_4a-001': 'W$_{2}$O$_{3}$(PO$_{4}$)$_{2}$ Structure', 'A11B3C2_cI64_197_cdf_e_c-001': 'Hf$_{10}$Ta$_{3}$S$_{3}$ Structure', 'A11B3_mC28_12_a5i_ci-001': 'Au$_{11}$Mn$_{3}$ Structure', 'A11B3_mP56_14_11e_3e-001': 'Cs$_{11}$O$_{3}$ Structure', 'A11B3_oC28_65_c4gh_ah-001': 'Tb$_{3}$Sn$_{7}$ Structure', 'A11B3_oI28_71_bf2m_ai-001': 'La$_{3}$Al$_{11}$ Structure', 'A11B4_cF120_227_acdf_e-001': '$\\\\gamma$-Ga$_{2}$O$_{3}$ Structure', 'A11B7_aP72_2_22i_14i-001': 'Pentacene (C$_{11}$H$_{7}$) Structure', 'A11BC9_oI84_45_a5c_a_b4c-001': 'Ca$_{11}$InSb$_{9}$ Structure', 'A12B14C35D4_cF260_196_abeg_2ef_cef2h_e-001': 'Ca$_{14}$Zn$_{6}$Al$_{10}$O$_{35}$ Structure', 'A12B17_cI58_217_g_acg-001': 'Mg$_{17}$Al$_{12}$ Structure', 'A12B19C_hP64_194_ab2fk_efh2k_c-001': 'Magnetoplumbite (PbFe$_{12}$O$_{19}$) Structure', 'A12B22C11_mP90_4_12a_22a_11a-001': 'D-Sucrose (C$_{12}$H$_{22}$O$_{11}$) Structure', 'A12B29_mC82_12_6i_a14i-001': 'Monoclinic Nb$_{12}$O$_{29}$ Structure', 'A12B29_oC164_63_6f_3c13f-001': 'Orthorhombic Nb$_{12}$O$_{29}$ Structure', 'A12B2CD12_aP54_2_12i_2i_i_12i-001': 'Ni(NO$_{3}$)(H$_{2}$O)$_{3}$ Structure', 'A12B2C_cF60_196_h_ac_b-001': 'Cu$_{2}$Fe[CN]$_{6}$ Structure', 'A12B36CD12_cF488_210_h_3h_a_fg-001': 'MgB$_{12}$H$_{12}$[H$_{2}$O]$_{12}$ Structure', 'A12B5_tI34_87_hi_ah-001': 'Ni$_{12}$P$_{5}$ Structure', 'A12B6C_cF608_210_4h_2h_e-001': 'Te[OH]$_{6}$ Structure', 'A12B7C2_hP21_174_2j2k_ajk_cf-001': 'Fe$_{12}$Zr$_{2}$P$_{7}$ Structure', 'A12B7_hP57_174_2j2k4l_ghi3j2k-001': 'St\\\\"{u}tzite (Ag$_{5-x}$Te$_{3}$) Structure', 'A12BC10D_tP96_92_6b_a_5b_a-001': 'Retgersite ($\\\\alpha$-NiSO$_{4}\\\\cdot$6H$_{2}$O, $H4_{5}$) Structure', 'A12BC2_tP30_125_2g2m_c_h-001': 'Sm$_{2}$NiGa$_{12}$ Structure', 'A12BC4_cP34_195_2j_ab_2e-001': 'PrRu$_{4}$P$_{12}$ Structure', 'A12B_cF52_225_h_b-001': 'UB$_{12}$ ($D2_{f}$) Structure', 'A12B_cI26_204_g_a-001': 'Al$_{12}$W Structure', 'A12B_hP13_191_cdei_a-001': '$D2_{a}$ (approximate TiBe$_{12}$) Structure', 'A12B_tI26_139_fij_a-001': 'Mn$_{12}$Th ($D2_{b}$) Structure', 'A13B20_cI66_197_af_2cf-001': '$\\\\gamma$-Bi$_{2}$O$_{3}$ Structure', 'A13B2C2_oP34_32_a6c_c_c-001': 'Re$_{2}$O$_{5}$(SO$_{4}$)$_{2}$ Structure', 'A13B2C6_mP168_14_26e_4e_12e-001': 'Mg$_{6}$Ir$_{2}$H$_{11}$', 'A13B2_hR15_166_a2h_c-001': "B$_{13}$C$_{2}$ ``B$_{4}$C'' ($D1_{g}$) Structure", 'A13B3C8D12_cP72_223_ak_c_i_k-001': '$\\\\beta$-Ba$_{8}$Ga$_{16}$Sn$_{30}$ Clathrate Structure', 'A13B4C4_cF84_216_afg_e_e-001': 'Al$_{13}$Cr$_{4}$Si$_{4}$ Structure', 'A13B4_mC102_12_ah8i5j_4ij-001': 'Al$_{13}$Fe$_{4}$ Structure', 'A13B4_mC102_8_17a11b_8a2b-001': 'Monoclinic Co$_{4}$Al$_{13}$ Structure', 'A13B4_mC34_12_a6i_2i-001': 'Os$_{4}$Al$_{13}$ Structure', 'A13B4_oP102_31_17a11b_8a2b-001': 'Orthorhombic Co$_{4}$Al$_{13}$ Structure (Approximate Quasicrystal)', 'A13B5_hP18_164_a2c4d_b2d-001': 'Li$_{13}$Sn$_{5}$ Structure', 'A13B5_hP36_194_a2e4f_b2f-001': 'Na$_{13}$Pb$_{5}$ ($\\\\gamma$-NaPb) Structure', 'A13B6C24D4_hP188_184_2a4d_2d_8d_bd-001': 'NaTi$_{2}$(PS$_{4}$)$_{3}$ Structure', 'A13BC18D20E5_cF228_216_ah_c_gh_2eh_be-001': 'Zunyite [Al$_{13}$(OH,F)$_{18}$Si$_{5}$O$_{20}$Cl ($S0_{8}$)] Structure', 'A14B3C5_hP44_176_e2hi_h_fh-001': 'Lead Apatite [Pb$_{10}$(PO$_{4}$)$_{6}$O] Structure', 'A14B3C5_tP44_94_c3g_ad_bg-001': 'Na$_{5}$Fe$_{3}$F$_{14}$ Structure', 'A14B3_hP102_158_abc13d_3d-001': 'PtAl$_{4}$ Structure', 'A14BC11D_oP108_19_14a_a_11a_a-001': 'Morenosite (NiSO$_{4}\\\\cdot$7H$_{2}$O, $H4_{12}$) Structure', 'A14BC8D5_cF1344_209_7j_g_4j_g2j-001': 'PCN-20 [C$_{14}$CuO(H$_{2}$O)$_{4}$] Structure', 'A15B4_cI76_220_ae_c-001': 'Cu$_{15}$Si$_{4}$ ($D8_{6}$) Structure', 'A15B_oI128_71_lmn6o_eg-001': 'Orthorhombic Fullerene (Cs$_{3}$C$_{60}$) Structure', 'A16B13_tI116_141_2hi_a2fh-001': 'V$_{13}$O$_{16}$ Structure', 'A16B17_mC66_12_4i2j_aeh4ij-001': 'NiBi Structure', 'A16B2C_cF152_227_eg_c_b-001': 'Predicted Li$_{2}$MgH$_{16}$ High-T$_{c}$ Superconductor (250 GPa) Structure', 'A16B2C_hP19_164_2d2i_d_a-001': 'Predicted Li$_{2}$MgH$_{16}$ 300 GPa Structure', 'A16B3_hR19_166_2c2h_ac-001': 'Sn$_{3}$P$_{4}$ Structure', 'A16B40C12D6E5_cF316_216_eh_e2g2h_h_f_ae-001': 'Murataite [(Y,Na)$_{6}$(Zn,Fe)$_{5}$Ti$_{12}$O$_{29}$(O,F)$_{10}$F$_{4}$] Structure', 'A16B4C16D_cF296_219_eh_e_eh_a-001': 'Sn[Co(CO)$_{4}$]$_{4}$ Structure', 'A16B6C7_cF116_225_2f_e_ad-001': 'Mg$_{6}$Si$_{7}$Cu$_{16}$ Structure', 'A17B10_oP54_55_a3g5h_3g2h-001': 'Nb$_{8}$P$_{5}$ Structure', 'A17B10_tP108_116_e8j_ad2g2h5i-001': 'Rh$_{10}$Ga$_{17}$ Structure', 'A17B15_cP64_207_acfk_eij-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B15_cP64_215_acg2i_f2i-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B15_cP64_221_acfm_eij-001': 'Palladseite (Pd$_{17}$Se$_{15}$) Structure', 'A17B2_hP38_194_fgjk_bc-001': 'Th$_{2}$Ni$_{17}$ Structure', 'A17B2_hR19_166_cegh_c-001': 'Nb$_{2}$Be$_{17}$ Structure', 'A17B3_cF160_227_aeg_bc-001': 'Na$_{24-\\\\delta}$Ge$_{136}$ Clathrate Structure', 'A17B3_cI160_204_def2gh_g-001': 'Ru$_{3}$Be$_{17}$ Structure', 'A17B47_oP128_32_a8c_a23c-001': 'Mo$_{17}$O$_{47}$ Structure', 'A17B4_cF420_216_a6efg4h_2efg-001': 'Li$_{17}$Pb$_{4}$ Structure', 'A17B4_mC84_5_ab16c_4c-001': 'Al$_{17}$Mo$_{4}$ Structure', 'A17BC17D4E_tP320_89_17p_p_17p_4p_il-001': '(CH)$_{17}$FeO$_{4}$Pt Structure ({\\\\em Revised})', 'A17BC4D_tP184_89_17p_p_4p_il-001': '(CH)$_{17}$FeO$_{4}$Pt Structure (Original Page)', 'A18B10C_tP116_130_2c4g_2c2g_a-001': 'Sr(OH)$_{2}$(H$_{2}$O)$_{8}$ Structure', 'A18B15C10D2_hP45_164_ij_abcdei_2di_d-001': 'Averievite [(ClCu)$_{2}$Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'A18B2C3_cF184_227_fg_d_ac-001': 'Mg$_{3}$Cr$_{2}$Al$_{18}$ Structure', 'A18B5C6_tP58_136_f4i_afg_gi-001': 'Rh$_{6}$Mn$_{5}$Bi$_{18}$ Structure', 'A18B_cF76_225_c2f_a-001': 'High Temperature Cu$_{2}$Se Structure', 'A19B10_hP58_175_e2j2kl_djl-001': 'Na$_{4}$Ge$_{13}$ Structure', 'A19B15_tP68_114_ac4e_bc3e-001': 'C$_{19}$Sc$_{15}$ Structure', 'A19B44_tI252_122_ac4e_2d10e-001': 'Ba$_{19}$Li$_{44}$ Structure', 'A20B3_cI184_204_def3gh_g-001': 'YCd$_{6}$ Structure', 'A21B13_hP136_183_abc3d6e2f_2ab3d5e-001': 'Ta$_{21}$Te$_{13}$ Structure', 'A21B_cI44_229_bdh_a-001': '$\\\\alpha$-AgI ($B23$) Structure', 'A22B5_cF432_196_abcd6efg4h_2efg-001': 'Li$_{22}$Si$_{5}$ Structure', 'A22B5_oF216_43_11b_a2b-001': 'Al$_{22}$Mo$_{5}$ Structure', 'A22B_cF184_227_cdfg_a-001': 'Zn$_{22}$Zr Structure', 'A23B2C6_cP31_200_cij_ab_f-001': 'C-AlRuNi (Al$_{20}$Ni$_{3}$Ru$_{5}$) Structure', 'A23B4_hP54_194_fh3k_ah-001': 'Al$_{23}$V$_{4}$ Structure', 'A23B6_cF116_225_ad2f_e-001': 'Th$_{6}$Mn$_{23}$ ($D8_{a}$) Structure', 'A24B11_hP70_186_2ab7c_ab3c-001': 'Ce$_{24}$Co$_{11}$ Structure', 'A24B3C66D6E7_hR212_148_8f_f_22f_2f_c2f-001': 'Sn$_{14}$Cl$_{6}$(CH$_{2}$SiMe$_{3}$)$_{12}$ Structure', 'A24BC_cF104_209_j_a_b-001': 'KPF$_{6}$ Structure', 'A25B21_hR92_167_b2e3f_e3f-001': 'Zr$_{21}$Re$_{25}$ Structure', 'A27B52CD12_cP184_224_dl_eh3k_a_k-001': 'Dodecatungstophosphoric Acid Hexahydrate (H$_{3}$PW$_{12}$O$_{40}\\\\cdot$6H$_{2}$O) Structure', 'A27B7_hP68_175_chjk3l_ejk-001': 'Ag$_{51}$Gd$_{14}$ Structure', 'A28B5C12_cP90_201_e2h_bd_h-001': 'KW$_{3}$Br$_{7}$ Structure', 'A29B40CD12_cF656_227_ae2fg_e3g_b_g-001': 'H$_{3}$PW$_{12}$O$_{40}\\\\cdot$29H$_{2}$O ($H4_{21}$) Structure', 'A2B11C4_mP34_14_e_a5e_2e-001': 'Cr$_{2}$Te$_{4}$O$_{11}$', 'A2B11_cP39_200_f_begik-001': 'Mg$_{2}$Zn$_{11}$ ($D8_{c}$) Structure', 'A2B12C3_hR34_148_2c_4f_f-001': 'Mikasaite (Rhombohedral Fe$_{2}$(SO$_{4}$)$_{3}$) Structure', 'A2B12C3_mP68_14_2e_12e_3e-001': 'Monoclinic Fe$_{2}$(SO$_{4}$)$_{3}$ Structure', 'A2B12C4D4E_tP46_114_d_3e_e_e_a-001': 'Ag$_{2}$SO$_{4}\\\\cdot$4NH$_{3}$ ($H4_{17}$) Structure', 'A2B12C6D_hP21_150_d_2g_ef_a-001': 'SrCl$_{2}\\\\cdot$(H$_{2}$O)$_{6}$ Structure', 'A2B12CD6_mC42_12_i_2i2j_a_ij-001': 'Bischofite (MgCl$_{2}\\\\cdot$6H$_{2}$O, $J1_{7}$) Structure', 'A2B13C4_hP57_168_d_c6d_2d-001': 'K$_{2}$Ta$_{4}$O$_{9}$F$_{4}$ Structure', 'A2B13C6D_hP44_182_bc_a2i_i_d-001': 'Na$_{2}$Co$_{2}$TeO$_{6}$ Structure', 'A2B14C3DE3_hP23_150_d_d2g_e_a_f-001': 'Dugganite (Pb$_{3}$Zn$_{3}$TeAs$_{2}$O$_{14}$) Structure', 'A2B15_hR17_148_c_ac2f-001': 'Pd$_{15}$P$_{2}$ Structure', 'A2B17C6_oI100_46_ab_b8c_3c-001': 'Nb$_{2}$Zr$_{6}$O$_{17}$ Structure', 'A2B17_hR19_166_c_cdfh-001': 'Th$_{2}$Zn$_{17}$ Structure', 'A2B2C12D3_cP76_198_2a_2a_4b_b-001': 'Langbeinite [K$_{2}$Mg$_{2}$(SO$_{4}$)$_{3}$] Structure', 'A2B2C2DE2_mC72_15_2f_2f_2f_f_2f-001': 'Rhodan Hydrate (H$_{2}$C$_{2}$N$_{2}$S$_{2}$O) Structure', 'A2B2C3D10E2_oC76_37_d_d_cd_5d_d-001': 'Bi$_{2}$Sr$_{2}$Ca$_{2}$Cu$_{3}$O$_{10+x}$ (Bi-2223) Structure', 'A2B2C3D10E_mP18_10_m_ac_en_3m2n_g-001': 'Hulsite [(Fe$_{1.315}$Mg$_{0.56}$Sn$_{0.1}$)BO$_{5}$] Structure', 'A2B2C3D12E4_tI184_142_f_f_be_3g_g-001': 'Analcime (NaAlSi$_{2}$O$_{6}\\\\cdot$H$_{2}$O, $S6_{1}$) Structure', 'A2B2C3_oP28_57_e_cd_de-001': 'Y$_{3}$Rh$_{2}$Si$_{2}$ Structure', 'A2B2C4D_oP36_62_d_d_2cd_c-001': 'Topaz (Al$_{2}$SiO$_{4}$F$_{2}$, $S0_{5}$) Structure', 'A2B2C4D_tP18_132_e_i_o_b-001': 'Rb$_{2}$TiCu$_{2}$S$_{4}$ Structure', 'A2B2C5D24E8_mC82_12_h_i_agh_2i5j_2j-001': 'Tremolite (Ca$_{2}$Mg$_{5}$Si$_{8}$O$_{22}$(OH)$_{2}$ $S4_{2}$) Structure', 'A2B2C5D_mP20_4_2a_2a_5a_a-001': 'Li$_{2}$SO$_{4}\\\\cdot$H$_{2}$O ($H4_{8}$) Structure', 'A2B2C5_aP18_2_2i_2i_5i-001': 'Co$_{2}$B$_{2}$O$_{5}$ Structure', 'A2B2C5_oC36_39_d_d_c2d-001': 'Li$_{2}$(Si${0.25}$Ge$_{0.75}$)$_{2}$O$_{5}$ Structure', 'A2B2C6DE2_oC52_63_g_e_fh_c_f-001': 'Cu$_{2}$Pb(SeO$_{3}$)$_{2}$Br$_{2}$ Structure', 'A2B2C6D_tI44_121_i_i_ij_c-001': 'SrCu$_{2}$(BO$_{3}$)$_{2}$ Structure', 'A2B2C7D2_hP26_188_i_h_cl_ab-001': 'Sr$_{2}$Be$_{2}$B$_{2}$O$_{7}$ Structure', 'A2B2C7_cF88_227_c_d_af-001': 'Pyrochlore Iridate (Eu$_{2}$Ir$_{2}$O$_{7}$, $E8_{1}$) Structure', 'A2B2C7_oC88_64_ef_df_3f2g-001': 'Na$_{2}$Mo$_{2}$O$_{7}$ Structure', 'A2B2C9D2_mC90_5_ab2c_3c_a13c_3c-001': 'Bassanite [CaSO$_{4}$(H$_{2}$O)$_{0.5}$, $H4_{7}$] Structure', 'A2B2CD10E22F8_tP90_75_d_d_ab_5d_11d_4d-001': 'Li$_{3}$[AlP$_{2}$O$_{7}$F(OH)](H$_{2}$O)$_{0.5}$ Structure', 'A2B2CD6E_tP24_113_e_e_c_ef_a-001': 'Ba$_{2}$ZnGe$_{2}$S$_{6}$O Structure', 'A2B2CD8_oC104_64_ef_2f_d_4f2g-001': 'K$_{2}$Ni(MoO$_{4}$)$_{2}$ structure', 'A2B2C_hP5_164_d_d_a-002': 'Ce$_{2}$O$_{2}$S Structure', 'A2B2C_mC20_15_ac_f_e-001': 'Ag$_{2}$PbO$_{2}$ Structure', 'A2B2C_mP20_14_2e_2e_e-001': '$\\\\alpha$-SrRh$_{2}$As$_{2}$ Structure', 'A2B2C_oC80_64_efg_efg_df-001': 'MgB$_{2}$C$_{2}$ Structure', 'A2B2C_oF20_69_g_f_a-001': '$\\\\beta$-SrRh$_{2}$As$_{2}$ Structure', 'A2B2C_oP20_19_2a_2a_a-001': 'W\\\\"{u}lfingite ($\\\\epsilon$-Zn(OH)$_{2}$, C31) Structure', 'A2B2C_oP20_55_2g_2g_h-001': 'ScB$_{2}$C$_{2}$ Structure', 'A2B2C_tI10_139_d_e_a-002': 'TlCo$_{2}$S$_{2}$ Structure', 'A2B2C_tI10_139_d_e_a-003': 'ThCr$_{2}$Si$_{2}$ Structure', 'A2B2C_tP10_131_j_l_f-001': 'LaB$_{2}$C$_{2}$ Structure', 'A2B3C12D12_cI232_230_a_c_h_h-001': 'Ca$_{3}$Al$_{2}$(OH)$_{12}$ ($J2_{3}$) Structure', 'A2B3C12D2_mC152_15_2f_3f_12f_aef-001': 'Rb$_{2}$Cu${2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C12D3_cI160_230_a_c_h_d-001': 'Garnet [$S1_{4}$, Co$_{3}$Al$_{2}$(SiO$_{4}$)$_{3}$] Structure', 'A2B3C12_mC68_15_f_ef_6f-001': '$\\\\alpha$-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C12_oP68_32_2c_3c_12c-001': "$\\\\beta$'-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure", 'A2B3C12_tP34_113_e_ae_2e2f-001': '$\\\\beta$-Gd$_{2}$(MoO$_{4}$)$_{3}$ Structure', 'A2B3C18D6_hP58_192_c_f_lm_l-001': 'Beryl (Be$_{3}$Al$_{2}$Si$_{6}$O$_{18}$, $S3_{1}$) Structure', 'A2B3C2D2_tI18_139_e_ad_c_e-001': 'Sr$_{2}$Mn$_{3}$As$_{2}$O$_{2}$ Structure', 'A2B3C2D8_mP30_14_e_ae_e_4e-001': 'Azurite [Cu$_{3}$(CO$_{3}$)$_{2}$(OH)$_{2}$, $G7_{4}$] Structure', 'A2B3C2_cI28_199_a_b_a-002': 'Corderoite ($\\\\alpha$-Hg$_{3}$S$_{2}$Cl$_{2}$) Structure', 'A2B3C2_cP224_223_abcdefk_j3k_il-001': '$\\\\beta$-Hg$_{3}$S$_{2}$Cl$_{2}$ Structure', 'A2B3C2_mP14_14_e_ae_e-001': 'HgCl$_{2}\\\\cdot$2HgO Structure', 'A2B3C3DE7_hP48_145_2a_3a_3a_a_7a-001': 'Sheldrickite (NaCa$_{3}$[CO$_{3}$]$_{2}$F$_{3}$[H$_{2}$O]) Structure', 'A2B3C3_hP32_194_cg_2h_k-001': 'Co$_{3}$W$_{9}$C$_{4}$ Structure', 'A2B3C4D_oP40_62_d_cd_2cd_c-001': 'Norbergite [Mg(F,OH)$_{2}\\\\cdot$ Mg$_{2}$SiO$_{6}$, $S0_{7}$] Structure', 'A2B3C5_mC40_12_2i_3i_5i-001': 'Pr$_{5}$Co$_{2}$Ge$_{4}$ Structure', 'A2B3C6D_hP12_164_d_e_i_a-001': 'Kapellasite (Cu$_{3}$Zn(OH)$_{6}$Cl$_{2}$) Structure', 'A2B3C6_cP264_205_2d_ab2c2d_6d-001': 'Ca$_{3}$Al$_{2}$O$_{6}$ Structure', 'A2B3C6_cP33_221_cd_ag_fh-001': 'Ca$_{3}$Al$_{2}$O$_{6}$ ($E9_{1}$) Structure', 'A2B3C6_oP22_58_g_af_gh-001': 'Kotoite (Mg$_{3}$(BO$_{3}$)$_{2}$) Structure', 'A2B3C7D_oP13_47_k_cj_aijl_f-001': '1212C [YBa$_{2}$Cu$_{3}$O$_{7-x}$] High-$T_{c}$ Structure', 'A2B3C8D_tP14_123_h_bg_egi_c-001': 'Tetragonal Ba$_{2}$YCu$_{3-x}$O$_{7-y}$ Structure', 'A2B3C8_hP13_164_d_e_di-001': 'Pd$_{3}$P$_{2}$S$_{8}$ Structure', 'A2B3C8_oP26_55_h_ag_2g2h-001': 'Nb$_{2}$Pd$_{3}$Se$_{8}$ Structure', 'A2B3C9D2_hP64_173_bc_2c_6c_bc-001': 'Sodium nepheline (Na$_{8-x}$Al$_{8-x}$Si$_{8+x}$O$_{32}$) Structure', 'A2B3C9D3E_mC144_15_2f_abcef_9f_3f_de-001': 'Catapleiite (Na$_{2}$ZrSi$_{3}$O$_{9}\\\\cdot$2H$_{2}$O) Structure', 'A2B3CD3_hP9_189_c_f_b_g-001': 'Tb$_{3}$Mn$_{3}$Ga$_{2}$Si Structure', 'A2B3C_hP12_147_abd_g_d-001': 'Na$_{2}$SO$_{3}$ ($G3_{2}$) Structure', 'A2B3C_hP48_147_2d2g_4g_abef-001': 'URu$_{3}$B$_{2}$ Structure', 'A2B3C_mC48_15_aef_3f_2e-001': '$\\\\alpha$-Na$_{2}$PrO$_{3}$ Structure', 'A2B3C_oC12_65_h_ah_b-001': 'Li$_{2}$PrO$_{3}$ Structure', 'A2B3C_oF96_70_2e_fh_e-001': '$\\\\beta$-Na$_{2}$PtO$_{3}$ Structure', 'A2B3C_oP24_19_2a_3a_a-001': 'Selenous Acid (H$_{2}$SeO$_{3}$) Structure', 'A2B3C_oP24_62_d_3c_c-001': 'SrAu$_{3}$Al$_{2}$ Structure', 'A2B3_cP20_213_c_d-001': 'Co$_{8}$Zn$_{9}$Mn$_{3}$ Structure', 'A2B3_cP60_212_acd_bce-001': '$\\\\gamma$-Fe$_{2}$O$_{3}$ ($D5_{7}$) Structure', 'A2B3_hP10_194_f_bf-001': 'Pt$_{2}$Sn$_{3}$ ($D5_{b}$) Structure', 'A2B3_hP15_152_c_ac-001': 'Trigonal B$_{2}$O$_{3}$ Structure', 'A2B3_hP20_159_bc_2c-001': 'HP-Bi$_{2}$O$_{3}$ Structure', 'A2B3_hP20_186_bc_2c-001': 'HPC-Bi$_{2}$O$_{3}$ Structure', 'A2B3_hP30_169_2a_3a-001': 'Al$_{2}$S$_{3}$ Structure', 'A2B3_hP30_170_2a_3a-001': 'Al$_{2}$S$_{3}$ Structure', 'A2B3_hP5_164_d_ad-001': 'La$_{2}$O$_{3}$ ($D5_{2}$) Structure', 'A2B3_hP60_194_3fk_cdef2k-001': '$\\\\beta$-Alumina ($D5_{6}$, Al$_{2}$O$_{3}$) Structure', 'A2B3_hR10_148_abc_f-001': 'Rhombohedral Cr$_{2}$S$_{3}$ Structure', 'A2B3_hR10_167_c_e-001': 'Corundum ($\\\\alpha$-alumina, Al$_{2}$O$_{3}$, $D5_{1}$) Structure', 'A2B3_hR5_166_c_ac-001': 'Bi$_{2}$Te$_{3}$ ($C33$) Structure', 'A2B3_mC20_12_2i_3i-001': '$\\\\beta$-Ga$_{2}$O$_{3}$ Structure', 'A2B3_mC20_12_2i_3i-003': '$\\\\alpha$-As$_{2}$Te$_{3}$ Structure', 'A2B3_mC20_12_eh_ij-001': 'Au$_{2}$P$_{3}$ Structure', 'A2B3_mC20_9_2a_3a-001': 'Room Temperature Ga$_{2}$Se$_{3}$ Structure', 'A2B3_mP10_11_2e_3e-001': 'Mo$_{2}$S$_{3}$ Structure', 'A2B3_mP20_14_2e_3e-002': 'Orpiment (As$_{2}$S$_{3}$, $D5_{f}$) Structure', 'A2B3_mP20_14_2e_3e-003': '$\\\\alpha$-Bi$_{2}$O$_{3}$ Structure', 'A2B3_mP30_11_6e_9e-001': 'Ho$_{2}$S$_{3}$ Structure', 'A2B3_oC20_36_2a_ab-001': 'K$_{2}$S$_{3}$ Structure', 'A2B3_oC20_36_b_ab-001': 'Orthorhombic B$_{2}$O$_{3}$ Structure', 'A2B3_oC20_64_f_ae-001': 'La$_{2}$Ni$_{3}$ Structure', 'A2B3_oC40_39_2d_2c2d-001': 'Ta$_{3}$S$_{2}$ Structure', 'A2B3_oF40_43_b_ab-001': 'Ag$_{2}$O$_{3}$ Structure', 'A2B3_oP20_60_d_cd-001': 'Rh$_{2}$O$_{3}$ Structure', 'A2B3_oP20_62_2c_3c-001': 'Tongbaite (Cr$_{3}$C$_{2}$, $D5_{10}$) Structure', 'A2B3_oP20_62_d_3c-001': 'K$_{2}$Te$_{3}$ Structure', 'A2B3_oP40_33_4a_6a-001': '$\\\\kappa$ alumina (Al$_{2}$O$_{3}$) Structure', 'A2B3_tI10_139_e_ae-001': 'Au$_{2}$Nb$_{3}$ Structure', 'A2B3_tI160_142_deg_3g-001': 'Cd$_{3}$As$_{2}$ Structure', 'A2B3_tI80_141_ceh_3h-001': '$\\\\beta$-In$_{2}$S$_{3}$ Structure', 'A2B3_tP10_127_g_ah-001': 'Si$_{2}$U$_{3}$ ($D5_{a}$) Structure', 'A2B3_tP20_102_2c_b2c-001': 'Gd$_{3}$Al$_{2}$ Structure', 'A2B3_tP20_116_adi_ej-001': 'Ru$_{2}$Sn$_{3}$ Structure', 'A2B3_tP20_117_i_adgh-001': '$\\\\beta$-Bi$_{2}$O$_{3}$ ($D5_{12}$) Structure', 'A2B3_tP20_136_j_cfg-001': 'Na$_{3}$Hg$_{2}$ Structure', 'A2B3_tP20_136_j_dfg-001': 'Zr$_{3}$Al$_{2}$ Structure', 'A2B3_tP40_137_cdf_3g-001': 'Zn$_{3}$P$_{2}$ ($D5_{9}$) Structure', 'A2B3_tP5_115_g_ag-001': 'Rh$_{3}$P$_{2}$ Structure', 'A2B3_tP80_92_4b_2a5b-001': 'Y$_{3}$Ni$_{2}$ Structure', 'A2B4C2D12E3_oF184_43_b_2b_b_6b_ab-001': 'Natrolite (Na$_{2}$Al$_{2}$Si$_{3}$O$_{10}\\\\cdot$2H$_{2}$O, $S6_{10}$) Structure', 'A2B4C2D17E6_mC124_15_f_2f_f_e8f_3f-001': 'Eudidymite (BeHNaO$_{8}$Si$_{3}$) Structure', 'A2B4C3_oP18_58_g_2g_ag-001': 'Sr$_{3}$In$_{2}$P$_{4}$ Structure', 'A2B4C5_hP22_186_ab_4b_a4b-001': 'Ti$_{3}$Al$_{2}$N$_{2}$ Structure', 'A2B4C8D_oC30_65_h_2g_3gh_c-001': "``124 Superconductor'' (YBa$_{2}$Cu$_{4}$O$_{8}$) Structure", 'A2B4C9D2_mC68_9_2a_4a_9a_2a-001': 'Nacrite [Al$_{2}$Si$_{2}$O$_{5}$(OH)$_{4}$, $S5_{4}$] Structure', 'A2B4C9_oP30_55_h_fg_aghi-001': 'Ambient pressure Bi$_{2}$Fe$_{4}$O$_{9}$ Structure', 'A2B4C9_oP60_62_d_2cd_3c3d-001': 'High pressure Bi$_{2}$Fe$_{4}$O$_{9}$ Structure', 'A2B4CD4_hP66_181_k_2k_f_2k-001': 'Co[Au(CN)$_{2}$]$_{2}$ Structure', 'A2B4CD_tI16_82_ac_g_b_d-001': 'Kesterite [Cu$_{2}$(Zn,Fe)SnS$_{4}$] Structure', 'A2B4C_aP28_2_4i_8i_2i-001': 'Li$_{2}$WO$_{4}$ (V) Structure', 'A2B4C_cP56_198_ab_2a2b_2a-001': 'Cubic Cu$_{2}$OSeO$_{3}$ Structure', 'A2B4C_hP14_164_abd_di_d-001': 'Trigonal $\\\\alpha$-Ca$_{2}$SiO$_{4}$ Structure', 'A2B4C_hR42_148_2f_4f_f-001': 'Phenakite (Be$_{2}$SiO$_{4}$, $S1_{3}$) Structure', 'A2B4C_hR7_166_c_2c_a-001': 'YbFe$_{2}$O$_{4}$ Structure', 'A2B4C_mC28_15_f_2f_e-003': 'Li$_{2}$WO$_{4}$ (IV) Structure', 'A2B4C_mC28_15_f_2f_e-004': 'Sulfuric Acid (H$_{2}$SO$_{4}$) Structure', 'A2B4C_mP28_14_2e_4e_e-001': 'Larnite ($\\\\beta$-Ca$_{2}$SiO$_{4}$) Structure', 'A2B4C_mP28_14_abe_4e_e-001': 'Monoclinic Cu$_{2}$OSeO$_{3}$ Structure', 'A2B4C_oC28_40_c_abc_b-001': 'Al$_{2}$PbO$_{4}$ Structure', 'A2B4C_oC28_66_l_kl_a-001': 'SrAl$_{2}$Se$_{4}$ Structure', 'A2B4C_oF56_70_e_h_a-001': 'Thenardite [Na$_{2}$SO$_{4}$ (V), $H1_{7}$] Structure', 'A2B4C_oP28_19_2a_4a_a-001': 'Selenic Acid (H$_{2}$SeO$_{3}$) Structure', 'A2B4C_oP28_61_c_2c_a-001': 'Ca$_{2}$RuO$_{4}$ Structure', 'A2B4C_oP28_62_2c_2cd_c-001': 'Arcanite (K$_{2}$SO$_{4}$, $H1_{6}$) Structure', 'A2B4C_oP28_62_ac_2cd_c-001': 'Forsterite (Mg$_{2}$SiO$_{4}$, $S1_{2}$) Structure', 'A2B4C_oP84_33_6a_12a_3a-001': "$\\\\alpha_{L}'$-Ca$_{2}$SiO$_{4}$ Structure", 'A2B4C_tI112_141_fg_2hi_h-001': 'Li$_{2}$WO$_{4}$ (II) Structure', 'A2B5C12D4_mC92_15_f_e2f_6f_2f-001': 'Ni$_{5}$(TeO$_{3}$)$_{4}$Cl$_{2}$ Structure', 'A2B5C22D2E8_oP156_62_d_c2d_2c10d_2c_4d-001': 'Anthophyllite (Mg$_{5}$Fe$_{2}$Si$_{8}$O$_{22}$(OH)$_{2}$, $S4_{4}$) Structure', 'A2B5C2D3_tI24_139_e_ag_e_be-001': 'Sr$_{3}$Sc$_{2}$O$_{5}$Cl$_{2}$ Structure', 'A2B5C2_mC18_12_i_a2i_i-001': 'K$_{2}$Ti$_{2}$O$_{5}$ Structure', 'A2B5C2_mP18_11_2e_e2f_2e-001': 'K$_{2}$S$_{2}$O$_{5}$ ($K0_{1}$) Structure', 'A2B5C2_oC36_37_d_c2d_d-001': 'Li$_{2}$Si$_{2}$O$_{5}$ Structure', 'A2B5C3D_oC44_63_ac_ch_cf_c-001': 'Pinalite (Pb$_{3}$WO$_{5}$Cl$_{2}$) Structure', 'A2B5C4_mP22_14_e_a2e_2e-001': 'Sb$_{4}$O$_{5}$Cl$_{2}$ Structure', 'A2B5CD2_oI40_44_2c_abcde_d_e-001': 'Hemimorphite (Zn$_{4}$Si$_{2}$O$_{7}$(OH)$_{2} \\\\cdot$H$_{2}$O, $S2_{2}$) Structure', 'A2B5C_aP32_2_4i_10i_2i-001': 'Kyanite (Al$_{2}$SiO$_{5}$, $S0_{1}$) Structure', 'A2B5C_mC32_12_ei_3ij_i-001': 'Dolerophanite [Cu$_{2}$O(SO$_{4}$)] Structure', 'A2B5C_mP32_14_2e_5e_ab-001': 'Ca$_{2}$UO$_{5}$ Structure', 'A2B5C_mP32_14_2e_5e_e-001': 'Gd$_{2}$SiO$_{5}$ (RE$_{2}$SiO$_{5}$ X1) Structure', 'A2B5C_oC32_63_f_c2f_c-001': 'Pseudobrookite (Fe$_{2}$TiO$_{5}$, $E4_{1}$) Structure', 'A2B5C_oC64_39_2cd_ac4d_d-001': 'Smirnite (Bi$_{2}$TeO$_{5}$) Structure', 'A2B5C_oP32_58_eg_3gh_g-001': 'Andalusite (Al$_{2}$SiO$_{5}$, $S0_{2}$) Structure', 'A2B5C_oP32_62_ac_3cd_c-001': 'Sillimanite (Al$_{2}$SiO$_{5}$, $S0_{3}$) Structure', 'A2B5_cF392_216_4efg_4ef4h-001': 'Pt$_{3}$Zn$_{10}$ Structure', 'A2B5_mC28_15_f_e2f-001': 'B$_{2}$Pd$_{5}$ Structure', 'A2B5_mC28_15_f_e2f-003': '$\\\\zeta$-Nb$_{2}$O$_{5}$ (B-Nb$_{2}$O$_{5}$) Structure', 'A2B5_mC28_9_2a_5a-001': 'In$_{2}$Te$_{5}$ (I) Structure', 'A2B5_mC84_15_3f_e7f-001': 'In$_{2}$Te$_{5}$ (II) Structure', 'A2B5_oC28_63_2c_5c-001': 'Nd$_{2}$Te$_{5}$ Structure', 'A2B5_oI28_72_j_afj-001': 'Ga$_{2}$Mg$_{5}$ ($D8_{g}$) Structure', 'A2B5_tI14_87_d_ah-001': 'Ga$_{2}$Te$_{5}$ Structure', 'A2B6C2D_oI44_74_i_hj_h_e-001': 'Zn(NH$_{3}$)$_{2}$Cl$_{2}$ ($E1_{2}$) Structure', 'A2B6C3_oP44_62_2c_2c2d_3c-001': 'K$_{2}$S$_{3}$O$_{6}$ ($K5_{1}$) Structure', 'A2B6C6D_cP60_205_c_d_d_a-001': 'Zn(BrO$_{3}$)$_{2}$ $\\\\cdot$ 6H$_{2}$O ($J1_{10}$) Structure', 'A2B6C7_cI90_204_e_dg_ac2f-001': '$\\\\beta$-SrIrO$_{3}$ Perovskite Structure', 'A2B6CD6_cP60_205_c_d_a_d-001': '$H6_{4}$ [Ni(NO$_{3}$)$_{2}$(NH$_{3}$)$_{6}$] Structure ({\\\\em Obsolete})', 'A2B6CD7_tP64_77_2d_6d_d_ab6d-001': 'Pinnoite (MgB$_{2}$O[OH]$_{6}$) Structure', 'A2B6CD8_oP34_31_2a_2a2b_a_4a2b-001': 'Mg(ClO$_{4}$)$_{2}\\\\cdot$6H$_{2}$O ($H4_{11}$) Structure', 'A2B6CD_hR10_146_2a_2b_a_a-001': 'Li$_{2}$ZrTeO$_{6}$ Structure', 'A2B6C_cP36_205_c_d_a-001': 'Pb(NO$_{3}$)$_{2}$ ($G2_{1}$) Structure', 'A2B6C_hP9_162_c_k_b-001': '$I1_{3}$ [SrCl$_{2}\\\\cdot$(H$_{2}$O)$_{6}$] ({\\\\em Obsolete}) Structure', 'A2B6C_mC36_15_f_3f_e-001': 'Foordite (SnNb$_{2}$O$_{6}$) Structure', 'A2B7C10D20E4_hP86_147_ae_c2g_d3g_2d6g_dg-001': 'Trigonal Averievite [(CsCl)Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'A2B7C10D2_hP21_143_2a_2abcd_2b2c2d_bc-001': 'Averievite [Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}\\\\cdot$CuCl$_{2}$] Structure', 'A2B7C24D8_oP82_58_g_ae2f_2g5h_2h-001': 'Protoanthophyllite (H$_{2}$Mg$_{7}$Si$_{8}$O$_{24}$) Structure', 'A2B7C2D_oF48_69_g_agl_g_b-001': 'SrLa$_{2}$Sc$_{2}$O$_{7}$ Structure', 'A2B7C2_aP44_2_4i_14i_4i-001': '$\\\\alpha$-Ho$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_mP22_14_e_a3e_e-001': 'Er$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_mP44_14_2e_7e_2e-001': '$\\\\alpha$-Ca$_{2}$P$_{2}$O$_{7}$ Structure', 'A2B7C2_oC88_40_abc_2b6c_a3b-001': 'Rb$_{2}$Mo$_{2}$O$_{7}$ Structure', 'A2B7C2_oF88_22_k_acefghij_k-001': 'Predicted Phase IV Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_oF88_43_b_a3b_b-001': 'Blossite ($\\\\alpha$-Cu$_{2}$V$_{2}$O$_{7}$) Structure', 'A2B7C2_oP44_19_2a_7a_2a-001': 'Nd$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_oP44_33_2a_7a_2a-001': 'Possible $\\\\delta$-Gd$_{2}$Si$_{2}$O$_{7}$ Structure', 'A2B7C2_tI44_119_i_acefgh_i-001': 'Phase II Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_tI44_98_f_acde_f-001': 'Phase III Cd$_{2}$Re$_{2}$O$_{7}$ Structure', 'A2B7C2_tP88_76_4a_14a_4a-001': '$\\\\beta$-Ca$_{2}$P$_{2}$O$_{7}$ Structure', 'A2B7C2_tP88_78_4a_14a_4a-001': 'Sr$_{2}$As$_{2}$O$_{7}$ Structure', 'A2B7CD2_tP48_136_j_2efhj_g_j-001': 'SrTb$_{2}$Fe$_{2}$O$_{7}$ Structure', 'A2B7_cI54_229_e_afh-001': 'Sb$_{2}$Tl$_{7}$ ($L2_{2}$) Structure', 'A2B7_hP36_194_2f_aefhk-001': 'Ce$_{2}$Ni$_{7}$ Structure', 'A2B7_oC36_65_gj_achipq-001': 'Li$_{7}$Ge$_{2}$ Structure', 'A2B8C11_tI84_139_h_deim_eh2n-001': 'Sc$_{11}$Al$_{2}$Ge$_{8}$ Structure', 'A2B8C2D_tP26_100_c_abcd_c_a-001': 'Fresnoite (Ba$_{2}$TiSi$_{2}$O$_{8}$) Structure', 'A2B8CD2_oC26_65_h_r_a_i-001': 'Mg(NH$_{3}$)$_{2}$Cl$_{2}$ ($E1_{3}$) Structure', 'A2B8CD_oP24_48_h_2m_a_b-001': '$\\\\alpha$-RbPr[MoO$_{4}$]$_{2}$ Structure', 'A2B8CD_tI24_97_d_k_a_b-001': 'NaGdCu$_{2}$F$_{8}$ Structure', 'A2B8C_oP22_34_c_4c_a-001': 'TiAl$_{2}$Br$_{8}$ Structure', 'A2B9C3_hP14_150_d_eg_ad-001': 'Cs$_{3}$As$_{2}$Cl$_{9}$ ($K7_{3}$) Structure', 'A2BC10D2E4_mC76_15_f_e_5f_f_2f-001': 'Muscovite (KH$_{2}$Al$_{3}$Si$_{3}$O$_{12}$, $S5_{1}$) Structure', 'A2BC10_oI104_24_2d_2a_10d-001': 'K$_{2}$PdSe$_{10}$ Structure', 'A2BC2D2_tI14_139_e_a_c_e-001': 'Sr$_{2}$CuO$_{2}$Cl$_{2}$ Structure', 'A2BC2D4_hP18_194_f_a_cd_ef-001': 'OP4-LiNaCo$_{2}$O$_{4}$ Structure', 'A2BC2D6_mC44_9_2a_a_2a_6a-001': 'CuInP$_{2}$S$_{6}$ Structure', 'A2BC2D6_mP22_14_e_a_e_3e-001': 'Juangodoyite [Na$_{2}$Cu(CO$_{3}$)$_{2}$] Structure', 'A2BC2D7_oC48_63_g_c_g_c2eg-001': 'LaCa$_{2}$Mn$_{2}$O$_{7}$ Structure', 'A2BC2D8E2_tI30_139_e_a_e_2eg_e-001': 'Bi$_{2}$Sr$_{2}$CaCu$_{2}$O$_{8}$ (BSCCO) Structure', 'A2BC2D8_hR13_148_c_a_c_cf-001': 'BaNi$_{2}$As$_{2}$O$_{8}$ Structure', 'A2BC2D9E2_oP64_19_2a_a_2a_9a_2a-001': 'K[Al$_{2}$(PO$_{4}$)$_{2}$F(H$_{2}$O)] Structure', 'A2BC2DE6_tP12_123_h_c_g_b_gi-001': 'HgBa$_{2}$CaCu$_{2}$O$_{6}$ (Hg-1212) Structure', 'A2BC2DE7_tP13_123_g_b_h_c_ahi-001': 'HgBa$_{2}$CaCu$_{2}$O$_{6+\\\\delta}$ Structure', 'A2BC2D_oC24_67_m_a_n_g-001': 'NH$_{4}$H$_{2}$PO$_{2}$ ($F5_{7}$) Structure', 'A2BC2_hP5_164_d_a_d-001': 'Brucite [Mg(OH)$_{2}$] Structure', 'A2BC2_hP5_187_ac_b_i-001': 'Ti$_{2}$InB$_{2}$ Structure', 'A2BC2_hR5_166_c_a_c-002': 'Tetradymite (Bi$_{2}$Te$_{2}$S, $C33$) Structure', 'A2BC2_mP20_11_4e_2e_4e-001': 'Squaric Acid (H$_{2}$C$_{4}$O$_{4}$) Structure', 'A2BC2_oC20_36_b_a_b-001': 'Si$_{2}$N$_{2}$O Structure', 'A2BC2_oF40_22_ej_ac_fi-001': 'CeRu$_{2}$B$_{2}$ Structure', 'A2BC2_oI20_45_c_a_c-001': 'MnGa$_{2}$Sb$_{2}$ Structure', 'A2BC2_oP10_34_c_a_c-001': 'MnF$_{1-x}$(OH)$_{x}$ Structure', 'A2BC2_oP20_62_2c_c_2c-001': 'TaNi$_{2}$Te$_{2}$ Structure', 'A2BC2_oP20_62_2c_c_2c-002': 'NaCu$_{2}$O$_{2}$ Structure', 'A2BC2_oP40_62_2d_2c_2cd-001': 'TaCo$_{2}$Te$_{2}$ Structure', 'A2BC2_tI20_79_c_2a_c-001': 'TlZn$_{2}$Sb$_{2}$ Structure', 'A2BC2_tI40_122_e_d_e-001': 'Mercury Cyanide [Hg(CN)$_{2}$, $F1_{1}$] Structure', 'A2BC2_tP10_127_g_a_h-002': 'Mo$_{2}$FeB$_{2}$ Structure', 'A2BC2_tP10_129_ac_c_bc-001': 'CaBe$_{2}$Ge$_{2}$ Structure', 'A2BC2_tP20_105_f_bc_2d-001': 'BaGe$_{2}$As$_{2}$ Structure', 'A2BC3_cP24_213_c_a_d-001': 'Al$_{2}$Mo$_{3}$C Structure', 'A2BC3_hP12_194_f_a_h-001': 'Ba$_{x}$Pt$_{3}$B$_{2}$ Structure', 'A2BC3_hP24_190_bh_f_i-001': 'Er$_{2}$RhSi$_{3}$ Structure', 'A2BC3_mC24_12_acg_h_ij-002': 'Li$_{2}$MnO$_{3}$ Structure', 'A2BC3_oC24_63_e_c_cg-001': 'Rasvumite (KFe$_{2}$S$_{3}$) Structure', 'A2BC4D2_mC36_15_f_e_2f_f-001': 'Rb$_{2}$C$_{2}$O$_{4}\\\\cdot$H$_{2}$O Structure', 'A2BC4D2_oP18_53_h_a_i_e-001': 'Eriochalcite (CuCl$_{2}\\\\cdot$2H$_{2}$O, $C45$) Structure', 'A2BC4D4_aP22_2_2i_i_4i_4i-001': 'Li$_{4}$Ba(BN$_{2}$)$_{2}$ Structure', 'A2BC4D_hP24_154_c_a_2c_b-001': 'RbAg$_{2}$SbS$_{4}$ Structure', 'A2BC4D_oF64_43_b_a_2b_a-001': 'Archerite (KH$_{2}$PO$_{4}$) Structure', 'A2BC4D_tI16_121_d_a_i_b-001': 'Stannite (Cu$_{2}$FeS$_{4}$Sn, $H2_{6}$) Structure', 'A2BC4D_tP16_127_g_c_j_b-001': 'Pd(NH$_{3}$)$_{4}$Cl$_{2}\\\\cdot$H$_{2}$O ($H4_{9}$) Structure', 'A2BC4_cF56_227_c_b_e-001': 'Spinel (Al$_{2}$MgO$_{4}$, $H1_{1}$) Structure', 'A2BC4_cP84_205_d_ac_2d-001': 'CaB$_{2}$O$_{4}$ (IV) Structure', 'A2BC4_hR42_161_2b_b_4b-001': '$\\\\alpha$-BaB$_{2}$O$_{4}$ (Low Temperature) Structure', 'A2BC4_hR42_167_f_ac_2f-001': '$\\\\beta$-BaB$_{2}$O$_{4}$ (High Temperature) Structure', 'A2BC4_hR7_166_c_a_2c-002': 'MnBi$_{2}$Te$_{4}$ Structure', 'A2BC4_oP28_50_gh_ac_ghm-001': 'Orthorhombic La$_{2}$NiO$_{4}$ Structure', 'A2BC4_oP28_60_d_c_2d-001': '$E3_{2}$ (CaB$_{2}$O$_{4}$ I) Structure', 'A2BC4_oP28_62_2c_c_4c-001': 'Galenobismutite (PbBi$_{2}$S$_{4}$) Structure', 'A2BC4_oP56_56_2e_e_4e-001': 'Calciborite (CaB$_{2}$O$_{4}$ II) Structure', 'A2BC4_oP84_33_6a_3a_12a-001': 'CaB$_{2}$O$_{4}$ (III) Structure', 'A2BC4_tI112_141_gh_f_ghi-001': 'Bi$_{2}$CdO$_{4}$ Structure', 'A2BC4_tI14_82_bc_a_g-001': 'CdAl$_{2}$S$_{4}$ ($E3$) Structure', 'A2BC4_tI28_140_h_a_k-001': 'V$_{4}$SiSb$_{2}$ Structure', 'A2BC4_tI28_141_c_b_h-001': 'CuCr$_{2}$O$_{4}$ Structure', 'A2BC4_tP28_126_cd_e_k-001': 'BiAl$_{2}$S$_{4}$ Structure', 'A2BC4_tP28_130_f_c_g-001': 'CuBi$_{2}$O$_{4}$ Structure', 'A2BC4_tP28_138_i_c_aei-001': 'Tetragonal La$_{2}$NiO$_{4}$ Structure', 'A2BC4_tP7_111_e_b_n-001': '$E3_{1}$ ($\\\\beta$-Ag$_{2}$HgI$_{4}$) Structure', 'A2BC5DE_oP40_33_2a_a_5a_a_a-001': 'LiZnPO$_{4}\\\\cdot$H$_{2}$O Structure', 'A2BC5_oC32_36_b_a_a2b-001': 'Bi$_{2}$GeO$_{5}$ Structure', 'A2BC6D_cF40_225_c_a_e_b-001': 'Double Perovskite (Ba$_{2}$MnWO$_{6}$) Structure', 'A2BC6_hP18_182_f_b_gh-001': 'BaAl$_{2}$O$_{4}$ ($H2_{8}$) Structure', 'A2BC6_hP9_164_d_a_i-001': 'K$_{2}$Pt(SCN)$_{6}$ ($H6_{3}$) Structure', 'A2BC6_hP9_189_c_b_fg-002': 'Zr$_{6}$CoAs$_{2}$', 'A2BC6_mP144_14_8e_4e_24e-001': 'High temperature Bi$_{2}$MoO$_{6}$ Structure', 'A2BC6_oP36_29_2a_a_6a-001': 'Koechlinite (Room temperature Bi$_{2}$MoO$_{6}$) Structure', 'A2BC7D2_tP24_113_e_a_cef_e-001': 'Akermanite (Ca$_{2}$MgSi$_{2}$O$_{7}$, $S5_{3}$) Structure', 'A2BC8D2_oP52_62_d_c_2c3d_d-001': 'Danburite (CaB$_{2}$Si$_{2}$O$_{8}$, $S6_{3}$) Structure', 'A2BC8_tI176_110_2b_b_8b-001': 'Be[BH$_{4}$]$_{2}$ Structure', 'A2BCD12E3_mC76_15_f_e_a_6f_ef-001': 'Alluaudite [NaMnFe$_{2}$(PO$_{4}$)$_{3}$] Structure', 'A2BCD2_hP18_180_f_c_b_i-001': 'Hg$_{2}$O$_{2}$NaI Structure', 'A2BCD2_tI12_139_e_a_b_d-001': 'LuNi$_{2}$B$_{2}$C Structure', 'A2BCD2_tP6_123_h_a_b_e-001': 'BaTi$_{2}$As$_{2}$O Structure', 'A2BCD3E6_cF208_203_e_c_d_f_g-001': 'Pyrochlore (Na$_{3}$Co(CO$_{3}$)$_{2}$Cl) Structure', 'A2BCD3E6_cF208_227_e_c_d_f_g-001': '$G7_{3}$ [Na$_{3}$MgCl(CO$_{3}$)$_{2}$] Structure ({\\\\em Obsolete})', 'A2BCD3_tP14_129_2c_c_c_cf-001': 'Ba$_{2}$InO$_{3}$F Structure', 'A2BCD4_tP8_123_h_b_a_eg-001': 'HgBa$_{2}$CuO$_{4}$ (Hg-1201) Structure', 'A2BCD6_hR10_148_c_a_b_f-001': 'Dolomite [MgCa(CO$_{3}$)$_{2}$, $G1_{1}$ Structure', 'A2BC_hP8_194_e_a_c-001': 'SnTaS$_{2}$ Structure', 'A2BC_hR12_166_g_d_ac-001': 'ThB$_{2}$C Structure', 'A2BC_mC32_15_2f_f_f-001': 'Phase II LiNH$_{2}$ Structure', 'A2BC_mP8_11_2e_e_e-001': 'EuFeAs$_{2}$ Structure', 'A2BC_oC16_63_f_c_c-002': 'MgCuAl$_{2}$ ($E1_{a}$) Structure', 'A2BC_oC16_67_ag_b_g-001': 'Al$_{2}$CuIr Structure', 'A2BC_oC8_38_d_b_a-001': 'C$_{2}$CeNi Structure', 'A2BC_oI32_45_2c_c_c-001': '$\\\\beta$-LiNH$_{2}$ ($Iba2$) Structure', 'A2BC_oP16_53_eh_ab_g-001': 'NH$_{4}$HF$_{2}$ ($F5_{8}$) Structure', 'A2BC_oP16_62_2c_c_c-003': 'UMoC$_{2}$ Structure', 'A2BC_oP16_62_2c_c_c-004': 'SrZnO$_{2}$', 'A2BC_oP32_56_2e_e_e-001': '$\\\\beta$-LiNH$_{2}$ ($Pccn$) Structure', 'A2BC_oP8_51_i_a_f-001': '$\\\\alpha$-UB$_{2}$C Structure', 'A2BC_tI16_140_h_d_a-001': 'KHF$_{2}$ ($F5_{2}$) Structure', 'A2BC_tI32_82_2g_ace_g-001': '$\\\\alpha$-LiNH$_{2}$ Structure', 'A2BC_tI8_119_ac_b_d-001': 'Mn$_{2}$RhSn Tetragonal Heusler Structure', 'A2BC_tP16_76_2a_a_a-001': 'LaRhC$_{2}$ Structure', 'A2BC_tP32_86_2g_g_g-001': 'PNCl$_{2}$ ($E1_{4}$) Structure', 'A2BC_tP8_129_2c_a_c-002': 'UCoC$_{2}$ Structure', 'A2B_aP6_2_2i_i-001': 'P$_{2}$I$_{4}$ Structure', 'A2B_aP6_2_aei_i-001': 'H$_{2}$S (90 GPa) Structure', 'A2B_cF192_216_2e2h_ab2eg-001': 'Low Temperature TmNi$_{2}$ Structure', 'A2B_cF24_227_c_a-001': 'Ideal $\\\\beta$-Cristobalite (SiO$_{2}$, $C9$) Structure', 'A2B_cF24_227_c_b-001': 'Cu$_{2}$Mg Cubic Laves ($C15$) Structure', 'A2B_cF96_227_abf_cd-001': '$D6_{2}$ (Sb$_{2}$O$_{4}$, {\\\\em Obsolete}) Structure', 'A2B_cI72_211_hi_i-001': 'Hypothetical Cubic SiO$_{2}$ Structure', 'A2B_cP12_212_c_a-001': 'SrSi$_{2}$ Structure', 'A2B_cP24_215_ei_ace-001': 'Intermediate Temperature TmNi$_{2}$ Structure', 'A2B_cP6_224_b_a-001': 'Cuprite (Cu$_{2}$O, $C3$) Structure', 'A2B_cP72_205_2d_d-001': 'Hexacyanobenzene (C$_{2}$N) Structure', 'A2B_hP12_194_cg_f-001': '$\\\\beta$-Tridymite (SiO$_{2}$, $C10$) Structure', 'A2B_hP18_180_fj_ac-001': 'Mg$_{2}$Ni ($C_{a}$) Structure', 'A2B_hP18_190_gh_bf-001': 'Li$_{2}$Sb Structure', 'A2B_hP36_177_j2lm_n-001': 'Hypothetical Hexagonal SiO$_{2}$ Structure', 'A2B_hP6_164_2d_d-001': '$\\\\beta$-CuI (Keen-Hull) Structure', 'A2B_hP6_187_gi_ad-001': '$\\\\beta$-CuI (B\\\\"{u}hrer-H\\\\"{a}lg) Structure', 'A2B_hP6_191_h_e-001': 'Cu$_{2}$Te ($C_{h}$) Structure', 'A2B_hP6_194_f_c-003': 'ReB$_{2}$ Structure', 'A2B_hP9_147_g_ad-001': '$\\\\gamma$-AgZn ($B_{b}$) Structure', 'A2B_hP9_147_g_ad-002': 'PtBi$_{2}$ Structure', 'A2B_hP9_150_ef_ad-001': 'Original Fe$_{2}$P ($C22$) Structure', 'A2B_hP9_152_c_a-001': '$\\\\alpha$-Quartz (low Quartz) Structure', 'A2B_hP9_180_i_d-001': '$\\\\beta$-SiO$_{2}$ ($C8$) Structure', 'A2B_hP9_181_i_d-001': '$\\\\beta$-SiO$_{2}$ ($C8$) Structure', 'A2B_hP9_189_fg_ad-001': 'Barringerite (Revised Fe$_{2}$P, $C22$) Crystal Structure', 'A2B_hR18_148_2f_f-001': '$\\\\beta$-PdCl$_{2}$ Structure', 'A2B_mC12_12_2i_i-004': 'CaC$_{2}$-III Structure', 'A2B_mC12_12_2i_i-006': '$\\\\alpha$-Bi$_{2}$Pd Structure', 'A2B_mC12_12_2i_i-007': 'OsGe$_{2}$ Structure', 'A2B_mC12_15_f_a-001': 'PdP$_{2}$ Structure', 'A2B_mC12_15_f_a-002': 'PdBr$_{2}$ Structure', 'A2B_mC12_15_f_e-001': 'ThC$_{2}$ (C$_{g}$) Structure', 'A2B_mC12_5_2c_c-001': 'NbAs$_{2}$ Structure', 'A2B_mC144_15_12f_6f-001': 'Low Temperature Cu$_{2}$Se Structure', 'A2B_mC144_9_24a_12a-001': 'Monoclinic ($Cc$) Low Tridymite (SiO$_{2}$) Structure', 'A2B_mC24_12_4i_2i-004': 'Nb$_{2}$Se Structure', 'A2B_mC24_15_2f_ae-001': 'Clinocervantite ($\\\\beta$-Sb$_{2}$O$_{4}$) Structure', 'A2B_mC48_15_4f_2f-001': '$\\\\alpha$-SnF$_{2}$ Structure', 'A2B_mC48_15_ae3f_2f-001': 'Coesite (SiO$_{2}$) Structure', 'A2B_mC6_12_i_a-001': 'Tolbachite (CuCl$_{2}$) Structure', 'A2B_mP12_13_2g_ef-001': 'H$_{2}$S (15 GPa) Structure', 'A2B_mP12_14_2e_e-001': 'Baddeleyite (ZrO$_{2}$, $C43$) Structure', 'A2B_mP12_14_2e_e-011': 'Acanthite (Ag$_{2}$S) Structure', 'A2B_mP12_14_2e_e-012': 'NdAs$_{2}$ Structure', 'A2B_mP12_3_ab3e_2e-001': 'Predicted SiO$_{2}$ ($P2$) Structure', 'A2B_mP12_7_4a_2a-001': 'H$_{2}$S IV Structure', 'A2B_mP18_7_6a_3a-001': 'BaAs$_{2}$ Structure', 'A2B_mP24_14_4e_2e-001': 'Monoclinic (black) ZnP$_{2}$ Structure', 'A2B_mP6_10_mn_bc-001': '$\\\\delta$-Pd$_{2}$Cl Structure', 'A2B_mP6_14_e_a-001': '$\\\\gamma$-PdCl$_{2}$ Structure', 'A2B_oC12_36_2a_a-001': 'HgBr$_{2}$ ($C24$) Structure', 'A2B_oC12_38_de_ab-001': 'Au$_{2}$V Structure', 'A2B_oC12_63_2c_c-001': 'ZrSi$_{2}$ ($C49$) Structure', 'A2B_oC12_65_acg_h-001': 'Ga$_{2}$Zr Structure', 'A2B_oC24_20_abc_c-001': 'Orthorhombic (High) Tridymite (SiO$_{2}$) Structure', 'A2B_oC24_63_acg_f-001': 'URe$_{2}$ Structure', 'A2B_oC24_64_2f_f-001': 'H$_{2}$S (170 GPa) Structure', 'A2B_oC24_64_ef_f-001': 'SmSb$_{2}$ Structure', 'A2B_oC48_20_ab3c_2c-001': 'Na$_{2}$Tl Structure', 'A2B_oF24_43_b_a-001': 'Cs$_{2}$Se Structure', 'A2B_oF24_70_e_a-001': 'TiSi$_{2}$ ($C54$) Nowotony Chimney-Ladder Structure', 'A2B_oI12_71_eh_f-001': 'UTe$_{2}$ Structure', 'A2B_oI12_72_j_a-001': 'SiS$_{2}$ ($C42$) Structure', 'A2B_oI12_74_h_e-001': 'KHg$_{2}$ Structure', 'A2B_oP12_17_abe_e-001': '$\\\\alpha$-Naumannite (Ag$_{2}$Se) Structure', 'A2B_oP12_18_2c_c-001': '$\\\\gamma$-TeO$_{2}$ Structure ({\\\\em Erroneous})', 'A2B_oP12_19_2a_a-001': 'Nauminnite (Ag$_{2}$Se II) Structure', 'A2B_oP12_19_2a_a-002': '$\\\\beta$-SnF$_{2}$ Structure', 'A2B_oP12_26_abc_ab-001': 'H$_{2}$S 70 GPa Structure', 'A2B_oP12_26_abc_ab-002': '$\\\\beta$-SeO$_{2}$ Structure', 'A2B_oP12_29_2a_a-001': 'ZrO$_{2}$ Structure', 'A2B_oP12_31_4a_2a-001': 'WTe$_{2}$ Structure', 'A2B_oP12_60_d_c-001': '$\\\\zeta$-Fe$_{2}$N Structure', 'A2B_oP12_60_d_c-003': '$\\\\alpha$-PbO$_{2}$ Structure', 'A2B_oP12_62_2c_c-001': 'Co$_{2}$Si ($C37$) Structure', 'A2B_oP12_62_2c_c-002': 'HgCl$_{2}$ ($C25$) Structure', 'A2B_oP12_62_2c_c-003': 'Cotunnite (PbCl$_{2}$, $C23$) Structure', 'A2B_oP12_62_2c_c-004': 'SrH$_{2}$ ($C29$) Structure', 'A2B_oP12_62_2c_c-010': '$C53$ (SrBr$_{2}$) Structure ({\\\\em Obsolete})', 'A2B_oP24_26_2a2b2c_2a2b-001': '$\\\\gamma$-SeO$_{2}$ Structure', 'A2B_oP24_33_4a_2a-001': 'Cervantite ($\\\\alpha$-Sb$_{2}$O$_{4}$) Structure', 'A2B_oP24_52_2e_cd-001': 'High-Pressure GaCl$_{2}$ Structure', 'A2B_oP24_55_2g2h_gh-001': 'GeAs$_{2}$ Structure', 'A2B_oP24_61_2c_c-001': 'Brookite (TiO$_{2}$, $C21$) Structure', 'A2B_oP24_61_2c_c-002': 'Tellurite ($\\\\beta$-TeO$_{2}$, $C52$) Structure', 'A2B_oP24_61_2c_c-003': 'Pararammelsbergite ($\\\\alpha$-NiAs$_{2}$) Structure', 'A2B_oP24_62_4c_2c-001': 'Cs$_{2}$Sb Structure', 'A2B_oP6_58_g_a-001': '$\\\\alpha$-PdCl$_{2}$ ($C50$) Structure', 'A2B_oP6_59_e_a-001': 'RuB$_{2}$ Structure', 'A2B_oP72_19_12a_6a-001': 'Orthorhombic Tridymite (SiO$_{2}$) Structure', 'A2B_tI12_140_h_a-001': 'Khatyrkite (Al$_{2}$Cu, $C16$) Structure', 'A2B_tI12_141_e_a-001': 'Anatase (TiO$_{2}$, $C5$) Structure', 'A2B_tI12_141_e_a-002': '$\\\\alpha$-ThSi$_{2}$ ($C_{c}$) Structure', 'A2B_tI12_98_f_a-001': 'CdAs$_{2}$ Structure', 'A2B_tI24_107_2abc_2ab-001': 'Low Temperature UP$_{2}$ Structure', 'A2B_tI24_141_2e_e-001': 'Ga$_{2}$Hf Structure', 'A2B_tI24_87_2h_h-001': 'High Temperature Metastable VO$_{2}$ Structure', 'A2B_tI6_139_d_a-001': "ThH$_{2}$ ($L'2_{b}$) Structure", 'A2B_tI6_139_e_a-001': 'CaC$_{2}$-I ($C11_{a}$) Structure', 'A2B_tP12_111_2n_bce-001': 'MnF$_{2}$ Structure', 'A2B_tP12_92_b_a-001': '$\\\\alpha$-Cristobalite (SiO$_{2}$, low, $C30$) Structure', 'A2B_tP12_92_b_a-002': 'Paratellurite ($\\\\alpha$TeO$_{2}$) Structure', 'A2B_tP24_135_gh_h-001': 'Downeyite ($\\\\alpha$-SeO$_{2}$, $C47$) Structure', 'A2B_tP24_92_2b_b-001': 'Tetragonal (red) ZnP$_{2}$ Structure', 'A2B_tP30_85_ab2g_cg-001': '$\\\\alpha$-SrBr$_{2}$ Structure', 'A2B_tP36_96_3b_ab-001': 'Keatite (SiO$_{2}$) Structure', 'A2B_tP48_130_2g_g-001': 'Room Temperature Metastable VO$_{2}$ Structure', 'A2B_tP48_77_8d_4d-001': 'H$_{2}$S III Structure', 'A2B_tP6_129_ac_c-001': 'Cu$_{2}$Sb ($C38$) Structure', 'A2B_tP6_129_ac_c-002': 'High-Temperature UP$_{2}$ Structure', 'A2B_tP6_136_f_a-001': 'Rutile (TiO$_{2}$, $C4$) Structure', 'A2B_tP6_137_d_a-001': 'ZrO$_{2}$ (High-temperature) Structure', 'A30B23_hR53_148_5f_a2c3f-001': 'Mg$_{23}$Al$_{30}$ Structure', 'A30B30C8D8E_mP308_14_30e_30e_8e_8e_e-001': '[Zn$_{2}$(Benzoato)$_{4}$(Caffeine)$_{2}$]$\\\\cdot$2 -- Caffeine (C$_{30}$H$_{30}$N$_{8}$O$_{8}$Zn) Structure', 'A31B20_tI204_140_b2gh3m_ac2fh3l-001': 'Pu$_{31}$Rh$_{20}$ Structure', 'A31B9_tP40_83_ae3j4k_cjk-001': 'Au$_{31}$Mn$_{9}$ Structure', 'A36B11C12_hP118_185_4c4d_a2b2c_ab3c-001': 'Sr$_{8}$Os$_{6.3}$O$_{24}$ Structure', 'A3B10_cI52_229_e_fh-001': '$\\\\gamma$-brass (Fe$_{3}$Zn$_{10}$, $D8_{1}$) Structure', 'A3B11C3_cP68_201_be_efh_g-001': 'Bi$_{3}$Ru$_{3}$O$_{11}$ Structure', 'A3B11C4_hR36_167_d_cef_be-001': 'Cu$_{2}$Ta$_{4}$O$_{11}$ Structure', 'A3B11C6_tP40_100_ac_bc2d_cd-001': 'Ce$_{3}$Si$_{6}$N$_{11}$ Structure', 'A3B11C_tP15_123_ag_ch2i_b-001': 'Ce$_{3}$PdIn$_{11}$ Structure', 'A3B12C2D4_aP21_2_ai_6i_i_2i-001': 'Cu$_{3}$(P$_{2}$O$_{6}$OH)$_{2}$ Structure', 'A3B12C4_oP38_47_bcdefg_uvwxyz_A-001': 'Cu$_{2}$Ta$_{4}$O$_{12}$ Structure', 'A3B12CDE6_oP276_52_d4e_18e_ce_de_2d8e-001': 'Carnallite [Mg(H$_{2}$O)$_{6}$KCl$_{3}$] Structure', 'A3B12C_cF128_226_c_i_b-001': 'High-Temperature Y(BH$_{4}$)$_{3}$ Structure', 'A3B12C_cP128_205_d_4d_c-001': 'Room-Temperature Y(BH$_{4}$)$_{3}$ Structure', 'A3B12C_hP32_194_af_2k_c-001': 'Hexagonal $\\\\alpha$-Ca$_{2}$SiO$_{4}$ Structure', 'A3B13_oC32_38_ac_a2bcdef-001': 'Ta$_{3}$Ti$_{13}$ (BCC SQS-16) Structure', 'A3B14C2D3E_mP138_3_3c3d6e_42e_6e_3a3b6e_3a3b-001': 'Pb$_{3}$TeCo$_{3}$P$_{2}$O$_{14}$ Structure', 'A3B14C5_tP44_128_ac_ehi_bg-001': 'Chiolite (Na$_{5}$Al$_{3}$F$_{14}$, $K7_{5}$) Structure', 'A3B15C5D_oP96_62_cd_3c6d_3cd_c-001': 'RhCl$_{2}$(NH$_{3}$)$_{5}$Cl ($J1_{8}$) Structure', 'A3B15C5_tP46_127_bh_cg2ij_di-001': 'Tetragonal Potassium Bronze (K$_{3}$W$_{5}$O$_{15}$) Structure', 'A3B16C20D3_mC168_15_ef_8f_10f_ef-001': '(CdSO$_{4}$)$_{3}\\\\cdot$8H$_{2}$O ($H4_{20}$) Structure', 'A3B16C4_tI46_139_ad_2ejm_g2-001': 'Ba$_{3}$Ir$_{4}$Ge$_{16}$ Structure', 'A3B17C16_cP144_222_d_cei_fi-001': 'Nd$_{5}$Mo$_{3}$O$_{16}$ Structure', 'A3B24C_hR28_160_b_2b3c_a-001': 'SbI$_{3}$S$_{24}$ Structure', 'A3B2C10D3_aP36_2_be2i_2i_10i_3i-001': 'Co$_{3}$(SeO$_{3}$)$_{3}\\\\cdot$H$_{2}$O Structure', 'A3B2C11D5_cF168_216_f_e_ab2eh_eg-001': 'Ba$_{3}$In$_{2}$Zn$_{5}$O$_{11}$ Structure', 'A3B2C14D3_hR22_166_d_ab_c2h_e-001': 'Mn$_{2}$La$_{3}$Sb$_{3}$O$_{14}$ Structure', 'A3B2C2D4_tI22_139_ae_e_e_g-001': 'Ca$_{3}$Cu$_{2}$O$_{4}$Cl$_{2}$', 'A3B2C2_hR7_166_d_ab_c-001': 'Shandite (Ni$_{3}$Pb$_{2}$S$_{2}$) Structure', 'A3B2C2_oI56_74_fhi_2ei_j-001': 'Hg$_{3}$S$_{2}$I$_{2}$ Structure', 'A3B2C2_tI28_122_ad_c_d-001': 'Mn$_{1.4}$PtSn Structure', 'A3B2C5_mC40_15_ef_f_3ef-001': 'Lu$_{2}$Co$_{3}$Si$_{5}$ Structure', 'A3B2C5_oP40_62_3c_2c_5c-001': 'Ta$_{2}$Ni$_{3}$Te$_{5}$ Structure', 'A3B2C6_hP22_163_cf_e_i-001': 'Mn$_{3}$Si$_{2}$Te$_{6}$ Structure', 'A3B2C7_oF48_69_ag_g_bgl-001': 'Orthorhombic La$_{3}$Ni$_{2}$O$_{7}$ Structure', 'A3B2C8_hR13_166_ac_c_ch-002': 'Ba$_{3}$Cr$_{2}$O$_{8}$ Structure', 'A3B2C9D3E_hP36_194_g_f_hk_h_a-001': '$S3_{4}$(II) (Catapleiite, Na$_{2}$Zr(SiO$_{3}$)$_{3} \\\\cdot$H$_{2}$O) Structure ({\\\\em Obsolete})', 'A3B2C9DE_oP64_62_cd_2c_5c2d_c_c-001': 'Approximate Cu$_{3}$(TeO$_{4}$)(SO$_{4}$)$\\\\cdot$H$_{2}$O Structure', 'A3B2C9_oF56_69_ag_g_bfgl-001': 'Orthorhombic Bi$_{3}$NbTiO$_{9}$ $m = 2$ Aurivillius Structure', 'A3B2CD6_mC24_12_ag_h_c_ij-001': 'Ag$_{3}$LiIr$_{2}$O$_{6}$ Structure', 'A3B2C_hR6_166_ac_c_b-001': 'Ta$_{2}$VC$_{2}$ Structure', 'A3B2C_oC12_65_ah_g_c-001': 'Ag$_{3}$Te$_{2}$Tl Structure', 'A3B2_cF80_227_f_e-002': 'Senarmontite (D6$_{1}$, Sb$_{2}$O$_{3}$) Structure', 'A3B2_cI40_220_d_c-001': 'Pu$_{2}$C$_{3}$ ($D5_{c}$) Structure', 'A3B2_cP10_224_d_b-001': 'Mg$_{3}$P$_{2}$ ($D5_{5}$) Structure', 'A3B2_cP20_213_d_c-001': 'Mg$_{3}$Ru$_{2}$ Structure', 'A3B2_hP10_176_h_bc-001': 'Er$_{3}$Ru$_{2}$ Structure', 'A3B2_hP10_194_bf_ac-001': '$\\\\beta$-Be$_{3}$N$_{2}$ Structure', 'A3B2_hP20_176_2h_ah-001': 'Th$_{7}$S$_{12}$ (D8$_{k}$) Structure', 'A3B2_hP5_164_ad_d-001': 'Al$_{3}$Ni$_{2}$ ($D5_{13}$) Structure', 'A3B2_hR10_166_h_2c-001': 'Fe$_{3}$Sn$_{2}$ Structure', 'A3B2_hR5_155_e_c-001': 'Hazelwoodite (Ni$_{3}$S$_{2}$, $D5_{e}$) Structure', 'A3B2_mC20_12_3i_2i-001': 'Mo$_{2}$As$_{3}$ Structure', 'A3B2_mC20_12_3i_2i-002': 'Gd$_{2}$Cl$_{3}$ Structure', 'A3B2_mP20_14_3e_2e-001': 'Pb$_{2}$O$_{3}$ Structure', 'A3B2_oC80_36_4a4b_2a3b-001': 'Ni$_{3}$Si$_{2}$ Structure', 'A3B2_oF40_43_ab_b-001': 'Zr$_{2}$Al$_{3}$ Structure', 'A3B2_oF40_69_hm_fg-001': 'Rb$_{2}$P$_{3}$ Structure', 'A3B2_oF80_70_fh_2e-001': 'Sc$_{2}$S$_{3}$ Structure', 'A3B2_oP20_52_de_cd-001': 'Sr$_{2}$Bi$_{3}$ Structure', 'A3B2_oP20_56_ce_e-001': 'Valentinite (Sb$_{2}$O$_{3}$, $D5_{11}$) Structure', 'A3B2_oP20_62_3c_2c-001': 'Stibnite (Sb$_{2}$S$_{3}$, $D5_{8}$) Structure', 'A3B2_oP20_62_3c_2c-002': 'Pt$_{2}$Ge$_{3}$ Structure', 'A3B2_oP20_62_3c_2c-003': 'Ottemannite (Sn$_{2}$S$_{3}$) Structure', 'A3B2_oP40_60_3d_2cd-001': 'Ru$_{2}$Ge$_{3}$ Nowotny Chimney-Ladder Structure', 'A3B2_tI160_142_3g_abcef-001': 'Tetragonal Be$_{3}$P$_{2}$ Structure', 'A3B2_tP10_129_3c_2c-001': 'Ti$_{2}$Cu$_{3}$ Structure', 'A3B2_tP10_83_adj_k-001': 'Ti$_{2}$Ga$_{3}$ Structure', 'A3B3C2_hP16_187_jk_jk_ak-001': 'Cr-233 Quasi-One-Dimensional Superconductor (K$_{2}$Cr$_{3}$As$_{3}$) Structure', 'A3B3C8D2E2_oP72_58_gh_3g_4h_ef_h-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF-S) Structure', 'A3B3C_cI56_214_g_h_a-001': 'Ca$_{3}$PI$_{3}$ Structure', 'A3B3C_cP14_223_c_d_a-001': 'SrB$_{3}$C$_{3}$ Clathrate Structure', 'A3B3C_hP14_176_h_h_c-001': 'TlFe$_{3}$Te$_{3}$ Structure', 'A3B3C_mP28_14_3e_3e_e-001': 'Pyrostilpnite (Ag$_{3}$SbS$_{3}$) Structure', 'A3B40CD12_cP112_224_d_e3k_a_k-001': 'PW$_{12}$O$_{40}\\\\cdot$3H$_{3}$O Structure', 'A3B4C10_mP68_14_ab2e_4e_10e-001': 'Nd$_{4}$Co$_{3}$O$_{10}$ Structure', 'A3B4C13_cI320_214_gh_abgh_e4i-001': 'La$_{3}$Rh$_{4}$Sn$_{13}$ Structure', 'A3B4C2D12_aP21_2_ai_2i_i_6i-001': 'Na$_{2}$Cu$_{3}$Ge$_{4}$O$_{12}$ Structure', 'A3B4C2D12_oC84_63_ae_h_g_fg2h-001': 'K$_{2}$Cu$_{3}$Ge$_{4}$O$_{12}$ Structure', 'A3B4C36D4E_oI192_74_ef_hi_2h8j_hi_c-001': 'Low Temperature Body-Centered Orthorhombic CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3B4C3_cI40_220_a_c_b-001': 'Y$_{3}$Au$_{3}$Sb$_{4}$ Structure', 'A3B4C4D4E16F4G3_cP76_218_c_e_e_e_ei_e_d-001': 'Hauyne [(Na$_{0.5}$Ca$_{0.3}$K$_{0.2}$)$_{8}$(Al$_{6}$Si$_{6}$O$_{24}$)(SO$_{4}$)$_{1.5}$, $S6_{9}$] Structure', 'A3B4C8D2E2_tP76_136_fj_2i_2jk_de_j-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF-F) Structure', 'A3B4C_cP16_218_c_e_a-001': 'Ag$_{3}$(PO$_{4}$) ($H2_{1}$) Structure', 'A3B4C_cP8_215_c_e_b-001': 'Sulvanite (Cu$_{3}$S$_{4}$V, $H2_{4}$) Structure', 'A3B4C_oP16_31_ab_2ab_a-002': '$\\\\beta$-Li$_{3}$PO$_{4}$ Structure', 'A3B4C_oP32_57_c2d_4d_a-001': 'Ca$_{4}$Al$_{3}$Mg Structure', 'A3B4_cF56_227_ad_e-001': 'Spinel (Co$_{3}$O$_{4}$, $D7_{2}$) Structure', 'A3B4_cP7_221_d_ac-001': 'S$_{3}$U$_{4}$ Structure', 'A3B4_hP14_176_h_ch-002': 'Nb$_{3}$Te$_{4}$ Structure', 'A3B4_hP7_191_f_de-001': 'Zr$_{4}$Al$_{3}$ Structure', 'A3B4_hR7_160_3a_4a-001': 'Sn$_{4}$As$_{3}$ Structure', 'A3B4_hR7_166_ac_2c-001': 'In$_{3}$Se$_{4}$ Structure', 'A3B4_hR7_166_ac_2c-002': 'Sn$_{4}$P$_{3}$ Structure', 'A3B4_mC14_12_ai_2i-001': '$\\\\delta$-Ni$_{3}$Sn$_{4}$ ($D7_{a}$) Structure', 'A3B4_mC14_12_ai_2i-002': 'Brezinaite (Cr$_{3}$S$_{4}$) Structure', 'A3B4_mC28_15_ef_2f-001': 'Monoclinic Ni$_{4}$B$_{3}$ Structure', 'A3B4_mC42_12_ahij_2i2j-001': 'Rh$_{3}$S$_{4}$', 'A3B4_mP28_14_3e_4e-001': 'Tl$_{4}$S$_{3}$ Structure', 'A3B4_oC56_63_2c2f_ac3f-001': 'Nb$_{4}$As$_{3}$ Structure', 'A3B4_oP14_49_ej_2q-001': '$\\\\delta$-V$_{4}$D$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-001': 'Orthorhombic Ni$_{4}$B$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-002': 'Rh$_{4}$P$_{3}$ Structure', 'A3B4_oP28_62_3c_4c-003': 'Eu$_{3}$O$_{4}$ Structure', 'A3B4_tI28_141_ad_h-001': 'Haussmannite (Mn$_{3}$O$_{4}$) Structure', 'A3B4_tP84_115_acef3g3j3k_6j6k-001': 'Deltalumite ($\\\\delta$-alumina, Al$_{2}$O$_{3}$) Structure', 'A3B5C2_oI40_72_aj_bfj_j-001': 'U$_{2}$Co$_{3}$Si$_{5}$ Structure', 'A3B5C2_tP40_128_dh_egh_h-001': 'U$_{2}$Mn$_{3}$Si$_{5}$ Structure', 'A3B5C4D2_mC112_15_a3ef_5f_4f_2f-001': 'Clinochlore [Mg$_{3}$(Mg$_{2}$Al)(Si$_{3}$Al)O$_{10}$(OH)$_{8}$, $S5_{5}$] Structure', 'A3B5C4D2_mC56_9_3a_5a_4a_2a-001': 'Chrysotile [Mg$_{3}$Si$_{2}$O$_{5}$(OH)$_{4}$] Structure', 'A3B5C8D2E2_oC80_63_cg_c2f_2h_e_g-001': 'Na$_{3}$V$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF) Structure', 'A3B5C_hP18_193_g_dg_b-001': 'La$_{3}$TiSb$_{5}$', 'A3B5C_hP18_194_h_fh_a-001': 'Disordered YBO$_{3}$ Structure', 'A3B5_hP48_178_ac_a2bc-001': 'Zr$_{5}$Ir$_{3}$ Structure', 'A3B5_oC16_65_ah_bej-001': 'Ga$_{3}$Pt$_{5}$ Structure', 'A3B5_oC32_38_abcd_abcef-001': 'Ta$_{3}$Ti$_{5}$ (BCC SQS-16) Structure', 'A3B5_oP16_55_ah_cgh-001': 'Rh$_{5}$Ge$_{3}$ Structure', 'A3B5_tI32_108_ac_a2c-001': 'Sr$_{5}$Si$_{3}$ Structure ({\\\\em Obsolete})', 'A3B5_tI32_140_ah_bk-001': 'W$_{5}$Si$_{3}$ ($D8_{m}$) Structure', 'A3B5_tI32_140_ah_cl-001': 'Cr$_{5}$B$_{3}$ ($D8_{l}$) Structure', 'A3B6C13_hP66_152_ac_3c_a2b5c-001': 'Ni$_{13}$Ga$_{3}$Ge$_{6}$ Structure', 'A3B6C2_cI44_229_e_h_c-001': 'Ce$_{3}$Ni$_{6}$Si$_{2}$ Structure', 'A3B6CD2_mC24_12_ag_ij_c_h-001': 'Li$_{3}$Zn$_{2}$SbO$_{6}$ Structure', 'A3B6CD_tP44_85_acg_3g_bc_d-001': 'Bromocarnallite ($E2_{6}$, KMg(H$_{2}$O)$_{6}$(Cl,Br)$_{3}$) Structure', 'A3B6C_hR20_148_f_2f_ab-001': 'Mg$_{3}$TeO$_{6}$ Structure', 'A3B6C_mP20_14_ae_3e_b-001': 'High Pressure Mn$_{3}$TeO$_{6}$ Double Perovskite Structure', 'A3B6C_mP20_4_3a_6a_a-001': 'Ca$_{3}$UO$_{6}$ Structure', 'A3B6C_mP40_14_3e_6e_e-001': 'Propanal (C$_{3}$H$_{6}$O) Structure', 'A3B7C2_oC48_36_ab_a3b_b-001': 'Ca$_{3}$Ti$_{2}$O$_{7}$ Structure', 'A3B7C2_oC48_66_el_f2gl_l-001': 'Orthorhombic Ba$_{3}$Zr$_{2}$S$_{7}$ Structure', 'A3B7C2_tP48_136_fj_2eghj_j-001': 'Tetragonal Ba$_{3}$Zr$_{2}$S$_{7}$ Structure', 'A3B7C_hR11_160_b_a2b_a-001': 'Fe$_{3}$PO$_{7}$ Structure', 'A3B7_hP20_186_c_b2c-001': 'Fe$_{3}$Th$_{7}$ ($D10_{2}$) Structure', 'A3B7_hR20_146_2b_2a4b-001': 'Pd$_{7}$P$_{3}$ Structure', 'A3B7_oP40_62_cd_3c2d-001': 'C$_{3}$Cr$_{7}$ ($D10_{1}$) Structure', 'A3B7_tP40_76_3a_7a-001': 'Cs$_{3}$P$_{7}$ Structure', 'A3B8C2_hP26_186_c_ab2c_2b-001': 'Zn$_{2}$Mo$_{3}$O$_{8}$ Structure', 'A3B8C48D8E_tI272_140_ah_m_6m_m_c-001': 'Low Temperature Body-Centered Tetragonal CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3B8_oC22_65_bg_ac2gh-001': 'Nb$_{3}$O$_{7}$F Structure', 'A3B9C29D8_hP98_165_f_bdg_df4g_dg-001': 'Li$_{9}$Al$_{3}$(P$_{2}$O$_{7}$)$_{3}$(PO$_{4}$)$_{2}$ Structure', 'A3B9C2_mC112_5_6c_2a2b16c_4c-001': '$\\\\alpha$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A3B9C2_oC56_63_ae_cfgh_g-001': 'Y$_{2}$Ga$_{9}$Co$_{3}$ Structure', 'A3B9CD2_hP15_164_ad_ei_b_d-001': 'Ba$_{3}$SrTa$_{2}$O$_{9}$ Structure', 'A3B9CD9_hP44_186_c_3c_b_cd-001': 'Nd(BrO$_{3}$)$_{3}\\\\cdot$9H$_{2}$O ($G2_{2}$) Structure', 'A3BC12DE_oP144_31_4a4b_4a_24b_4a_2b-001': 'High Pressure Phase III CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3BC2D30E12_hP96_192_f_a_c_l2m_m-001': 'Osumilite (KMg$_{2}$Al$_{3}$Si$_{12}$O$_{30}$) Structure', 'A3BC2D9_hP30_194_bf_a_f_hk-001': 'Hexagonal Ba$_{3}$CoIr$_{2}$O$_{9}$ Structure', 'A3BC2D9_mC60_15_ef_a_f_e4f-001': 'Monoclinic (I) Ba$_{3}$CoIr$_{2}$O$_{9}$ Perovskite Structure', 'A3BC2D9_mP60_13_ef2g_ab_2g_ef8g-001': 'Monoclinic (II) Ba$_{3}$CoIr$_{2}$O$_{9}$ Structure', 'A3BC2_cI48_214_f_a_e-001': 'Petzite (Ag$_{3}$AuTe$_{2}$) Structure', 'A3BC2_hP12_194_ce_d_f-001': 'Fe$_{3}$GeTe$_{2}$ Structure', 'A3BC2_hP12_194_h_a_f-002': 'U$_{2}$Cr$_{3}$Si Structure', 'A3BC2_mC24_12_ij_g_hi-001': 'LiOH$\\\\cdot$H$_{2}$O ($B36$) Structure', 'A3BC2_mP24_14_3e_e_2e-001': '$\\\\beta$-Tl$_{2}$TeO$_{3}$ Structure', 'A3BC2_oP24_62_3c_c_2c-001': 'K$_{2}$CuCl$_{3}$ Structure', 'A3BC2_oP48_50_3m_m_2m-001': '$\\\\alpha$-Tl$_{2}$TeO$_{3}$ Structure', 'A3BC3D_tP64_106_3c_c_3c_c-001': 'NaZn[OH]$_{3}$ Structure', 'A3BC3_hR14_161_b_a_b-001': 'Proustite (Ag$_{3}$AsS$_{3}$) Structure', 'A3BC3_mC56_15_3f_f_3f-001': 'Xanthoconite (Ag$_{3}$AsS$_{3}$) Structure', 'A3BC3_mP28_14_3e_e_3e-001': 'K$_{3}$SnTe$_{3}$ (K$_{6}$Sn$_{2}$Te$_{6}$) Structure', 'A3BC4D12E3_cP46_218_c_a_e_i_d-001': 'Sodalite [Na$_{4}$(AlSiO$_{4}$)$_{3}$Cl, $S6_{2}$] Structure', 'A3BC6DE_oP48_62_cd_c_2c2d_c_a-001': 'Low Temperature Orthorhombic CH$_{3}$NH$_{3}$PbBr$_{3}$ Structure', 'A3BC6_hR20_167_e_b_f-001': 'CrCl$_{3}$(H$_{2}$O)$_{6}$ ($J2_{2}$) Structure', 'A3BC7_hR22_167_e_b_af-001': 'ScRh$_{3}$Si$_{7}$ Structure', 'A3BC7_oC44_63_ag_b_cgh-001': 'La$_3$NbO$_{7}$ Structure', 'A3BC8D2E2_oC64_36_3a_a_4b_b_2a-001': 'Uncharged NaV$_{2}$(PO$_{4}$)$_{2}$F$_{3}$ (NVPF) Structure', 'A3BC8D2_hP14_164_ad_b_di_d-001': 'Aphthitalite/Glaserite [K$_{3}$Na(SO$_{4}$)$_{2}$] Structure', 'A3BC9_hP26_194_h_a_hk-001': 'Hexagonal Vaterite (CaCO$_{3}$) Structure', 'A3BCD3E15F3_hP52_173_c_b_b_c_5c_c-001': 'Crancrinite (Na$_{6}$Ca$_{2}$Al$_{6}$Si$_{6}$O$_{24}$(CO$_{3}$)$_{2}$, $S3_3$(I)) Structure', 'A3BC_hP10_188_k_a_c-001': 'LiScI$_{3}$ Structure', 'A3BC_hP30_178_bc_b_a-001': 'CsCuCl$_{3}$ Structure', 'A3BC_hP30_185_cd_c_ab-001': 'KNiCl$_{3}$ Structure', 'A3BC_hR5_146_b_a_a-001': '$\\\\gamma$-Ag$_{3}$SI (Low-Temperature) Structure', 'A3BC_mC10_8_ab_a_a-001': 'Monoclinic PZT [Pb(Zr$_{x}$Ti$_{1-x}$)O$_{3}$] Structure', 'A3BC_mP20_14_3e_e_e-001': 'Sanguite (KCuCl$_{3}$) Structure', 'A3BC_oC20_63_ce_c_c-001': 'SrPdGa$_{3}$ Structure', 'A3BC_oC20_65_2gh_g_h-001': 'SmNiGe$_{3}$ Structure', 'A3BC_oC20_65_gq_ac_i-001': 'RhMnBi$_{3}$ Structure', 'A3BC_tI20_140_ah_b_c-002': '$\\\\gamma$-SrZrO$_{3}$ Tetragonal Perovskite Structure', 'A3BC_tP5_123_ah_c_b-001': 'NH$_{4}$HgCl$_{3}$ ($E2_{5}$) Structure', 'A3BC_tP5_99_ac_b_a-002': 'Tetragonal PZT [Pb(Zr$_{x}$Ti$_{1-x}$)O$_{3}$] Structure', 'A3B_aP32_2_12i_4i-001': '$\\\\delta$-WO$_{3}$ Structure', 'A3B_cI32_204_g_c-001': 'Skutterudite (CoAs$_{3}$, $D0_{2}$) Structure', 'A3B_cI8_229_b_a-001': 'High-pressure (200GPa) H$_{3}$S Structure', 'A3B_cP16_198_b_a-001': 'Ammonia (NH$_{3}$, $D0_{1}$) Structure', 'A3B_cP16_208_i_c-001': 'H$_{3}$P Structure', 'A3B_cP32_223_k_ac-001': '$\\\\beta$-UH$_{3}$ Structure', 'A3B_cP4_221_c_b-001': '$\\\\alpha$-ReO$_{3}$ ($D0_{9}$) Structure', 'A3B_cP8_223_c_a-001': 'Cr$_{3}$Si ($A15$) Structure', 'A3B_hP12_191_gl_f-001': 'Hexagonal WO$_{3}$ Structure', 'A3B_hP16_194_gh_ac-001': 'Ni$_{3}$Ti ($D0_{24}$) Structure', 'A3B_hP24_151_3c_2a-001': 'CrCl$_{3}$ ($D0_{4}$) Structure', 'A3B_hP24_153_3c_2a-001': 'CrCl$_{3}$ Structure', 'A3B_hP24_165_adg_f-001': 'H$_{3}$Ho Structure', 'A3B_hP24_165_bdg_f-001': 'Cu$_{3}$P ($D0_{21}$) Structure', 'A3B_hP24_185_ab2c_c-001': 'Cu$_{3}$P Structure', 'A3B_hP24_193_ack_g-001': '$D0_{6}$ (Tysonite, LaF$_{3}$) Structure ({\\\\em Obsolete})', 'A3B_hP24_194_hk_bf-001': 'VCo$_{3}$ Structure', 'A3B_hP24_194_hk_bf-002': 'Hexagonal PuAl$_{3}$ Structure', 'A3B_hP4_191_bc_a-001': 'Li$_{3}$N Structure', 'A3B_hP8_158_d_a-001': '$\\\\beta$-RuCl$_{3}$ Structure', 'A3B_hP8_173_c_b-001': 'PI$_{3}$ Structure', 'A3B_hP8_176_h_c-001': 'UCl$_{3}$ Structure', 'A3B_hP8_185_c_a-001': '$\\\\beta$-RuCl$_{3}$ Structure', 'A3B_hP8_194_af_c-001': 'ReB$_{3}$ Structure', 'A3B_hP8_194_h_c-001': 'Ni$_{3}$Sn ($D0_{19}$) Structure', 'A3B_hR12_166_ach_bc-001': 'NbBe$_{3}$ Structure', 'A3B_hR16_166_2h_2c-001': 'SrSn$_{3}$ Structure', 'A3B_hR20_166_d2h_b2c-001': 'HoAl$_{3}$ Structure', 'A3B_hR4_160_b_a-001': 'H$_{3}$S (130 GPa) Structure', 'A3B_hR8_166_h_c-001': 'SnP$_{3}$ Structure', 'A3B_hR8_167_e_b-001': 'FeF$_{3}$ ($D0_{12}$) Structure', 'A3B_mP16_7_6a_2a-001': '$\\\\epsilon$-WO$_{3}$ (low-temperature) Structure', 'A3B_mP32_14_6e_2e-001': '$\\\\gamma$-WO$_{3}$ Structure', 'A3B_mP8_11_3e_e-001': 'ZrSe$_{3}$ Structure', 'A3B_oC32_64_def_d-001': 'R$_{2}$ Au$_{3}$Zn Structure', 'A3B_oC64_66_gi2lm_2l-001': 'H$_{3}$S (60 GPa) Structure', 'A3B_oC64_66_kl2m_acl-001': '$\\\\beta$-ThI$_{3}$ Structure', 'A3B_oI32_23_ef2k_k-001': 'H$_{3}$S (5 GPa) Structure', 'A3B_oP16_57_a2d_d-001': '$D0_{10}$ (WO$_{3}$) Structure ({\\\\em Obsolete})', 'A3B_oP16_62_3c_c-002': 'NH$_{4}$I$_{3}$ (D0$_{16}$) Structure', 'A3B_oP16_62_3c_c-003': 'NiBi$_{3}$ Structure', 'A3B_oP16_62_cd_c-001': '$\\\\epsilon$-Al$_{3}$Ni ($D0_{20}$) Structure', 'A3B_oP32_60_3d_d-001': '$\\\\beta$-WO$_{3}$ Structure', 'A3B_oP32_62_ab4c_2c-001': 'Original $\\\\beta$-WO$_{3}$ Structure ({\\\\em Obsolete})', 'A3B_oP4_25_abc_d-001': 'Dyscrasite (Ag$_{3.15}$Sb$_{0.85}$) Structure', 'A3B_oP8_59_ae_b-001': '$\\\\beta$-TiCu$_{3}$ ($D0_{a}$) Structure', 'A3B_tI16_139_cde_e-001': 'Al$_{3}$Zr ($D0_{23}$) Structure', 'A3B_tI24_119_a2i_bf-001': 'RbGa$_{3}$ Structure', 'A3B_tI32_82_3g_g-001': 'Ni$_{3}$P ($D0_{e}$) Structure', 'A3B_tI64_142_def_d-001': 'R$_{1}$ Au$_{3}$Zn Structure', 'A3B_tI8_139_ad_b-001': 'Al$_{3}$Ti ($D0_{22}$) Structure', 'A3B_tP16_118_ei_f-001': 'RuIn$_{3}$ Structure', 'A3B_tP16_130_cf_c-001': '$\\\\alpha$-WO$_{3}$ Structure', 'A3B_tP16_136_cj_f-001': 'IrIn$_{3}$ Structure', 'A3B_tP32_114_3e_e-001': 'SeO$_{3}$ Structure', 'A40B_cF492_225_j2l_ac-001': 'fcc Fullerene (K$_{3}$C$_{60}$) Structure', 'A41B11_cF416_216_7e2fg3h_egh-001': '$\\\\delta$-Cu$_{41}$Sn$_{11}$ Structure', 'A41B6_cP188_201_b2efg5h_h-001': 'Ce$_{6}$Cd$_{37}$ Structure', 'A43B5C17_oC260_63_c8fg6h_cfg_ce3f2h-001': 'La$_{43}$Ni$_{17}$Mg$_{5}$ Structure', 'A45B11_cF448_216_ac4efg5h_bd2eh-001': 'Sm$_{11}$Cd$_{45}$ Structure', 'A45B7_mC104_12_a8i7j_cij-001': 'Al$_{45}$V$_{7}$ Structure', 'A4B10C2D34E4F9_tP252_126_k_ce2k_f_h8k_k_d2k-001': 'Vesuvianite (Ca$_{10}$Al$_{4}$(Mg,Fe)$_{2}$Si$_{9}$O$_{34}$(OH)$_{4}$, $S2_{3}$) Structure', 'A4B10C3_oC68_64_2f_e2fg_af-001': 'Cs$_{4}$Mg$_{3}$F$_{10}$ Structure', 'A4B10C3_oP68_61_2c_5c_ac-001': 'Ca$_{4}$Ti$_{3}$O$_{10}$ Structure', 'A4B11C2_tP68_86_2g_ab5g_g-001': 'Nd$_{4}$Re$_{2}$O$_{11}$ Structure', 'A4B12C3_cI76_220_c_e_a-001': 'Eulytine (Bi$_{4}$(SiO$_{4}$)$_{3}$, $S1_{5}$) Structure', 'A4B12C3_mP38_7_4a_12a_3a-001': 'Monoclinic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure', 'A4B12C3_oC76_41_2b_6b_ab-001': 'Orthorhombic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure ({\\\\em Obsolete})', 'A4B12C3_oC76_63_eg_fg2h_cf-001': '$\\\\beta$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A4B12C3_oF76_69_2g_cf2gl_ag-001': 'Orthorhombic Bi$_{4}$Ti$_{3}$O$_{12}$ $m = 3$ Aurivillius Structure', 'A4B13C3_cP40_223_e_ak_c-001': 'Yb$_{3}$Rh$_{4}$Sn$_{13}$ Structure', 'A4B14C3_hP21_143_ad_bc4d_d-001': 'Simpsonite (Ta$_{3}$Al$_{4}$O$_{13}$[OH]) Structure', 'A4B17C_cF88_216_e_aefg_c-001': 'Cubic Cr$_{4}$PtGa$_{17}$ Structure', 'A4B24C13_cI82_217_c_deg_ag-001': 'Tennantite (Cu$_{12}$As$_{4}$S$_{13}$) Structure', 'A4B2C2D4E_tI26_139_2e_e_d_g_a-001': 'KCa$_{2}$Fe$_{4}$As$_{4}$F$_{2}$ Structure (12442-type superconductor)', 'A4B2C2DE2_tI22_139_2e_e_d_a_c-001': 'Ba$_{2}$Ti$_{2}$Fe$_{2}$As$_{4}$O Structure', 'A4B2C2DE_oP40_62_2cd_2c_d_c_c-001': 'K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O Structure', 'A4B2C2D_tI18_139_h_d_e_a-001': 'K$_{2}$OsO$_{2}$Cl$_{4}$ ($J1_{5}$) Structure', 'A4B2C3_oP18_59_ef_ab_ae-001': 'NH$_{4}$NO$_{3}$ IV ($G0_{11}$) Structure', 'A4B2C3_tP72_77_8d_ab2c2d_6d-001': 'Gwihabaite (NH$_{4}$NO$_{3}$ V) Structure', 'A4B2C4D_mP22_14_2e_e_2e_a-001': 'K$_{2}$Ni(CN)$_{4}$ Structure', 'A4B2C6D16E_cF232_203_e_c_f_eg_b-001': 'Tychite  (Na$_{6}$Mg$_{2}$SO$_{4}$(CO$_{3}$)$_{4}$) Structure', 'A4B2C6D16E_cF232_227_e_c_f_eg_b-001': '$H5_{6}$ [Tychite, Na$_{6}$Mg$_{2}$SO$_{4}$(CO$_{3}$)$_{4}$)] Structure ({\\\\em Obsolete})', 'A4B2C9_hP30_165_2d_c_fg-001': 'Nb$_{2}$Mn$_{4}$O$_{9}$ Structure', 'A4B2C_oP28_62_2cd_2c_c-001': 'Cs$_{2}$CuCl$_{4}$ Structure', 'A4B2C_tI14_139_ce_e_a-001': 'K$_{2}$NiF$_{4}$ Structure', 'A4B2C_tP14_136_i_f_a-001': 'ZrFe$_{4}$Si$_{2}$ Structure', 'A4B2C_tP28_135_gh_h_d-001': 'ZnSb$_{2}$O$_{4}$ Structure', 'A4B2C_tP7_123_j_e_a-001': 'K$_{2}$PtCl$_{4}$ ($H1_{5}$) Structure', 'A4B3C8_tI30_139_2e_ae_cdg-002': 'Nd$_{4}$Ni$_{3}$O$_{8}$ Structure', 'A4B3C_cI16_217_c_b_a-001': 'Tl$_{3}$VS$_{4}$ Structure', 'A4B3_cI112_230_af_g-001': 'Ga$_{4}$Ni$_{3}$ Structure', 'A4B3_cI14_229_c_b-001': 'Pt$_{3}$O$_{4}$ Structure', 'A4B3_cI28_220_c_a-001': 'Th$_{3}$P$_{4}$ ($D7_{3}$) Structure', 'A4B3_hP14_173_bc_c-001': '$\\\\beta$-Si$_{3}$N$_{4}$ Structure', 'A4B3_hP14_176_ch_h-001': '$\\\\beta$-Si$_{3}$N$_{4}$ Structure', 'A4B3_hP28_159_ab2c_2c-001': 'Nierite ($\\\\alpha$-Si$_{3}$N$_{4}$) Structure', 'A4B3_hR7_166_2c_ac-001': 'Al$_{4}$C$_{3}$ ($D7_{1}$) Structure', 'A4B3_hR7_166_2c_ac-002': 'Bi$_{4}$Te$_{3}$ Structure', 'A4B3_oI14_71_ef_af-001': 'Ta$_{3}$B$_{4}$ ($D7_{b}$) Structure', 'A4B3_oP14_55_gh_ah-001': 'Possible Phase III Pb$_{3}$O$_{4}$ Structure', 'A4B3_oP28_55_ghi_egh-001': 'Minium-R (Pb$_{3}$O$_{4}$) Structure', 'A4B3_oP28_58_4g_3g-001': 'In$_{4}$Se$_{3}$ Structure', 'A4B3_oP56_62_8c_6c-001': 'Mo$_{4}$P$_{3}$ Structure', 'A4B3_tI14_139_2e_ae-001': 'Ti$_{3}$Cu$_{4}$ Structure', 'A4B3_tI28_141_cd_ae-002': 'Paramelaconite (Cu$_{4}$O$_{3}$) Structure', 'A4B3_tP28_135_gh_dh-002': 'Minium-T (Pb$_{3}$O$_{4}$) Structure', 'A4B4C4DE2_tP30_136_i_j_i_a_f-001': '$\\\\sigma$-CrFe ($D8_{b}$) Structure', 'A4B4C5D14_tP108_135_i_i_dfh_egh2i-001': 'Bi$_{4}$Fe$_{5}$O$_{13}$F Structure', 'A4B4C6D13_cI54_217_c_c_d_ag-001': '$\\\\alpha$-Ba$_{8}$Ga$_{16}$Sn$_{30}$ Clathrate Structure', 'A4B4C_aP18_2_4i_4i_i-002': 'Na$_{4}$SiO$_{4}$ Structure', 'A4B5C9_hR18_166_2c_a2c_dh-001': 'Ce$_{4}$Ga$_{5}$Rh$_{9}$ Structure', 'A4B5_hP18_193_bg_dg-001': 'Ti$_{5}$Ga$_{4}$ Structure', 'A4B5_oP36_62_2cd_c2d-001': 'Sm$_{5}$Ge$_{4}$ Structure', 'A4B5_tI18_139_i_ah-001': 'V$_{4}$Zn$_{5}$ Structure', 'A4B5_tI18_87_h_ah-001': 'Ti$_{5}$Te$_{4}$ Structure', 'A4B5_tP36_92_2b_a2b-001': 'Zr$_{5}$Si$_{4}$ Structure', 'A4B6C_hP11_143_ad_2d_b-001': 'ScRh$_{6}$P$_{4}$ Structure', 'A4B7C16D2_oC58_65_2h_b3g_ac5g2h_h-001': "``247 Superconductor'' (Y$_{2}$Ba$_{4}$Cu$_{7}$O$_{15}$) Structure", 'A4B7C2D2_oC60_36_2b_a3b_2a_b-001': 'Bertrandite (Be$_{4}$Si$_{2}$O$_{7}$(OH)$_{2}$, $S4_{6}$) Structure', 'A4B7C_oP24_31_2b_a3b_a-001': 'B$_{4}$SrO$_{7}$ Structure', 'A4B7_tP44_116_ach2i_e3j-001': 'Mn$_{4}$Ge$_{7}$ Nowotny Chimney-Ladder Structure', 'A4B8C_oP52_62_2d_4d_c-001': "$\\\\alpha_{H}'$-Ca$_{2}$SiO$_{4}$ Structure", 'A4B9_cP52_215_ei_3efgi-001': '$\\\\gamma$-brass (Cu$_{9}$Al$_{4}$, $D8_{3}$) Structure', 'A4BC12D2_oC76_63_eg_c_f3gh_g-001': '$S0_{4}$ (Staurolite, Fe(OH)$_{2}$Al$_{4}$SiO$_{10}$) Structure ({\\\\em Obsolete})', 'A4BC12D3_hR20_166_2c_a_2h_bc-001': 'Ba$_{4}$NbRu$_{3}$O$_{12}$ Structure', 'A4BC12_cI34_204_c_a_g-001': 'LaFe$_{4}$P$_{12}$ Structure', 'A4BC16DE28F8_tP116_128_h_a_2i_b_g3i_i-001': 'Apophyllite (KCa$_{4}$Si$_{8}$O$_{20}$F$\\\\cdot$8H$_{2}$O, $S5_{2}$) Structure', 'A4BC2D_oP32_62_2cd_a_2c_b-001': '$E3_{5}$ (K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O) Structure', 'A4BC2D_oP32_62_2cd_c_d_c-001': 'K$_{2}$SnCl$_{4}\\\\cdot$H$_{2}$O Structure', 'A4BC2_mC28_15_2f_e_f-001': 'Sm$_{2}$SCl$_{4}$ Structure', 'A4BC2_oP28_56_cde_a_e-001': 'Low-temperature Sr$_{2}$SnO$_{4}$ Structure', 'A4BC2_tI28_120_i_a_h-001': 'KAu$_{4}$Sn$_{2}$ Structure', 'A4BC3D12_hR20_155_ad_b_e_2df-001': 'Huntite [CaMg$_{3}$(CO$_{3}$)$_{4}$] Structure', 'A4BC3_mC32_12_2j_i_ghi-002': 'Sc$_{3}$RhC$_{4}$ Structure', 'A4BC3_oF64_69_gho_g_gl-001': 'LaTi$_{3}$Bi$_{4}$ Structure', 'A4BC3_oI16_71_m_a_bf-001': 'Sc$_{3}$CoC$_{4}$ Structure', 'A4BC3_tP64_133_2k_h_i2j-001': 'Zr$_{3}$PD$_{3}$ Structure', 'A4BC3_tP8_123_i_a_bh-001': 'KCu$_{4}$S$_{3}$ Structure', 'A4BC4D2E2_tP26_136_fg_a_j_d_e-001': 'K$_{2}$CuCl$_{4}$ $\\\\cdot$ 2H$_{2}$O ($H4_{1}$) Structure', 'A4BC4D6_cP360_222_2i_h_2i_3i-001': 'Co(H$_{2}$O)$_{2}$(C$_{4}$O$_{4}$) Structure', 'A4BC4D_tI40_122_e_b_e_a-001': 'KH$_{2}$PO$_{4}$ ($H2_{2}$) Structure', 'A4BC4D_tP10_123_gh_a_i_d-001': 'CaRbFe$_{4}$As$_{4}$ (Superconducting) Structure', 'A4BC4_tP18_137_g_a_g-001': 'CeCo$_{4}$B$_{4}$ Structure', 'A4BC6_mC44_9_4a_a_6a-001': 'GeCd$_{4}$S$_{6}$ Structure', 'A4BC7D_hP26_186_ac_b_a2c_b-001': 'Swedenborgite (NaBe$_{4}$SbO$_{7}$, $E9_{2}$) Structure', 'A4BC7_hP12_164_2d_a_bc2d-001': 'MnBi$_{4}$Te$_{7}$ Structure', 'A4BC8D7_oP80_19_4a_a_8a_7a-001': 'Ca-Malate-dihydrate (CaC$_{4}$H$_{4}$O$_{5}\\\\cdot$2H$_{2}$O) Structure', 'A4BCD2_oP32_55_ghi_e_f_gh-001': 'K$_{2}$HgCl$_{4}\\\\cdot$H$_{2}$O ($E3_{4}$) Structure', 'A4BCD6_hP12_191_h_a_b_i-001': 'Lucabindiite (KAs$_{4}$O$_{6}$Cl) Structure', 'A4BCD6_oP48_33_4a_a_a_6a-001': 'CsB$_{4}$O$_{6}$F Structure', 'A4BCD8_cF56_216_e_a_c_2e-001': 'LiGaCr$_{4}$O$_{8}$ Structure', 'A4BCD_mP28_14_4e_e_e_e-001': 'KICl$_{4}\\\\cdot$H$_{2}$O ($H0_{10}$) Structure', 'A4BC_cF96_216_efg_e_e-001': 'Gd$_{4}$RhIn Structure', 'A4BC_mP24_14_4e_e_e-001': '$\\\\gamma$-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A4BC_oC24_63_acf_c_c-002': 'YNiAl$_{4}$ Structure', 'A4BC_oC24_65_gip_h_j-001': 'ThMoB$_{4}$ Structure', 'A4BC_oP24_55_4g_h_h-001': 'YCrB$_{4}$ Structure', 'A4BC_oP24_57_cde_d_a-001': 'SrUO$_{4}$ Structure', 'A4BC_tI24_141_h_a_b-001': 'Zircon (ZrSiO$_{4}$, $S1_{1}$) Structure', 'A4B_cI10_217_c_a-001': 'SiF$_{4}$ ($D1_{2}$) Structure', 'A4B_cI10_229_c_a-001': '$\\\\beta$-Hg$_{4}$Pt Structure', 'A4B_cI120_230_h_c-001': 'RhBi$_{4}$ Structure', 'A4B_cI40_197_cde_c-001': 'Ga$_{4}$Ni Structure', 'A4B_cP40_205_cd_c-001': 'SnI$_{4}$ (D1$_{1}$) Structure', 'A4B_cP5_221_ac_b-002': "$\\\\gamma$'-Fe$_{4}$N ($L'1_{0}$) Structure", 'A4B_cP5_221_bc_a-001': "{\\\\em Erroneous} $L'1_{0}$ Structure", 'A4B_hP15_144_4a_a-001': 'IrGe$_{4}$ Structure', 'A4B_hP90_194_e2fgh4k_hk-001': 'SrMg$_{4}$ Structure', 'A4B_mC30_12_gi2j_ai-001': 'PuNi$_{4}$ Structure', 'A4B_mC30_8_2a5b_ab-001': 'Al$_{4}$W Structure', 'A4B_mC40_15_4f_f-001': 'VS$_{4}$ Structure', 'A4B_oC20_63_acf_c-001': 'SrSn$_{4}$ Structure', 'A4B_oC40_36_4a2b_b-001': '$\\\\alpha$-NiI$_{4}$ Structure', 'A4B_oI20_74_aeh_e-001': 'Al$_{4}$U ($D1_{b}$) Structure', 'A4B_oP10_58_2g_a-001': 'CrB$_{4}$ Structure', 'A4B_oP20_62_2cd_c-001': 'MgB$_{4}$ Structure', 'A4B_oP20_62_4c_c-001': 'Au$_{4}$Zr Structure', 'A4B_oP40_61_4c_c-001': 'ReP$_{4}$ Structure', 'A4B_tI10_139_de_a-001': '$D1_{3}$ (BaAl$_{4}$) Structure', 'A4B_tI20_141_h_a-001': '$\\\\beta$-ThCl$_{4}$ Structure', 'A4B_tI20_88_f_a-001': '$\\\\alpha$-ThCl$_{4}$ Structure', 'A4B_tP10_114_e_a-001': 'Pd$_{4}$Se Structure', 'A4B_tP10_125_m_a-001': 'PtPb$_{4}$ ($D1_{d}$) Structure', 'A4B_tP20_127_ehj_g-001': 'ThB$_{4}$ ($D1_{e}$) Structure', 'A4B_tP20_84_afjk_j-001': 'Cu$_{4}$Pd Structure', 'A5B10C2_mP68_14_5e_10e_2e-001': 'Stoiberite [Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'A5B11CD8E_aP26_1_5a_11a_a_8a_a-001': 'NaC$_{5}$H$_{11}$O$_{8}$S Structure', 'A5B11_mP16_6_2abc_2a3b3c-001': 'Ta$_{5}$Ti$_{11}$ (BCC SQS-16) Structure', 'A5B12C3_cI160_230_ad_h_c-001': 'Y$_{3}$Al$_{5}$O$_{12}$ Garnet (YAG) Structure', 'A5B12_oP68_60_c2d_6d-001': 'Cr$_{5}$O$_{12}$ Structure', 'A5B19C2_tP26_123_a2g_ce2h3i_g-001': 'Ce$_{5}$Pd$_{2}$In$_{19}$ Structure', 'A5B19_hR24_166_a2c_b3c2h-001': 'Ce$_{5}$Co$_{19}$ Structure', 'A5B21C24D12_hR62_166_a2c_ehi_fg2h_i-001': 'Chabazite (Ca$_{1.4}$Sr$_{0.3}$Al$_{3.8}$Si$_{8.3}$O$_{24}\\\\cdot$13H$_{2}$O, $S3_4$ (I)) Structure', 'A5B22_tP216_96_5b_2a21b-001': '$\\\\alpha$-AlB$_{12}$ Structure', 'A5B2C2D10E2_mC84_12_acghj_bdi_2i_5j_j-001': 'Staurolite (H$_{2}$Al$_{5}$Fe$_{2}$Si$_{2}$O$_{12}$) Structure', 'A5B2C3_oP80_48_abgij3m_2m_cdh2m-001': 'Gd$_{2}$Ni$_{3}$Ga$_{5}$ Structure', 'A5B2C8D2_mP68_4_10a_4a_16a_4a-001': 'Monoclinic KH$_{2}$PO$_{4}$ Structure', 'A5B2_cI336_230_g2h_h-001': 'Zr$_{6}$Cl$_{15}$ (Zr$_{2}$Cl$_{5}$) Structure', 'A5B2_hP14_194_abcf_f-001': 'W$_{2}$B$_{5}$ ($D8_{h}$) Structure', 'A5B2_hP28_194_ahk_ch-001': 'Co$_{2}$Al$_{5}$ ($D8_{11}$) Structure', 'A5B2_hP42_185_ab4c_abc-001': 'Stibiopalladinite (Pd$_{5}$Sb$_{2}$) Structure', 'A5B2_hR7_166_a2c_c-001': 'Mo$_{2}$B$_{5}$ ($D8_{i}$) Structure', 'A5B2_mC14_12_a2i_i-001': 'Au$_{5}$Mn$_{2}$ Structure', 'A5B2_oP14_31_a2b_b-001': 'Shcherbinaite ($D8_{7}$, V$_{2}$O$_{5}$) Structure ({\\\\em Obsolete})', 'A5B2_oP14_49_cehq_ab-001': '$\\\\beta$-Ta$_{2}$O$_{5}$ Structure', 'A5B2_oP14_59_a2e_e-001': 'Shcherbinaite (V$_{2}$O$_{5}$) Structure ({\\\\em Revised})', 'A5B2_tP14_127_cj_g-001': 'Mn$_{2}$Hg$_{5}$ Structure', 'A5B3C12_hP20_189_dg_f_2gj-001': 'Ca$_{5}$Ir$_{3}$O$_{12}$ Structure', 'A5B3C15_oP46_30_a2c_bc_a7c-001': 'Bi$_{5}$Nb$_{3}$O$_{15}$ Structure', 'A5B3C16_cP96_222_ce_d_fi-001': 'Ce$_{5}$Mo$_{3}$O$_{16}$ Structure', 'A5B3C_hP18_186_2a3b_2ab_b-001': 'Al$_{5}$C$_{3}$N ($E9_{4}$) Structure', 'A5B3_hP16_190_bch_g-001': '$\\\\alpha$-Sm$_{3}$Ge$_{5}$ (High-temperature) Structure', 'A5B3_hP16_193_dg_g-001': 'Mavlyanovite (Mn$_{5}$Si$_{3}$, $D8_{8}$) Structure', 'A5B3_hP48_186_3cd_3c-001': 'Ca$_{5}$Pb$_{3}$ Structure', 'A5B3_hP8_189_cf_g-001': 'Th$_{3}$Pd$_{5}$ Structure', 'A5B3_mC32_15_e2f_af-003': 'Oxyvanite (V$_{3}$O$_{5}$) Structure', 'A5B3_mC32_9_5a_3a-001': '$\\\\alpha$-P$_{3}$N$_{5}$ Structure', 'A5B3_mP32_13_ef4g_ab2g-001': 'Room Temperature V$_{3}$O$_{5}$ Structure', 'A5B3_oC32_63_cfg_ce-001': 'Pd$_{5}$Pu$_{3}$ Structure', 'A5B3_oP16_26_a2c_a2b-001': 'Metastable Au$_{5}$Zn$_{3}$ Structure', 'A5B3_tP32_118_f2i_aceh-001': 'Ir$_{3}$Ga$_{5}$ Structure', 'A5B3_tP32_130_cg_cf-001': 'Ba$_{5}$Si$_{3}$ Structure', 'A5B40CD12_cP116_224_bd_e3k_a_k-001': '12-phosphotungstic acid [H$_{3}$PW$_{12}$O$_{40}\\\\cdot$5H$_{2}$O] ($H4_{16}$) Structure', 'A5B4C21D8_tI76_87_ah_h_bh2i_2h-001': 'Ba$_{5}$Yb$_{8}$Ni$_{4}$O$_{21}$ Structure', 'A5B4_mP18_14_a2e_2e-001': 'Luberoite (Pt$_{5}$Se$_{4}$) Structure', 'A5B5C4_tP28_104_ac_ac_c-001': 'Ba$_{5}$In$_{4}$Bi$_{5}$ Structure', 'A5B6C18_tI232_142_bg_dg_e2f3g-001': 'Er$_{5}$Rh$_{6}$Sn$_{18}$ Structure', 'A5B6C2_hP13_157_2ac_2c_b-001': 'Ag$_{5}$Pb$_{2}$O$_{6}$ Structure', 'A5B6_hP22_163_abcf_i-001': 'Trigonal Cr$_{5}$S$_{6}$ Structure', 'A5B6_hP22_194_ach_gh-001': 'Hexagonal Ti$_{6}$Sn$_{5}$ Structure', 'A5B6_hP33_151_3a2b_3c-001': 'V$_{6}$C$_{5}$ Structure', 'A5B7C12_hR24_166_a2c_b3c_2h-001': 'Ce$_{5}$Ga$_{7}$Rh$_{12}$ Structure', 'A5B7_tI24_107_ac_abd-001': 'Co$_{5}$Ge$_{7}$ Structure', 'A5B8CD12_oC104_41_a2b_4b_a_6b-001': 'Santite (KB$_{5}$O$_{8}\\\\cdot$4H$_{2}$O, $K3_{5}$) Structure', 'A5B8C_mC28_12_a2i_4i_c-001': 'TlCr$_{5}$Se$_{8}$ Structure', 'A5B8_cI52_217_ce_cg-001': '$\\\\gamma$-Brass (Cu$_{5}$Zn$_{8}$, $D8_{2}$) Structure', 'A5B9C2_tI64_139_em_d2n_h-001': '$\\\\gamma$-Bi$_{4}$V$_{2}$O$_{11}$ Structure', 'A5BC12D3_hP42_176_fh_a_2hi_h-001': 'Fluorapatite [Ca$_{5}$F(PO$_{4}$)$_{3}$, $H5_{7}$] Structure', 'A5BC2_hR8_160_5a_a_2a-001': 'Fe$_{5-\\\\delta}$GeTe$_{2}$ Structure', 'A5BC2_mC64_15_5f_f_2f-001': 'Y$_{2}$SiO$_{5}$ (RE$_{2}$SiO$_{5}$ X2) Structure', 'A5BC2_tI32_140_bl_a_h-001': '(NH$_{4}$)Pb$_{2}$Br$_{5}$ ($K3_{4}$) Structure ({\\\\em Erroneous})', 'A5BC2_tI32_140_cl_a_h-001': '(NH$_{4}$)Pb$_{2}$Br$_{5}$ ($K3_{4}$) Structure ({\\\\em Revised})', 'A5BC3_tI36_140_cl_b_ah-001': 'Cs$_{3}$CoCl$_{5}$ ($K3_{1}$) Structure', 'A5BC4_oP160_29_20a_4a_16a-001': 'Low Temperature Bornite (Cu$_{5}$FeS$_{4}$) Structure', 'A5BC4_oP160_61_10c_2c_8c-001': 'Room Temperature Bornite (Cu$_{5}$FeS$_{4}$) Structure', 'A5BCD6_cF416_228_eg_c_b_h-001': 'CuCrCl$_{5}$[NH$_{3}$]$_{6}$ Structure', 'A5BCD_hP48_169_5a_a_a_a-001': 'GaSeCl$_{5}$O Structure', 'A5BC_oP28_62_3cd_c_c-001': 'VOSO$_{4}$ Structure', 'A5B_hP12_182_bcg_d-001': 'WAl$_{5}$ Structure', 'A5B_hP60_143_7a7b6c10d_3a3b4c-001': "Trigonal (h') Al$_{5}$Mo Structure", 'A5B_hR12_167_ce_b-001': 'Rhombohedral Al$_{5}$Mo Structure', 'A5B_oC24_63_afg_c-001': '$\\\\eta$-Fe$_{2}$Al$_{5}$ Structure', 'A5B_oC24_63_c2f_c-001': 'ZrTe$_{5}$ Structure', 'A5B_oP24_26_3a3b2c_ab-001': 'TlP$_{5}$ Structure', 'A5B_tI24_140_cl_a-001': 'PdGa$_{5}$ Structure', 'A6B14C7_mP54_4_6a_14a_7a-001': '$\\\\alpha$-D-Glucose Monohydrate (C$_{6}$H$_{12}$O$_{6}$-H$_{2}$O) Structure', 'A6B16C_cI46_229_e_ch_a-001': 'Dy$_{6}$Fe$_{16}$O Structure', 'A6B16C_oP23_16_su_acjlp2u_d-001': 'Orthorhombic UMo$_{5}$O$_{16}$ Structure', 'A6B23_cF116_225_e_acfh-001': 'Cr$_{23}$C$_{6}$ ($D8_{4}$) Structure', 'A6B28CD8_cI86_197_e_c2f_a_2c-001': 'High-Temperature Sr$_{4}$Al$_{6}$O$_{16}$S Structure', 'A6B2C15D4_mP54_7_6a_2a_15a_4a-001': 'Na$_{2}$Ca$_{6}$Si$_{4}$O$_{15}$ Structure', 'A6B2C17D4_hP58_194_ab2f_e_fh2k_2f-001': 'Ba$_{6}$Nd$_{2}$Ti$_{4}$O$_{17}$ Structure', 'A6B2C3D_tI168_139_egikl2m_ejn_bh2n_acf-001': 'K$_{3}$TlCl$_{6}\\\\cdot$2H$_{2}$O ($J3_{1}$) Structure', 'A6B2C6D_hR15_148_f_c_f_a-001': 'K$_{2}$Sn(OH)$_{6}$ ($H6_{2}$) Structure', 'A6B2CD6E_cP64_208_m_ad_b_m_c-001': 'Cs$_{2}$ZnFe[CN]$_{6}$ Structure', 'A6B2C_cF36_225_e_c_a-001': 'K$_{2}$PtCl$_{6}$ ($J1_{1}$) Structure', 'A6B2C_hP9_150_ef_d_a-001': '$\\\\beta$-Na$_{2}$ThF$_{6}$ Structure', 'A6B2C_hP9_164_i_d_a-001': 'Bararite [Trigonal (NH$_{4}$)$_{2}$SiF$_{6}$, $J1_{6}$] Structure', 'A6B2C_hP9_189_fg_c_b-001': '$\\\\beta_{1}$-K$_{2}$UF$_{6}$ Structure', 'A6B2C_mP18_14_3e_e_a-001': 'Phase I K$_{2}$SnCl$_{6}$ Structure', 'A6B2C_tP18_128_eh_d_a-001': 'Phase II K$_{2}$SnCl$_{6}$ Structure', 'A6B2C_tP18_136_fj_e_a-001': 'Ordo\\\\~{n}ezite (ZnSb$_{2}$O$_{6}$) Structure', 'A6B2C_tP18_94_eg_c_a-001': 'Li$_{2}$MoF$_{6}$ Structure', 'A6B2C_tP72_103_abc5d_2d_abc-001': 'VSe$_{2}$O$_{6}$ Structure', 'A6B36C11_hR106_167_3c_6f_cef-001': 'Cs$_{6}$W$_{11}$O$_{36}$ Structure', 'A6B36C11_mC212_9_6a_36a_11a-001': 'Cs$_{6}$W$_{11}$O$_{36}$ Structure', 'A6B3C2_hR11_166_3c_ac_c-001': 'Al$_{6}$C$_{3}$N$_{2}$ Structure', 'A6B3C3D2_cI56_204_g_d_e_c-001': 'High Pressure Phase II (CH$_{3}$)(NH$_{3})$PbBr$_{3}$ Structure', 'A6B4C11_tI84_139_hm_dei_eh2n-001': 'Tb$_{11}$Si$_{4}$In$_{6}$ Structure', 'A6B4C16D_oP108_27_abcd4e_4e_16e_e-001': 'Ca$_{4}$Al$_{6}$O$_{16}$S Structure', 'A6B4C2D6E2FG6_mP54_14_3e_2e_e_3e_e_a_3e-001': 'K$_{2}$Pt(SCN)$_{6} \\\\cdot$ 2H$_{2}$O Structure', 'A6B4C5D10_tI50_79_bc_c_ac_2a2c-001': 'K$_{5}$Fe$_{4}$Ag$_{6}$Te$_{10}$ Structure', 'A6B5C2_oP26_55_g2h_a2g_h-001': 'Ca$_{5}$Ga$_{2}$As$_{6}$ Structure', 'A6B5_mC44_15_ae2f_e2f-001': "$\\\\eta$'-Cu$_{6}$Sn$_{5}$ Structure", 'A6B5_mP22_11_6e_5e-001': 'Pt$_{6}$Si$_{5}$ Structure', 'A6B5_oI44_71_egkl_fghl-001': 'Nb$_{6}$Sn$_{5}$ Structure', 'A6B6CD_hR14_148_f_f_a_b-001': 'Ni(H$_{2}$O)$_{6}$SnCl$_{6}$ ($I6_{1}$) Structure', 'A6B6C_cF104_202_h_h_c-001': 'KB$_{6}$H$_{6}$ Structure', 'A6B6C_hP13_191_i_cde_a-002': 'HfFe$_{6}$Ge$_{6}$ Structure', 'A6B9CD2E6_cF96_225_e_af_b_c_e-001': 'Cu$_{3}$[Fe(CN)$_{6}$]$_{2}\\\\cdot x$H$_{2}$O ($J2_{5}$) Structure', 'A6BC10_hR17_166_3c_a_5c-001': 'MnBi$_{6}$Te$_{10}$ Structure', 'A6BC18DEF21_hR96_161_2b_a_6b_a_a_7b-001': 'Stepanovite (NaMgFe(C$_{2}$O$_{4}$)$_{3}\\\\cdot$9H$_{2}$O) Structure', 'A6BC2_hP9_162_k_a_d-001': 'Rosiaite (PbSb$_{2}$O$_{6}$) Structure', 'A6BC2_hP9_164_i_a_d-001': ' K$_{2}$GeF$_{6}$ (J1$_{13}$) Structure', 'A6BC2_mC36_12_6i_i_2i-001': 'Metastable PbV$_{2}$O$_{6}$ Structure', 'A6BC2_oP36_62_6c_c_2c-001': 'PbV$_{2}$O$_{6}$ Structure', 'A6BC3D_hR22_167_f_b_e_a-001': 'Rinneite (K$_{3}$NaFeCl$_{6}$) Structure', 'A6BC4D_oP48_19_6a_a_4a_a-001': 'Ferroelectric (NH$_{4}$)H$_{2}$PO$_{4}$ Structure', 'A6BC4_hP11_187_jk_a_ck-001': 'LiCo$_{6}$P$_{4}$ Structure', 'A6BC8_cF60_225_d_a_ce-001': 'Mg$_{6}$MnO$_{8}$ Structure', 'A6BC_cP32_205_d_a_b-001': 'NaSbF$_{6}$ Structure', 'A6BC_hP16_163_i_b_c-001': 'NaSbF$_{4}$(OH)$_{2}$ ($J1_{12}$) Structure', 'A6BC_oC32_67_no_c_g-001': 'RbPaF$_{6}$ (V) Structure', 'A6B_cF224_228_h_c-001': 'Te[OH]$_{6}$ Structure ({\\\\em Obsolete})', 'A6B_cP7_221_e_b-001': 'CaB$_{6}$ ($D2_{1}$) Structure', 'A6B_hR7_166_f_b-001': 'CaC$_{6}$ Structure', 'A6B_oC28_63_efg_c-001': 'MnAl$_{6}$ ($D2_{h}$) Structure', 'A6B_tP14_125_gm_c-001': 'PuGa$_{6}$ Structure', 'A7B12C19_cI152_220_ac_2d_bce-001': 'Mayenite (12 CaO$\\\\cdot$7Al$_{2}$O$_{3}$, $K7_4$, C12A7) Structure', 'A7B12C_cP20_195_ag_3e_b-001': 'Cd$_{8}$As$_{7}$Cl Structure', 'A7B12C_hR20_148_ade_2f_b-001': 'SrMn$_{7}$O$_{12}$ Structure', 'A7B2C12D4E3_tP112_101_3d2e_2d_6e_c3d_3d-001': '[(CH$_{3}$)$_{4}$N][Cu$_{2}$(NCS)$_{3}$] Structure', 'A7B2C2_mC22_12_aij_h_i-001': 'Thortveitite ([Sc,Y]$_{2}$Si$_{2}$O$_{7}$, $S2_{1}$) Structure', 'A7B2C2_mC44_15_e3f_f_f-001': '$\\\\alpha$-Zn$_{2}$V$_{2}$O$_{7}$ Structure', 'A7B2C2_mP22_11_3e2f_2e_ab-001': 'y-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A7B2C2_oP44_62_3c2d_2c_d-001': 'Possible $\\\\delta$-Y$_{2}$Si$_{2}$O$_{7}$ Structure', 'A7B2C3_oC48_63_c2eg_g_cg-001': 'Sr$_{3}$SnO$_{7}$ Structure', 'A7B2C3_tI24_139_aeg_e_be-001': 'Rb$_{3}$Mn$_{2}$Cl$_{7}$ Structure', 'A7B2C4_mP52_14_7e_2e_4e-001': 'Ce$_{7}$Pd$_{4}$Ge$_{2}$ Structure', 'A7B2C_cP40_205_ad_c_b-001': 'ZrP$_{2}$O$_{7}$ ($K6_{1}$) High-Temperature Structure', 'A7B2C_mP40_14_7e_2e_e-001': 'K$_{2}$NbF$_{7}$ ($K6_{2}$) Structure', 'A7B2C_tP40_128_egi_h_e-001': 'FeCu$_{2}$Al$_{7}$ ($E9_{a}$) Structure', 'A7B2_cF144_227_2ef_e-001': 'Dy$_{5}$Pd$_{2}$ Structure', 'A7B2_hP9_164_ac2d_d-001': 'Li$_{7}$Pb$_{2}$ Structure', 'A7B2_hP9_164_ai_d-001': 'K$_{2}$Hg$_{7}$ Structure', 'A7B2_hR18_166_a2cdh_2c-001': 'Er$_{2}$Co$_{7}$ Structure', 'A7B2_oC36_63_cgh_f-001': 'Ag$_{7}$Ca$_{2}$ Structure', 'A7B2_oP72_19_14a_4a-001': 'Re$_{2}$ (VII) O$_{7}$ Structure', 'A7B3C2_tI24_139_aeg_be_e-001': 'Sr$_{3}$Ti$_{2}$O$_{7}$ Structure', 'A7B3C3_hP26_186_3a4b_2ab_a2b-001': 'Al$_{7}$C$_{3}$N$_{3}$ Structure', 'A7B3_cI40_229_df_e-001': 'Ir$_{3}$Ge$_{7}$ ($D8_{f}$) Structure', 'A7B3_hP40_163_e2i_i-001': 'Si$_{2}$Te$_{3}$ Structure', 'A7B3_mP20_11_7e_3e-001': 'Li$_{7}$Sn$_{3}$ Structure', 'A7B4_mC44_12_ac6i_4i-001': 'Nb$_{7}$P$_{4}$ Structure', 'A7B5C18D3_hP66_176_ci_bef_2h2i_h-001': 'Na$_{5}$Co$_{15.5}$Te$_{6}$O$_{36}$ (NCTO) Structure', 'A7B5C3D6_mP168_14_14e_10e_6e_12e-001': 'Monoclinic 2-4-6 Trinitrotoluene (C$_{7}$H$_{5}$N$_{3}$O$_{6}$) Structure', 'A7B5C3D6_oP168_29_14a_10a_6a_12a-001': 'Orthorhombic 2-4-6 Trinitrotoluene (C$_{7}$H$_{5}$N$_{3}$O$_{6}$) Structure', 'A7B5C6_hP36_193_bj_dg_k-001': 'Yb$_{6}$Ir$_{5}$Ga$_{7}$ Structure', 'A7B5_mC24_12_a3i_c2i-001': 'Y$_{5}$S$_{7}$ Structure', 'A7B5_oP48_57_c3e_5d-001': 'Hg$_{7}$Hg$_{5}$ Structure', 'A7B6C21_oF136_42_a3c_3c_ab3c3e-001': 'Bi$_{7}$(Fe,Ti)$_{6}$O$_{21}$ $m = 6$ Aurivillius Structure', 'A7B6_hR13_166_ah_3c-001': 'Fe$_{7}$W$_{6}$ ($D8_{5}$) $\\\\mu$-phase Structure', 'A7B8_cP60_212_a2d_ce-001': 'V$_{8}$C$_{7}$ Structure', 'A7B8_mC30_12_aehi_2ij-001': 'Cr$_{7}$Se$_{8}$ Structure', 'A7B8_mC60_15_e3f_4f-001': 'Monoclinic Pyrrhotite (Fe$_{7}$S$_{8}$) Structure', 'A7B8_mP120_14_14e_16e-001': '$\\\\alpha$-Toluene (C$_{7}$H$_{8}$) Structure', 'A7B8_oP120_60_7d_8d-001': '$\\\\beta$-Toluene Structure', 'A7BC10_hP18_162_ceg_a_hk-001': 'Trigonal Au$_{7}$P$_{10}$I Structure', 'A7BC10_hP18_189_ceg_a_hi-001': 'Hexagonal Au$_{7}$P$_{10}$I Structure', 'A7BC12_cI40_204_bc_a_g-001': 'NaMn$_{7}$O$_{12}$ Structure', 'A7BC3D13_cF192_219_ce_a_d_bh-001': 'Boracite (Mg$_{3}$B$_{7}$ClO$_{13}$) Structure', 'A7BC3_cP88_201_e2h_e_h-001': 'CuMo$_{3}$Cl$_{7}$ Structure', 'A7BC3_oC44_20_3a2c_b_bc-001': 'Y$_{3}$TaO$_{7}$ Structure', 'A7BC4_cP96_218_bcefi_ad_ei-001': 'Li$_{7}$MnN$_{4}$ Structure', 'A7BCD15EF12_hP444_177_7n_n_jl_15n_n_12n-001': '[Fe(OMe)$_{2}$(proline)]$_{12}$[ClO$_{4}$]$_{12}$ Structure', 'A7BCD_oP80_61_7c_c_c_c-001': '(TiCl$_{4}\\\\cdot$POCl$_{3}$)$_{2}$ Structure', 'A7BC_oC36_38_3d2f_d_d-001': 'Weeksite (USiO$_{7}$) Structure', 'A7B_cF256_225_f2k_ce-001': 'Intermediate Temperature Bornite (Cu$_{5/6}$Fe$_{1/6}$)$_{3}$S$_{2}$ Structure', 'A7B_cF32_225_ad_b-001': 'Ca$_{7}$Ge Structure', 'A7B_hP24_187_ah2j2kn_j-001': 'Cs$_{7}$O Structure', 'A8B11_oP38_55_3gh_b2g3h-001': 'Ru$_{11}$B$_{8}$ Structure', 'A8B11_tP76_92_2a3b_a5b-001': 'Maucherite (Ni$_{11}$As$_{8}$) Structure', 'A8B21C9_cP152_205_cd_ac3d_bcd-001': 'Al$_{8}$Pb$_{9}$O$_{21}$ Structure', 'A8B23_mP124_7_16a_46a-001': 'Low Temperature Mo$_{8}$O$_{23}$ Structure', 'A8B23_mP62_13_4g_a11g-001': 'Approximate High Temperature Mo$_{8}$O$_{23}$ Structure', 'A8B24C_cP33_207_g_k_a-001': 'RbNO$_{3}$ (III) Structure', 'A8B24C_cP33_221_g_efh_a-001': 'Ce$_{8}$Pd$_{24}$Sb Structure', 'A8B2C12D2E_oI50_23_acgk_e_3k_f_b-001': 'Stannoidite (Cu$_{8}$(Fe,Zn)$_{3}$Sn$_{2}$S$_{12}$) Structure', 'A8B2C13_aP23_2_4i_i_a6i-001': '$\\\\alpha$-K$_{2}$Bi$_{8}$Se$_{13}$ Structure', 'A8B2C13_mP46_11_8e_2e_13e-001': '$\\\\beta$-K$_{2}$Bi$_{8}$Se$_{13}$ Structure', 'A8B2C3_hR13_160_2a2b_2a_b-001': '$\\\\gamma$-Na$_{2}$Ti$_{3}$Cl$_{8}$ Structure', 'A8B2CD12E2_mC200_15_8f_2f_ae_2e11f_2f-001': 'Manganese-leonite 185K [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O] Structure', 'A8B2CD12E2_mP100_14_8e_2e_ab_12e_2e-001': 'Manganese-leonite 110K [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O] Structure', 'A8B2CD15E2_mC112_12_2i3j_j_ac_g4i5j_2i-001': 'Manganese-leonite [K$_{2}$Mn(SO$_{4}$)$_{2}\\\\cdot$4H$_{2}$O, $H4_{23}$] Structure', 'A8B2C_cP44_198_2a2b_2a_a-001': 'Low-Temperature ZrW$_{2}$O$_{8}$ Structure', 'A8B2C_tP11_123_r_e_b-001': '$E6_{1}$ [Sr(OH)$_{2}$(H$_{2}$O)$_{8}$] Structure ({\\\\em Obsolete})', 'A8B2C_tP11_123_r_h_a-001': '$E6_{2}$ [SrO$_{2}$(H$_{2}$O)$_{8}$] (Possibly Obsolete) Structure', 'A8B3C2_hR13_166_ch_e_c-001': 'Na$_{2}$Mn$_{3}$Cl$_{8}$ Structure', 'A8B3C4_hR15_166_4c_ac_2c-001': 'Al$_{8}$C$_{3}$N$_{4}$ Structure', 'A8B3C_cI96_206_ce_d_a-001': 'ZrTe$_{3}$O$_{8}$ Structure', 'A8B3_cF176_219_eh_abe-001': 'Si$_{3}$Cl$_{8}$ Structure', 'A8B3_hR11_166_4c_ac-001': 'Li$_{8}$Pb$_{2}$ Structure', 'A8B3_mC22_12_4i_ai-001': 'Al$_{8}$Mo$_{3}$ Structure', 'A8B4C4DE8F2_oP108_62_4c2d_2d_2cd_c_4c2d_d-001': 'K$_{4}$[Mo(CN)$_{8}$]$\\\\cdot$ 2H$_{2}$O ($F2_{1}$) Structure', 'A8B5_hR26_160_a3bc_a3b-001': 'Cr$_{5}$Al$_{8}$ ($D8_{10}$) Structure', 'A8B5_mC26_12_2ij_ahi-001': 'V$_{5}$S$_{8}$ Structure', 'A8B6C_hR15_148_cf_f_a-001': 'Li$_{7}$TaO$_{6}$ Structure', 'A8B7C6_hP126_176_2h3i_acd6h_3i-001': 'Nb$_{7}$Rh$_{6}$B$_{8}$ Structure', 'A8B7C6_hP21_175_ck_aj_k-001': 'Nb$_{7}$Ru$_{6}$B$_{8}$ Structure', 'A8B9C24D19E3_hR63_148_cf_df_4f_a3f_bc-001': 'Y$_{3}$Cu$_{9}$(OH)$_{19}$Cl$_{8}$ Structure', 'A8BC3D6_hP18_189_agh_b_f_i-001': '$\\\\pi$-FeMg$_{3}$Al$_{8}$Si$_{6}$ ($E9_{b}$) Structure', 'A8BC4D_tI56_122_2e_b_e_a-001': 'NH$_{4}$H$_{2}$PO$_{4}$ Structure', 'A8BCD_oP44_62_4c2d_c_c_c-001': 'SbCl$_{5}\\\\cdot$POCl$_{3}$ Structure', 'A8B_hP27_180_2ik_d-001': 'CsC$_{8}$ Structure', 'A8B_tI18_139_deh_a-001': 'Fe$_{8}$N ($D2_{g}$) Structure', 'A8B_tI18_139_hi_a-001': 'Pt$_{8}$Ti Structure', 'A9B16C7_cF128_225_acd_2f_be-001': 'Model of Ferrite Structure (cF128)', 'A9B2C13D3_hP27_174_jl_i_ajkl_bcd-001': 'Tl$_{3}$Ga$_{9}$S$_{13}$O$_{2}$ Structure', 'A9B2C3_hP28_194_hk_f_bf-001': 'Cs$_{3}$Cr$_{2}$Cl$_{9}$ Structure', 'A9B2C9_hP40_176_hi_f_hi-001': 'Fe$_{2}$(CO)$_{9}$ ($F4_{1}$) Structure', 'A9B2CD2_tI56_108_a2cd_c_a_c-001': 'Zn$_{2}$VO(PO$_{4}$)$_{2}$ Structure', 'A9B2CDE_oP112_61_9c_2c_c_c_c-001': 'SrZn(VO)(PO$_{4}$)$_{2}$ Structure', 'A9B2_mP22_14_a4e_e-001': 'Co$_{2}$Al$_{9}$ ($D8_{d}$) Structure', 'A9B2_mP22_7_9a_2a-001': 'Rh$_{2}$Ga$_{9}$ Structure', 'A9B3C18D_hP62_176_hi_af_2h2i_b-001': 'YBa$_{3}$B$_{9}$O$_{18}$ Structure', 'A9B3C2_hP28_176_hi_af_f-001': 'K$_{3}$W$_{2}$Cl$_{9}$ ($K7_{1}$) Structure', 'A9B3C2_hR28_167_ef_e_c-001': 'Cs$_{3}$Tl$_{2}$Cl$_{9}$ ($K7_{2}$) Structure', 'A9B3C_hP26_194_hk_h_a-001': 'Al$_{9}$Mn$_{3}$Si ($E9_{c}$) Structure', 'A9B4C20_tI132_88_a2f_f_5f-001': 'Na$_{4}$Ge$_{9}$O$_{20}$ Structure', 'A9B4_hP26_194_ce3f_ef-001': "Na$_{9}$Pb$_{4}$ ($\\\\delta$'-NaPb) Structure", 'A9B4_oP156_62_5c11d_6c3d-001': 'Al$_{3}$Mn Structure', 'A9B5C5D2_aP42_2_9i_5i_5i_aei-001': '10-3-8 [Ca$_{10}$(Pt$_{3}$As$_{8}$)(Fe$_{2}$As$_{2}$)$_{5}$] Superconductor Structure', 'A9B5C5D2_tP42_85_c2g_cg_ag_bc-001': '10-4-8 [Ca$_{10}$(Pt$_{4}$As$_{8}$)(Fe$_{2}$As$_{2}$)$_{5}$] Superconductor Structure', 'A9B5_oC56_63_c4f_c2f-001': '$\\\\alpha$-Ni$_{7}$S$_{6}$ Structure', 'A9B8_cF68_225_af_ce-001': 'Co$_{9}$S$_{8}$ ($D8_{9}$) Structure', 'A9B8_oC68_21_acehik2l_4l-001': 'Godlevskite (Ni$_{9}$S$_{8}$) Structure', 'A9B9C16_tP34_111_ajn_bcdek_2no-001': 'Mooihoekite (Cu$_{9}$Fe$_{9}$S$_{16}$) Structure', 'A9BC14_oP96_17_9e_ac_14e-001': 'CsB$_{9}$O$_{14}$ Structure', 'A9BC2_hP12_191_fm_a_c-001': 'BaFe$_{2}$Al$_{9}$ Structure', 'A9BC3D5_hP18_189_fi_a_g_bh-001': '$\\\\pi$-FeMg$_{3}$Al$_{9}$Si$_{5}$ Structure', 'A9BC3_hR26_155_3cdef_c_f-001': 'ErNi$_{3}$Al$_{9}$ Structure', 'A9BC_oC44_39_3c3d_a_c-001': 'VPCl$_{9}$ Structure', 'AB10C4D4_mP152_14_2e_20e_8e_8e-001': 'Ag(tcm)(phz)$_{1/2}$ (AgC$_{10}$N$_{4}$H$_{4}$) Structure', 'AB10C9D_aP42_2_bc_10i_9i_i-001': 'Chalcanthite (CuSO$_{4}\\\\cdot$5H$_{2}$O, $H4_{10}$) Structure', 'AB11C3D_hR64_167_c_be3f_f_c-001': 'MoP$_{3}$SiO$_{11}$ (Rhombohedral Model) Structure', 'AB11C3D_mC128_15_f_ae10f_3f_f-001': 'MoP$_{3}$SiO$_{11}$ (Monoclinic Model) Structure', 'AB11CD3_cP16_221_a_dg_b_c-001': 'Model of Ferrite Structure (cP16)', 'AB11_cP36_221_c_agij-001': 'BaHg$_{11}$ ($D2_{e}$) Structure', 'AB11_tI48_141_b_aci-001': 'BaCd$_{11}$ Structure', 'AB12C3_cI32_229_a_h_b-001': 'Model of Austenite Structure (cI32)', 'AB12C5D2_oP40_18_a_6c_b2c_c-001': 'Diamminetriamidodizinc Chloride ([Zn$_{2}$(NH$_{3}$)$_{2}$(NH$_{2}$)$_{3}$]Cl) Structure', 'AB12C6_tP76_85_2c_6g_3g-001': 'BaRu$_{6}$O$_{12}$ Structure', 'AB12CD8E2_cP96_205_a_2d_b_cd_c-001': 'NaCr(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O Alum Structure', 'AB12C_aP14_2_b_6i_c-001': '$\\\\gamma$-CuZrF$_{6}$ Structure', 'AB12C_cF56_202_a_h_b-001': '$\\\\alpha$-CuZrF$_{6}$ Structure', 'AB12C_cP14_221_a_h_b-001': 'Predicted High-Pressure YCaH$_{12}$ Structure', 'AB13_cF112_226_a_bi-001': 'NaZn$_{13}$ ($D2_{3}$) Structure', 'AB13_mC28_12_a_c2i2j-001': 'CoZn$_{13}$ Structure', 'AB14C2_oI68_74_a_3i2j_h-001': 'MgAlB$_{14}$ Structure', 'AB14C2_tP68_136_f_ce2j2k_fg-001': 'Nd$_{2}$Fe$_{14}$B Structure', 'AB14C_oP64_62_c_4c5d_c-001': 'CdSnP$_{14}$ (HgPbP$_{14}$) Structure', 'AB18C8_cF108_225_a_eh_f-001': 'Model of Austenite Structure (cF108)', 'AB20C2D14E2_mP78_14_a_10e_e_7e_e-001': 'Tutton salt [Cu(NH$_{4}$)$_{2}$(SO$_{4}$)$_{2}\\\\cdot$H$_{2}$O, $H4_{4}$] Structure', 'AB20_cP126_223_c_k2l-001': "``A15'' Fullerene (Ba$_{3}$C$_{60}$) Structure", 'AB22C23D2E2_oP200_62_c_11d_3c10d_d_d-001': 'Autunite {Ca[(UO$_{2}$)(PO$_{4}$)]$_{2}$(H$_{2}$O)$_{11}$} Structure', 'AB24CD20E2_cP192_205_a_4d_b_c3d_c-001': '$\\\\gamma$-Alum [AlNa(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{15}$] Structure', 'AB24CD28E2_cP224_205_a_4d_b_2c4d_c-001': '$\\\\alpha$-Alum [KAl(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{13}$] Structure', 'AB27CD3_cP32_221_a_dij_b_c-001': 'Model of Austenite Structure (cP32)', 'AB2C12D4_tP76_75_2a2b_2d_12d_4d-001': 'Hexagonal Hollandite (BaRu$_{4}$Cr$_{2}$O$_{12}$) Structure', 'AB2C15D6E_oI100_74_e_g_e2hi2j_hj_a-001': 'Moskvinite (Na$_{2}$KYSi$_{6}$O$_{15}$) Structure', 'AB2C2D5E_tP11_123_a_h_h_ci_b-001': 'YBaCuFeO$_{5}$ Structure', 'AB2C2DE3_hR9_155_a_c_c_b_d-001': 'KBe$_{2}$BO$_{3}$F$_{2}$ Structure', 'AB2C2_hP10_194_a_bc_f-001': 'Na$_{0.74}$CoO$_{2}$ Structure', 'AB2C2_hP10_194_a_f_f-001': 'EuIn$_{2}$P$_{2}$ Structure', 'AB2C2_hP15_154_a_ab_c-001': 'EuIr$_{2}$P$_{2}$ Structure', 'AB2C2_mP20_14_e_2e_2e-001': 'Y$_{2}$OS$_{2}$ Structure', 'AB2C2_oC10_65_a_g_h-001': 'Mn$_{2}$AlB$_{2}$ Structure', 'AB2C2_oC20_63_c_f_2c-001': 'Lepidocrocite [$\\\\gamma$-FeO(OH), $E0_{4}$] Structure', 'AB2C2_oI10_71_a_e_f-002': 'Li$_{2}$CuO$_{2}$ Structure', 'AB2C2_tI10_139_a_d_e-002': 'Li$_{2}$CN$_{2}$ Structure', 'AB2C2_tI10_139_a_d_e-003': '$H5_{9}$ [Autunite Ca(UO$_{2}$)$_{2}$(PO$_{4}$)$_{2}\\\\cdot 10 \\\\frac{1}{2}$H$_{2}$O] Structure ({\\\\em Obsolete})', 'AB2C2_tI10_139_a_e_e-001': 'Na$_{2}$HgO$_{2}$ Structure', 'AB2C2_tP5_123_b_e_ac-001': 'Mn$_{2}$Co$_{2}$C Structure', 'AB2C36D2E20F2_cP252_205_a_c_6d_c_c3d_c-001': '$\\\\beta$-Alum [Al(NH$_{3}$CH$_{3}$)$_{2}$(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O, $H4_{14}$] Structure', 'AB2C3D2_tP16_90_c_f_ce_e-001': '$G7_{5}$ (PbCO$_{3}\\\\cdot$PbCl$_{2}$, Phosgenite) ({\\\\em Obsolete}) Structure', 'AB2C3D2_tP32_127_g_eh_gk_k-001': 'Phosgenite [Pb$_{2}$Cl$_{2}$(CO$_{3}$)] Structure', 'AB2C3D3_oP36_62_c_ac_cd_cd-001': 'Atacamite (Cu$_{2}$(OH)$_{3}$Cl) Structure', 'AB2C3_cP24_212_a_c_d-001': 'Li$_{2}$Pd$_{3}$B Structure', 'AB2C3_hP12_164_d_ae_i-001': 'Jacutingaite (Pt$_{2}$HgSe$_{3}$) Structure', 'AB2C3_mC24_15_e_f_ef-001': 'Zabuyelite (Li$_{2}$CO$_{3}$) Structure', 'AB2C3_mP24_14_e_2e_3e-001': 'AgTe$_{2}$Tl$_{3}$ Structure', 'AB2C3_oC96_66_ik_cdj2k_gl2m-001': '$\\\\gamma$-Li$_{2}$IrO$_{3}$ Structure', 'AB2C3_oP24_62_c_d_cd-001': 'Cubanite (CuFe$_{2}$S$_{3}$, $E9_{e}$) Structure', 'AB2C4D_cP32_198_a_2a_ab_a-001': 'Na$_{2}$CaSiO$_{4}$ ($S6_{6}$) Structure', 'AB2C4D_hR48_148_f_2f_4f_f-001': 'Dioptase [Cu$_{6}$(Si$_{6}$O$_{18}$)$\\\\cdot$6H$_{2}$O] Structure', 'AB2C4D_mP32_14_e_2e_4e_e-001': 'Monoclinic (II) Li$_{2}$FeSiO$_{4}$ Structure', 'AB2C4D_mP32_4_2a_4a_8a_2a-001': 'Monoclinic (I) Li$_{2}$FeSiO$_{4}$ Structure', 'AB2C4D_oP32_34_ab_abc_4c_c-001': 'K$_{2}$AgSbS$_{4}$ Structure', 'AB2C4D_oP32_62_c_d_2cd_c-001': 'Li$_{2}$CdSiO$_{4}$ Structure', 'AB2C4D_tP16_125_a_cd_m_b-001': 'SrFe$_{2}$S$_{4}$ Structure', 'AB2C4_hR7_166_a_c_2c-002': 'GeSb$_{2}$Te$_{4}$ Structure', 'AB2C4_mC28_8_2a_4a_4a2b-001': 'Base-Centered Monoclinic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_mP28_13_g_efg_4g-001': 'Cu(PtS$_{2}$)$_{2}$ Structure', 'AB2C4_oC28_63_c_ac_fg-001': 'Na$_{2}$CrO$_{4}$ ($H1_{8}$) Structure', 'AB2C4_oC28_64_a_d_ef-001': 'Gd$_{2}$CuO$_{4}$ Structure', 'AB2C4_oC28_64_a_f_ef-003': 'Base-Centered Orthorhombic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_oF28_69_a_g_cg-001': 'Face-Centered Orthorhombic La$_{2}$CuO$_{4}$ Structure', 'AB2C4_tI14_139_a_e_cd-003': "(T') Nd$_{2}$CuO$_{4}$ Structure", 'AB2C4_tI14_139_a_e_ce-001': '0201 [(La,Ba)$_{2}$CuO$_{4}$] High-$T_{c}$ Structure', 'AB2C5D10E2_mP40_14_a_e_c2e_5e_e-001': 'Monoclinic Averievite [(CsCl)Cu$_{5}$O$_{2}$(VO$_{4}$)$_{2}$] Structure', 'AB2C5D_oP18_51_a_2f_2efj_c-001': 'Class-I MV YBaFe$_{2}$O$_{5}$ Structure', 'AB2C5D_oP72_60_d_2cd_5d_2c-001': 'Na$_{2}$FeSbO$_{5}$ Structure', 'AB2C5D_oP9_47_a_l_gjk_b-001': 'Class-II MV YBaFe$_{2}$O$_{5}$ Structure', 'AB2C5D_tI36_140_a_h_cl_b-001': 'BaLa$_{2}$ZnO$_{5}$ Structure', 'AB2C5_oP32_55_g_eh_fghi-001': 'HoMn$_{2}$O$_{5}$ Structure', 'AB2C6D_hP20_163_c_f_i_a-001': '$\\\\beta$-Na$_{2}$GeTeO$_{6}$ Structure', 'AB2C6D_oC40_65_g_n_ijklm_h-001': 'High Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6D_oP40_26_2a_2c_2a2b4c_2b-001': 'Low Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6D_oP80_62_2c_2d_2c5d_d-001': 'Room Temperature SmBaMn$_{2}$O$_{6}$ Structure', 'AB2C6_oP36_60_c_d_3d-001': 'Columbite (FeNb$_{2}$O$_{4}$, $E5_{1}$) Structure', 'AB2C7D2_mC48_15_a_f_e3f_f-001': '$\\\\beta$-Na$_{2}$CuP$_{2}$O$_{7}$ Structure', 'AB2C7D2_mP48_14_e_2e_7e_2e-001': '$\\\\alpha$-Na$_{2}$CuP$_{2}$O$_{7}$ Structure', 'AB2C7D2_oP24_31_a_b_a3b_b-001': 'Clinobarylite (BaBe$_{2}$Si$_{2}$O$_{7}$) Structure', 'AB2C8D2_tI104_142_a_f_2g_e-001': 'BaCo$_{2}$V$_{2}$O$_{8}$ Structure', 'AB2C8D_oP24_49_e_q_2qr_f-001': 'CsPr(MoO$_{4}$)$_{2}$ Structure', 'AB2CD2_hP36_163_h_i_bf_i-001': 'KAg(CN)$_{2}$ ($F5_{10}$) Structure', 'AB2CD4_oP64_61_c_2c_c_4c-001': 'Hambergite [Be$_{2}$BO$_{3}$(OH) ($G7_{2}$)] Structure', 'AB2CD6_hP30_150_e_c2d_f_3g-001': 'Paralstonite (BaCa(CO$_{3}$)$_{2}$) Structure', 'AB2CD6_mP20_11_e_2e_e_2e2f-001': 'Barytocalcite (BaCa(CO$_{3}$)$_{2}$) Structure', 'AB2CD8E2_hP14_147_a_d_b_dg_d-001': 'Na$_{2}$BaNi(PO$_{4}$)$_{2}$ Structure', 'AB2CD_oC20_63_a_f_c_c-001': 'ThFe$_{2}$SiC Structure', 'AB2CD_oP20_62_c_2c_c_c-001': 'CuBiSeCl$_{2}$ Structure', 'AB2C_cF16_216_a_bc_d-001': 'Hg$_{2}$TiCu Inverse Heusler Structure', 'AB2C_cF16_225_a_c_b-001': 'Heusler (Cu$_{2}$AlMn, $L2_{1}$) Structure', 'AB2C_hP4_187_a_g_d-001': 'LiAgC$_{2}$ Structure', 'AB2C_hP4_187_a_g_d-002': 'InTaS$_{2}$ Structure', 'AB2C_mC16_12_g_2i_i-001': 'Monoclinic FeTlSe$_{2}$ Structure', 'AB2C_mC32_15_ae_2f_f-001': 'Miargyrite (AgSbS$_{2}$) Structure', 'AB2C_mP32_14_2e_4e_2e-001': "Lor\\\\'{a}ndite (TlAsS$_{2}$) Structure", 'AB2C_oC16_40_a_2b_b-001': 'K$_{2}$CdPb Structure', 'AB2C_oC16_63_c_2c_c-001': 'SrCuO$_{2}$ Structure', 'AB2C_oF64_70_e_h_ab-001': 'RbVSe$_{2}$ Structure', 'AB2C_oP16_51_2e_bfi_j-001': 'Kenhsuite ($\\\\gamma$-Hg$_{3}$S$_{2}$Cl$_{2}$) Structure', 'AB2C_oP16_62_c_2c_c-001': 'Chalcostibite (CuSbS$_{2}$, $F5_{6}$) Structure', 'AB2C_oP80_19_5a_10a_5a-001': '$\\\\beta$-Arabinose (CO$_{2}$H)$_{20}$ Structure', 'AB2C_oP8_51_e_be_f-001': 'Parkerite (Ni$_{3}$Bi$_{2}$S$_{4}$) Structure', 'AB2C_oP96_19_6a_12a_6a-001': 'Anhydrous $\\\\alpha$-D-Glucose (C$_{6}$H$_{12}$O$_{6}$) Structure', 'AB2C_oP96_19_6a_12a_6a-002': 'Anhydrous $\\\\beta$-D-Glucose (C$_{6}$H$_{12}$O$_{6}$) Structure', 'AB2C_tI16_139_e_ce_d-003': 'BaZnSb$_{2}$ Structure', 'AB2C_tI8_119_c_e_a-001': 'Tetragonal TlFeS$_{2}$ Structure', 'AB2_aP12_1_4a_8a-001': 'FeS$_{2}$ ($P1$) Structure', 'AB2_cF12_225_a_c-001': 'Fluorite (CaF$_{2}$, $C1$) Structure', 'AB2_cF48_227_c_e-001': 'Ti$_{2}$C Structure', 'AB2_cF96_227_e_cf-001': 'NiTi$_{2}$ Structure', 'AB2_cI36_199_b_c-001': '$C26_{a}$ (NO$_{2}$) ({\\\\em Obsolete}) Structure', 'AB2_cI36_204_d_g-001': 'Modern $C26$ (NO$_{2}$) Structure', 'AB2_cP12_205_a_c-001': 'Pyrite (FeS$_{2}$, $C2$) Structure', 'AB2_hP12_143_ad_bc2d-001': 'Trigonal MoS$_{2}$ Structure', 'AB2_hP12_194_f_ah-001': 'MgZn$_{2}$ Hexagonal Laves ($C14$) Structure', 'AB2_hP24_194_bh_fk-001': 'Low Temperature NbSe$_{2}$ Structure', 'AB2_hP24_194_ef_fgh-001': 'MgNi$_{2}$ Hexagonal Laves ($C36$) Structure', 'AB2_hP3_164_a_d-001': '$\\\\omega$ Phase (CdI$_{2}$, $C6$) Structure', 'AB2_hP3_191_a_d-001': 'Hexagonal $\\\\omega$ ($C32$) Structure', 'AB2_hP6_186_b_ab-001': 'C27 (CdI$_{2}$) Structure ({\\\\em Questionable})', 'AB2_hP6_194_b_f-001': 'CaIn$_{2}$ Structure', 'AB2_hP6_194_b_f-002': 'Hexagonal High-Temperature NbS$_{2}$ Structure', 'AB2_hP6_194_c_ad-001': 'InNi$_{2}$ ($B8_{2}$) Structure', 'AB2_hP6_194_c_f-001': 'Molybdenite (MoS$_{2}$, $C7$) Structure', 'AB2_hP72_192_m_j2kl-001': 'AlPO$_{4}$ Structure', 'AB2_hP9_156_2ab_a2b3c-001': 'CdI$_{2}$ (Polytype 6H$_{1}$) Structure', 'AB2_hP9_162_ad_k-001': "$\\\\beta$-V$_{2}$N ($L'3_{2}$) Structure", 'AB2_hP9_164_ad_c2d-001': '$\\\\delta_{H}^{II}$-NW$_{2}$ Structure', 'AB2_hP9_180_c_i-001': 'CrSi$_{2}$ ($C40$) Structure', 'AB2_hR27_146_3a2b_6b-001': 'Carlinite (Tl$_{2}$S) Structure', 'AB2_hR3_160_a_2a-001': 'Rhombohedral MoS$_{2}$ Structure', 'AB2_hR3_166_a_c-004': 'CdCl$_{2}$ Structure', 'AB2_hR6_166_c_2c-002': 'CaSi$_{2}$ ($C12$) Structure', 'AB2_mC12_12_i_aci-001': 'RuU$_{2}$ Structure', 'AB2_mC18_12_ai_3i-002': 'NbTe$_{2}$ Structure', 'AB2_mC6_12_a_i-001': 'Calaverite (AuTe$_{2}$, $C34$) Structure', 'AB2_mC6_12_a_i-003': 'NiO$_{2}$ Structure', 'AB2_mC6_12_a_i-004': '$\\\\alpha$-HgO$_{2}$ Structure', 'AB2_mP12_7_2a_4a-001': 'Calaverite (AuTe$_{2}$) Structure', 'AB2_mP6_11_e_2e-001': 'CaSb$_{2}$ Structure', 'AB2_oC12_36_a_2a-002': 'MoP$_{2}$ Structure', 'AB2_oC24_41_2a_2b-001': 'PdSn$_{2}$ ($C_{e}$) Structure', 'AB2_oC24_64_d_ef-002': 'CoGe$_{2}$ Structure', 'AB2_oC48_64_df_2g-001': 'Low Temperature FeSi$_2$ Structure', 'AB2_oC6_21_a_k-001': 'Ta$_{2}$H Structure', 'AB2_oC6_21_a_k-002': 'HoSb$_{2}$ Structure', 'AB2_oF48_70_e_ef-001': 'Mn$_{2}$B ($D1_{f}$) Structure', 'AB2_oF48_70_e_ef-002': 'Mg$_{2}$Cu ($C_{b}$) Structure', 'AB2_oI12_74_e_2e-001': 'GdSi$_{2}$ Structure', 'AB2_oI12_74_e_h-001': 'CeCu$_{2}$ Structure', 'AB2_oI6_71_a_e-001': 'MoPt$_{2}$ Structure', 'AB2_oI6_71_a_e-002': 'ReSi$_{2}$ Structure', 'AB2_oP12_29_a_2a-001': 'Low Temperature Pyrite (FeS$_{2}$) Structure', 'AB2_oP12_61_a_c-001': '$\\\\beta$-HgO$_{2}$ Structure', 'AB2_oP12_61_a_c-002': 'AgF$_{2}$ Structure', 'AB2_oP12_61_a_c-003': 'PdSe$_{2}$ Structure', 'AB2_oP24_28_acd_2c3d-001': 'Krennerite (AuTe$_{2}$) Structure', 'AB2_oP24_61_c_2c-001': 'AuSn$_{2}$ Structure', 'AB2_oP24_61_c_2c-002': 'ClO$_{2}$ Structure', 'AB2_oP24_62_2c_4c-001': 'IrSe$_{2}$ Structure', 'AB2_oP36_57_ce_2d2e-001': 'Ta$_{2}$S Structure', 'AB2_oP36_58_3g_6g-001': 'Ta$_{2}$P Structure', 'AB2_oP6_34_a_c-001': 'FeSb$_{2}$ Structure', 'AB2_oP6_58_a_g-001': 'Hydrophilite (CaCl$_{2}$, $C35$) Structure', 'AB2_oP6_58_a_g-002': '$\\\\eta$-Fe$_{2}$C Structure', 'AB2_oP6_58_a_g-003': 'Marcasite (FeS$_{2}$, $C18$) Structure', 'AB2_tI12_121_ab_i-001': 'C17 (Fe$_{2}$B) Structure ({\\\\em Obsolete})', 'AB2_tI48_122_cd_2e-001': 'NaS$_{2}$ Structure', 'AB2_tI48_141_h_2eg-001': 'Orange (I) HgI$_{2}$ Structure', 'AB2_tI48_142_d_ef-001': '$\\\\alpha$-PdSn$_{2}$ Structure', 'AB2_tI48_80_2b_4b-001': '$\\\\beta$-NbO$_{2}$ Structure', 'AB2_tI6_139_a_e-001': 'MoSi$_{2}$ ($C11_{b}$) Structure', 'AB2_tI96_88_2f_4f-001': '$\\\\alpha$-NbO$_{2}$ Structure', 'AB2_tP12_115_j_egi-001': 'Orange (averaged) HgI$_{2}$ Structure', 'AB2_tP12_81_adg_2h-001': 'GeSe$_{2}$ (High Pressure) Structure', 'AB2_tP24_102_d_2cd-001': 'S$_{2}$ (S$_{4}$N$_{2}$) Structure', 'AB2_tP24_137_g_cdf-001': 'Orange (II) HgI$_{2}$ Structure', 'AB2_tP3_123_a_h-001': 'Linzhiite (High Temperature FeSi$_2$) Structure', 'AB2_tP6_129_c_ac-003': 'La Se$_{1.85}$ Structure', 'AB2_tP6_137_a_d-001': 'Coccinite (Red HgI$_{2}$, $C13$) Structure', 'AB30C16D3_cF200_225_a_ej_2f_bc-001': '(NH$_{4}$)$_{3}$AlF$_{6}$ ($J2_{1}$) Structure', 'AB32C48_cI162_204_a_2efg_2gh-001': 'Bergman [Mg$_{32}$(Al,Zn)$_{49}$] Structure', 'AB32CD4E8_tP184_93_i_16p_af_2p_4p-001': 'AsPh$_{4}$CeS$_{8}$P$_{4}$Me$_{8}$ Structure', 'AB3C16_cF160_203_a_bc_eg-001': 'Rb$_{3}$AsSe$_{16}$ Structure', 'AB3C2D_hR7_160_a_b_2a_a-001': 'Cronstedtite {Fe(Fe,Si)[(OH)$_{2}$O]O$_{3}$OH, $S5_{7}$} Structure', 'AB3C2_cI96_206_c_e_ad-001': 'AlLi$_{3}$N$_{2}$ ($E9_{d}$) Structure', 'AB3C2_cP12_224_a_d_b-001': 'Henryite [(Ag$_{1.48}$Cu$_{1.44}$Fe$_{0.32}$)Te$_{2}$] Structure', 'AB3C2_hP12_176_b_h_f-001': 'LaRu$_{3}$Si$_{2}$ Structure', 'AB3C2_hP24_194_f_k_bh-001': 'Lu$_{2}$CoGa$_{3}$ Structure', 'AB3C2_hR6_166_a_d_c-001': 'Y$_{2}$Rh$_{3}$Ga Structure', 'AB3C2_oC48_64_d_dg_ef-001': 'Experimental Li$_{3}$AlP$_{2}$ Structure', 'AB3C2_oI96_73_f_3f_acde-001': 'Predicted Li$_{3}$AlP$_{2}$ Structure', 'AB3C2_tP12_136_a_bd_f-001': '$\\\\alpha$-Li$_{3}$BN$_{2}$ Structure', 'AB3C2_tP6_115_a_bg_g-001': 'Zr$_{2}$CuSb$_{3}$ Structure', 'AB3C3_aP28_2_2i_6i_6i-001': 'Boric Acid (H$_{3}$BO$_{3}$, $G5_{1}$) Structure', 'AB3C3_cF112_227_c_de_f-001': '$\\\\eta$-carbide (Fe$_{3}$W$_{3}$C, $E9_{3}$) Structure', 'AB3C3_oP56_61_c_3c_3c-001': 'Tl$_{3}$AsS$_{3}$ Structure', 'AB3C4D12_cI40_204_a_b_c_g-001': 'CaCu$_{3}$Mn$_{4}$O$_{12}$ Structure', 'AB3C4_cP8_215_a_c_e-001': "Cubic Lazarevi\\\\'{c}ite (AsCu$_{3}$S$_{4}$) Structure", 'AB3C4_hP16_194_c_af_ef-001': 'AlN$_{3}$Ti$_{4}$ Structure', 'AB3C4_oP16_31_a_ab_2ab-001': 'Enargite (AsCu$_{3}$S$_{4}$, $H2_{5}$) Structure', 'AB3C4_oP32_33_a_3a_4a-001': 'AsK$_{3}$S$_{4}$ Structure', 'AB3C4_tI16_121_a_bd_i-001': 'Luzonite (Cu$_{3}$AsS$_{4}$) Structure', 'AB3C5D10E2_hP21_164_a_bc_de_2di_d-001': 'Averievite [(CsCl)Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'AB3C5_oC36_63_c_af_c2f-001': 'CaFe$_{3}$O$_{5}$ Structure', 'AB3C6D12_cF88_202_a_bc_e_h-001': 'K$_{3}$Co(NO$_{2}$)$_{6}$ ($J2_{4}$) Structure', 'AB3C6_cI80_206_a_d_e-001': 'Bixbyite (Mn$_{2}$O$_{3}$, $D5_{3}$) Structure', 'AB3C6_hP20_173_b_a2b_2c-001': 'Edgarite (FeNb$_{3}$S$_{6}$) $P6_{3}$ \\\\#173 Structure', 'AB3C6_hP20_182_c_af_i-001': 'CoNb$_{3}$S$_{6}$ Structure', 'AB3C7D_hP24_173_a_c_b2c_b-001': 'La$_{3}$CuSiS$_{7}$ Structure', 'AB3C8_tI24_121_a_bd_2i-001': 'K$_{3}$CrO$_{8}$ Structure', 'AB3C9D_hP28_143_2a_2d_6d_bc-001': '$P3$ La$_{3}$BWO$_{9}$ Structure', 'AB3C9D_hP28_173_a_c_3c_b-001': '$P6_{3}$ La$_{3}$BWO$_{9}$ Structure', 'AB3CD2_mC56_12_2i_eg2ij_2i_2j-001': 'Radtkeite (Hg$_{3}$S$_{2}$ClI) Structure', 'AB3CD7E_tP52_78_a_3a_a_7a_a-001': 'La(HCO$_{2}$)(SO$_{4}$)(H$_{2}$O) Structure', 'AB3CD_oP24_62_c_3c_c_c-001': 'SrCuYSe$_{3}$ (Eu$_{2}$CuS$_{3}$) Structure', 'AB3C_aP30_2_3i_9i_3i-001': 'Wollastonite (CaSiO$_{3}$) Structure', 'AB3C_cP5_221_a_c_b-001': 'Cubic Perovskite (CaTiO$_{3}$, $E2_{1}$) Structure', 'AB3C_cP60_201_be_fh_g-001': 'KSbO$_{3}$ (High-Temperature) Structure', 'AB3C_hP20_190_ac_i_f-001': 'CsSO$_{3}$ ($K1_{2}$) Structure', 'AB3C_hP30_150_ef_3g_c2d-001': 'KSO$_{3}$ ($K1_{1}$) Structure', 'AB3C_hP30_193_g_gk_bd-001': 'Ordered TmBO$_{3}$ Structure', 'AB3C_hP30_194_bf_hk_af-001': 'Hexagonal BaTiO$_{3}$ Structure', 'AB3C_hP45_144_3a_9a_3a-001': 'RbNO$_{3}$ (IV) Structure', 'AB3C_hR10_148_c_f_c-001': 'Ilmenite (FeTiO$_{3}$, $E2_{2}$) Structure', 'AB3C_hR10_167_b_e_a-001': 'PrNiO$_{3}$ Rhombohedral Perovskite Structure', 'AB3C_hR15_166_bc_dh_ac-001': '9R BaRuO$_{3}$ Structure', 'AB3C_hR20_167_c_f_c-001': 'AgRuO$_{3}$ Structure', 'AB3C_hR5_160_a_b_a-001': 'Rhombohedral BaTiO$_{3}$ Structure', 'AB3C_mC20_12_i_ghi_e-001': '$\\\\alpha$-BaPbO$_{3}$ Perovskite Structure', 'AB3C_mC60_15_af_e4f_ef-001': '$\\\\alpha$-SrIrO$_{3}$ Perovskite Structure', 'AB3C_mP60_14_3e_9e_3e-001': 'Parawollastonite (CaSiO$_{3}$, $S3_{3}$(II)) Structure', 'AB3C_oC10_38_a_ae_b-002': 'Orthorhombic BaTiO$_{3}$ Structure', 'AB3C_oC20_63_c_cf_a-001': 'Post-perovskite (MgSiO$_{3}$) Structure', 'AB3C_oI20_74_e_eg_a-001': '$\\\\beta$-BaPbO$_{3}$ Perovskite Structure', 'AB3C_oP20_62_c_3c_c-001': '(NH$_{4}$)CdCl$_{3}$ ($E2_{4}$) Structure', 'AB3C_oP20_62_c_3c_c-002': 'CuTaS$_{3}$ Structure', 'AB3C_oP20_62_c_cd_a-001': 'CaTiO$_{3}$ $Pnma$ Perovskite Structure', 'AB3C_oP80_61_2c_6c_2c-001': 'Enstatite (MgSiO$_{3}$, $S4_{3}$) Structure', 'AB3C_tI20_139_ab_eh_d-001': 'AuCsCl$_{3}$ ($K7_{6}$) Structure', 'AB3C_tI20_140_d_bh_a-001': 'Tetragonal Perovskite KCuF$_{3}$ Structure', 'AB3C_tP10_123_g_abi_cd-001': '$\\\\gamma$-SrIrO$_{3}$ Double Perovskite Structure', 'AB3C_tP10_129_c_ce_a-001': 'SrPt$_{3}$P Structure', 'AB3C_tP5_99_b_ac_a-001': 'Room Temperature Tetragonal BaTiO$_{3}$ Structure', 'AB3_cF16_225_a_bc-001': 'BiF$_{3}$ ($D0_{3}$) Structure', 'AB3_cF64_227_c_f-001': '$\\\\beta$-Alane (AlD$_{3}$) Structure', 'AB3_cP4_221_a_c-001': 'Bogdanovite (Cu$_{3}$Au, $L1_{2}$) Structure', 'AB3_hP24_149_acgi_3l-001': 'Ti$_{3}$O (Room-Temperature) Structure', 'AB3_hP24_178_b_ac-001': 'AuF$_{3}$ Structure', 'AB3_hP24_179_b_ac-001': 'AuF$_{3}$ Structure', 'AB3_hP24_185_c_ab2c-001': 'Na$_{3}$As Structure', 'AB3_hP24_194_cf_abdk-001': 'CeNi$_{3}$ Structure', 'AB3_hP4_164_a_bd-001': '$D0_{13}$ (AlCl$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_hP4_187_a_bh-001': 'Re$_{3}$N Structure', 'AB3_hP8_182_c_g-001': 'Bainite (Fe$_{3}$C) Structure', 'AB3_hP8_194_c_bf-001': 'Na$_3$As ($D0_{18}$) Structure', 'AB3_hR12_166_ac_eh-001': 'BaPb$_{3}$ Structure', 'AB3_hR8_148_c_f-001': 'BiI$_{3}$ ($D0_{5}$) Structure', 'AB3_hR8_155_c_de-001': 'AlF$_{3}$ ($D0_{14}$) Structure', 'AB3_mC16_12_g_ij-001': 'AlCl$_{3}$ Structure', 'AB3_mC16_15_e_af-001': 'H$_{3}$Cl (50 GPa) Structure', 'AB3_mC16_5_c_3c-001': '$D0_{15}$ (AlCl$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_mC16_9_a_3a-001': 'H$_{3}$Cl (20 GPa) Structure', 'AB3_mC32_8_4a_12a-001': 'TaTi$_{3}$-I (BCC SQS-16) Structure', 'AB3_mC32_8_4a_4a4b-001': 'TaTi$_{3}$-II (BCC SQS-16) Structure', 'AB3_mP16_10_mn_3m3n-001': 'H$_{3}$Cl (400 GPa) Structure', 'AB3_mP16_11_2e_2e2f-001': '$\\\\beta$-NbPt$_{3}$ Structure', 'AB3_mP16_14_e_3e-002': "``$P2_1/c$''-B$_{2}$H$_{6}$ Structure", 'AB3_mP16_14_e_3e-003': '$\\\\beta$-B$_{2}$H$_{6}$ Structure', 'AB3_mP24_11_3e_9e-001': 'NbSe$_{3}$ Structure', 'AB3_mP32_14_2e_6e-001': 'Monoclinic ClF$_{3}$ Structure', 'AB3_mP32_14_2e_6e-002': 'CrTe$_{3}$ Structure', 'AB3_oC16_20_a_bc-001': '$D0_{7}$ (CrO$_{3}$) Structure ({\\\\em Obsolete})', 'AB3_oC16_38_ab_3a3b-001': 'GdSn$_{3}$ Structure', 'AB3_oC16_40_b_3b-001': 'CeTe$_{3}$ Structure', 'AB3_oC16_40_b_a2b-002': 'Orthorhombic CrO$_{3}$ Structure', 'AB3_oC16_63_c_3c-001': 'Mn$_{3}$As (D0$_{d}$) Structure', 'AB3_oC16_63_c_3c-002': 'NbTe$_{3}$ Structure', 'AB3_oC16_63_c_cf-001': 'Re$_{3}$B Structure', 'AB3_oC32_64_d_fg-001': 'PdSn$_{3}$ Structure', 'AB3_oC48_63_ad_cfgh-001': '$\\\\beta$-AlF$_{3}$ Structure', 'AB3_oC8_65_a_bf-001': "CdPt$_{3}$ (``New'' $L1_{3}$) Structure", 'AB3_oP16_18_ab_3c-001': 'BaS$_{3}$ (original $D0_{17}$) Structure', 'AB3_oP16_19_a_3a-001': 'H$_{3}$Cl (100 GPa) Structure', 'AB3_oP16_51_af_behk-001': '$\\\\alpha$-BiPd$_{3}$ Structure', 'AB3_oP16_62_c_3c-001': 'Molybdite (MoO$_{3}$, $D0_{8}$) Structure', 'AB3_oP16_62_c_cd-001': 'Cementite (Fe$_{3}$C, $D0_{11}$) Structure', 'AB3_oP16_62_c_cd-005': 'Orthorhombic ClF$_{3}$ Structure', 'AB3_oP24_58_ag_c2gh-001': '$\\\\gamma$-Alane (AlH$_{3}$) Structure', 'AB3_oP24_59_ae_befg-001': '$\\\\beta$-NbPd$_{3}$ Structure', 'AB3_tI16_140_b_ah-001': '$\\\\alpha$-SiU$_{3}$ ($D0_{c}$) Structure', 'AB3_tI32_121_f_g2i-001': '$\\\\alpha$-V$_{3}$S Structure', 'AB3_tI32_88_c_df-001': 'Copper (I) Azide (CuN$_{3}$) Structure', 'AB3_tP12_123_ae_cghi-001': 'AuMn$_{3}$ Structure', 'AB3_tP32_133_h_i2j-001': '$\\\\beta$-V$_{3}$S Structure', 'AB3_tP32_86_g_3g-001': 'Ti$_{3}$P Structure', 'AB3_tP40_127_di_cg2ij-001': '$\\\\kappa$-AlF$_{3}$ Structure', 'AB3_tP4_123_a_ce-001': 'CuTi$_{3}$ ($L6_{0}$) Structure', 'AB3_tP64_129_2cdi_2cfhijk-001': '$\\\\theta$-AlF$_{3}$ Structure', 'AB3_tP64_85_2ceg_2cf5g-001': 'Provisional $\\\\delta$-Alane (AlH$_{3}$) Structure', 'AB3_tP8_113_a_ce-001': 'BaS$_{3}$ ($D0_{17}$) Structure', 'AB4C12D2E_hP120_179_b_2c_6c_c_b-001': 'Sc(H$_{2}$O)$_{2}$[BP$_{2}$O$_{8}$]$\\\\cdot$H$_{2}$O Structure', 'AB4C15D4_oC96_36_a_2b_a7b_2b-001': 'Low Temperature BaBi$_{4}$Ti$_{4}$O$_{15}$ Structure', 'AB4C15D4_tI48_139_a_2e_bd2e2g_2e-001': 'High Temperature BaBi$_{4}$Ti$_{4}$O$_{15}$ $m = 4$ Aurivillius Structure', 'AB4C17D4E_tP54_90_a_g_c4g_g_c-001': 'BaCu$_{4}$[VO][PO$_{4}$]$_{4}$ Structure', 'AB4C24D12_tI82_87_a_h_2h2i_hi-001': 'Marialite Scapolite [Na$_{4}$Cl(AlSi$_{3}$)$_{3}$O$_{24}$, $S6_{4}$] Structure', 'AB4C2D2_mP36_14_e_4e_2e_2e-001': 'N-Hydroxyurea (CH$_{4}$N$_{2}$O$_{2}$) Structure', 'AB4C2D2_oP72_61_c_4c_2c_2c-001': 'O-Carbamoylhydroxylamine (CH$_{4}$N$_{2}$O$_{2}$) Structure', 'AB4C2D6_mC52_15_e_2f_f_3f-001': '$\\\\beta$-CuCrP$_{2}$S$_{6}$ Structure', 'AB4C2D_mP32_14_e_4e_2e_e-001': 'KAuBr$_{4}\\\\cdot$2H$_{2}$O ($H4_{19}$) Structure', 'AB4C2_hR28_166_2c_2c2h_abh-001': 'Rhombohedral CuTi$_{2}$S$_{4}$ Structure', 'AB4C2_hR7_166_a_2c_c-001': 'CaCu$_{4}$P$_{2}$ Structure', 'AB4C2_oP28_62_c_4c_2c-001': 'Berthierite (FeSb$_{2}$S$_{4}$, $E3_{3}$) Structure', 'AB4C2_tI56_142_a_df_d-001': 'Sr$_{2}$IrO$_{4}$ Structure', 'AB4C3_cI16_229_a_c_b-001': 'Model of Ferrite Structure (cI16)', 'AB4C3_cP16_223_a_e_c-001': 'NaPt$_{3}$O$_{4}$ Structure', 'AB4C3_oI32_46_b_2bc_bc-001': 'Room Temperature AgC$_{4}$N$_{3}$ Structure', 'AB4C3_oI32_46_b_2bc_bc-002': 'Low Temperature AgC$_{4}$N$_{3}$ Structure', 'AB4C4D4E_mC56_15_e_2f_2f_2f_a-001': 'BaNi(CN)$_{4}\\\\cdot$4H$_{2}$O ($H4_{22}$) Structure', 'AB4C4_oP36_55_e_2g2h_2g2h-001': 'Ta$_{4}$SiTe$_{4}$ Structure', 'AB4C6DE_tP26_129_c_j_2ci_a_c-001': 'Meta-autunite (I) [Ca(UO$_{2}$)$_{2}$(PO$_{4}$)$_{2}\\\\cdot$6H$_{2}$O, $H5_{10}$] Structure', 'AB4C6D_mC48_15_e_2f_3f_e-001': 'Gypsum (CaSO$_{4}\\\\cdot$2H$_{2}$O, $H4_{6}$) Structure', 'AB4C6D_mP24_13_e_aeg_3g_f-001': '$\\\\beta$-Cu$_{4}$O$_{2}$(VO$_{4}$)Cl Structure', 'AB4C6D_oP48_57_d_2de_3e_c-001': 'Coparsite [$\\\\alpha$-Cu$_{4}$O$_{2}$(VO$_{4}$)Cl] Structure', 'AB4C6_oC44_63_c_2f_ac2f-001': 'CaFe$_{4}$O$_{6}$ Structure', 'AB4C7D_hP26_159_b_ac_a2c_b-001': 'YbBaCo$_{4}$O$_{7}$ Structure', 'AB4C8_cF52_216_a_e_2e-001': 'Room Temperature GaMo$_{4}$S$_{8}$ Structure', 'AB4C8_hR13_160_a_ab_2a2b-001': 'Low Temperature GaMo$_{4}$S$_{8}$ Structure', 'AB4C8_mC26_12_a_2i_4i-001': 'Hollandite (BaMn$_{2}$O$_{4}$) Structure', 'AB4CD2_tP16_113_c_f_a_e-001': 'Ammonium Chlorite (NH$_{4}$ClO$_{2}$) Structure', 'AB4CD_hR42_146_2b_8b_2b_2b-001': 'Rhombohedral LiZnPO$_{4}$ Structure', 'AB4CD_mC224_9_8a_32a_8a_8a-001': '$\\\\alpha$-LiZnPO$_{4}$ Structure', 'AB4CD_oP28_33_a_4a_a_a-001': '$\\\\delta$$_{1}$-LiZnPO$_{4}$ Structure', 'AB4C_hP18_180_c_k_d-001': 'Rhadophane (CePO$_{4}$) Structure', 'AB4C_hP6_191_a_h_b-001': 'AlB$_{4}$Mg Structure', 'AB4C_hP72_168_2d_8d_2d-001': 'Al[PO$_{4}$] Structure', 'AB4C_hP72_184_d_4d_d-001': 'Al[PO$_{4}$] (Framework type AFI) Structure', 'AB4C_hR6_166_a_2c_b-001': 'CaUO$_{4}$ Structure', 'AB4C_mP12_11_e_2ef_e-001': 'SbAsO$_{2}$ Structure', 'AB4C_mP24_14_ab_4e_e-001': 'Anhydrous KAuBr$_{4}$ Structure', 'AB4C_mP24_14_ac_4e_e-001': 'CuTeO$_{4}$ Structure', 'AB4C_mP24_14_e_4e_e-001': 'Ammonium Persulfate [(NH$_{4}$)SO$_{4}$, $K4_{1}$] Structure', 'AB4C_mP24_14_e_4e_e-002': 'Monasite (LaPO$_{4}$) Structure', 'AB4C_oC24_20_a_2c_b-001': "AlPO$_{4}$ ``low cristobalite type'' Structure", 'AB4C_oC24_36_a_4a_a-002': 'BaZnF$_{4}$ Structure', 'AB4C_oC24_63_c_fg_c-001': 'Anhydrite (CaSO$_{4}$, $H0_{1}$) Structure', 'AB4C_oP24_19_a_4a_a-001': 'NaAlCl$_{4}$ Structure', 'AB4C_oP24_33_a_4a_a-001': '$\\\\beta$-CuAlCl$_{4}$ Structure', 'AB4C_oP24_59_c_efg_ab-001': 'RbAlF$_{4}$ III Structure', 'AB4C_oP24_62_a_2cd_c-001': 'Chalcocyanite (CuSO$_{4}$) Structure', 'AB4C_oP24_62_c_2cd_c-001': 'Barite (BaSO$_{4}$, $H0_{2}$) Structure', 'AB4C_tI12_82_c_g_a-001': 'BPO$_{4}$ ($H0_{7}$) Structure', 'AB4C_tI24_88_a_f_b-003': 'Scheelite (CaWO$_{4}$, $H0_{4}$) Structure', 'AB4C_tP12_112_b_n_e-001': '$\\\\alpha$-CuAlCl$_{4}$ Structure', 'AB4C_tP12_124_a_m_c-001': 'Nb$_{4}$CoSi Structure', 'AB4C_tP12_127_a_eg_c-001': 'RbAlF$_{4}$ II Structure', 'AB4C_tP12_129_c_i_a-001': 'NH$_{4}$Br ($B25$) Structure', 'AB4C_tP12_137_a_g_b-001': 'Low Temperature KBD$_{4}$ Structure', 'AB4C_tP24_129_bc_ij_d-001': 'CsFeF$_{4}$ II Structure', 'AB4C_tP6_123_b_eg_c-001': 'TlAlF$_{4}$ ($H0_{8}$) Structure', 'AB4_cP5_215_a_e-001': 'Fe$_{4}$C Structure', 'AB4_hP30_194_h_afhk-001': 'BaLi$_{4}$ Structure', 'AB4_mC20_15_e_2f-001': 'CrP$_{4}$ Structure', 'AB4_mP10_14_a_2e-001': 'CdP$_{4}$ Structure', 'AB4_oC20_41_a_2b-001': 'PtSn$_{4}$ ($D1_{c}$) Structure', 'AB4_oC20_68_a_i-001': 'PdSn$_{4}$ Structure', 'AB4_tI10_87_a_h-001': 'Ni$_{4}$Mo ($D1_{a}$) Structure', 'AB4_tP10_103_a_d-001': 'High Temperature NbTe$_{4}$ Structure', 'AB4_tP10_124_a_m-001': 'Room Temperature NbTe$_{4}$ Structure', 'AB5C2D10E2_mC80_15_e_e2f_f_5f_f-001': 'Averievite [(KBr)Cu$_{5}$O$_{2}$(PO$_{4}$)$_{2}$] Structure', 'AB5C2D11_oP76_62_c_5c_2c_5c3d-001': 'Ba$_{5}$AlIr$_{2}$O$_{11}$ Structure', 'AB5C2_mC32_15_e_e2f_f-001': 'Ta$_{2}$NiSe$_{5}$ Structure', 'AB5C2_oC32_20_a_2abc_c-001': 'K3$_{3}$ (Tl$_{2}$AlF$_{5}$) Structure', 'AB5C2_oC32_63_a_cef_g-001': 'Refined Tl$_{2}$AlF$_{5}$ Structure', 'AB5C2_oC32_63_c_c2f_f-004': 'Ta$_{2}$NiS$_{5}$ Structure', 'AB5C3_hP9_191_b_ah_f-001': 'KV$_{3}$Sb$_{5}$ Structure', 'AB5C7_oC52_63_c_a2f_c3f-001': 'CaFe$_{5}$O$_{7}$ Structure', 'AB5CD2_mC72_15_f_5f_f_2f-001': 'Pyrophyllite [AlSi$_{2}$O$_{5}$(OH), $S5_{6}$] Structure', 'AB5CD_mC32_15_e_e2f_e_a-001': 'Titanite (CaTiSiO$_{5}$, $S0_{6}$) Structure', 'AB5C_oP28_54_c_cdef_d-001': 'UMoO$_{5}$ Structure', 'AB5C_tP14_85_c_cg_a-001': 'MoPO$_{5}$ Structure', 'AB5C_tP7_123_b_ci_a-001': 'HoCoGa$_{5}$ Structure', 'AB5_cF24_216_a_ce-001': 'AuBe$_{5}$ ($C15_{b}$) Structure', 'AB5_hP6_191_a_cg-001': 'CaCu$_{5}$ ($D2_{d}$) Structure', 'AB5_mC24_12_i_g2ij-001': 'Pd$_{5}$As Structure', 'AB5_mC48_12_2i_ac5i2j-001': '$D2_{2}$ (MgZn$_{5}$?) Structure ({\\\\em Problematic})', 'AB5_oC24_63_c_ceg-001': 'BaZn$_{5}$ Structure', 'AB5_oP24_62_c_3cd-001': 'SrZn$_{5}$ Structure', 'AB6C11D6E4_mC112_12_e_gi2j_i5j_2i2j_2j-001': 'Chrysotile [Mg$_{6}$O$_{11}$Si$_{4}$(H$_{2}$O)(OH)$_{6}$, $S4_{5}$] Structure', 'AB6C18D4E2_mC62_5_b_2a2c_9c_2c_c-001': 'Rb$_{2}$CaCu$_{6}$(PO$_{4}$)$_{4}$O$_{2}$ Structure', 'AB6C2D_hR20_166_ab_2h_2c_c-001': 'High Temperature K$_{2}$LiAlF$_{6}$ Structure', 'AB6C2D_mC40_12_ac_gh4i_j_bd-001': 'Sr$_{2}$NiTeO$_{6}$ Structure', 'AB6C2D_mP20_14_a_3e_e_b-001': 'Sr$_{2}$MnTeO$_{6}$ Structure', 'AB6C2D_tI20_87_a_eh_d_b-001': 'Sr$_{2}$NiWO$_{6}$ Structure', 'AB6C2_cP72_198_2a_4b_ab-001': 'Low Temperature CsW$_{2}$O$_{6}$ Structure', 'AB6C2_mC18_12_a_3i_i-004': 'Ta$_{2}$PdSe$_{6}$ Structure', 'AB6C2_oP36_62_c_2c2d_d-001': 'Rynersonite (Orthorhombic CaTa$_{2}$O$_{6}$) Structure', 'AB6C3_cI160_230_b_h_g-001': 'Boropollucite [Cs(Si$_{2}$B)O$_{6}$] Structure', 'AB6C3_hP20_182_b_i_af-001': 'PbTa$_{2}$S$_{6}$ Structure', 'AB6C3_mP20_14_a_3e_be-001': 'Cryolite (Na$_{3}$AlF$_{6}$, $J2_{6}$) Structure', 'AB6C3_oI20_71_a_el_bf-001': 'High-Temperature Cryolite (Na$_{3}$AlF$_{6}$) Structure', 'AB6C4_oC22_65_a_3g_2h-001': 'Cr$_{4}$AlB$_{6}$ Structure', 'AB6C4_tP22_104_a_2ac_c-001': 'Tl$_{4}$HgI$_{6}$ Structure', 'AB6C4_tP22_137_a_df_g-001': 'Li$_{6}$CoO$_{4}$ Structure', 'AB6C8_hR15_148_a_f_cf-001': 'BaMo$_{6}$S$_{8}$ Structure', 'AB6CD2_cP120_213_d_3e_ac_e-001': 'SrCuTe$_{2}$O$_{6}$ Structure', 'AB6CD6E6_hP40_194_c_gh_b_k_k-001': 'Barlowite [Cu$_{4}$FBr(OH)$_{6}$] Structure', 'AB6CD7_hP30_186_b_d_a_b2c-001': 'LiClO$_{4}\\\\cdot$3H$_{2}$O ($H4_{18}$) Structure', 'AB6CD_hP9_149_a_l_d_e-001': 'PbMnTeO$_{6}$ Structure', 'AB6C_cF32_225_a_e_b-001': "$\\\\alpha$'-CuZrF$_{6}$ Structure", 'AB6C_hR8_148_a_f_b-001': '$\\\\beta$-CuZrF$_{6}$ Structure', 'AB6C_tP16_132_b_io_c-001': 'AgUF$_{6}$ Structure', 'AB6C_tP32_86_c_3g_d-001': 'NaSb(OH)$_{6}$ ($J1_{11}$) Structure', 'AB6C_tP8_123_a_hi_b-001': 'CePdGa$_{6}$ Structure', 'AB6_cI14_229_a_d-001': 'High Pressure Cubic CaH$_{6}$ Structure', 'AB6_mC56_15_f_6f-001': 'Ta$_{6}$S Structure', 'AB6_mP28_14_e_6e-001': 'Pd$_{6}$P Structure', 'AB6_oP28_29_a_6a-001': 'Mercury (II) Azide [Hg(N$_{3}$)$_{2}$] Structure', 'AB6_oP28_62_c_6c-001': 'Copper (II) Azide [Cu(N$_{3}$)$_{2}$] Structure', 'AB6_tI28_140_a_hk-001': 'U$_{6}$Mn ($D2_{c}$) Structure', 'AB7C2_tI20_139_a_bdg_e-001': 'CePt$_{2}$In$_{7}$ Structure', 'AB7C3_oP88_61_c_7c_3c-001': 'CuMo$_{3}$I$_{7}$ Structure', 'AB7CD2_oI44_24_a_c3d_b_ab-001': 'Weberite (Na$_{2}$MgAlF$_{7}$) Structure', 'AB7_hR16_166_c_c2h-001': 'TaTi$_{7}$ (BCC SQS-16) Structure', 'AB8C24D2E84F12_cF2096_228_a_cg_2h_b_7h_h-001': 'Voltaite (K$_{2}$Fe$_{8}$Al[SO$_{4}$]$_{12}\\\\cdot$18H$_{2}$O) Structure', 'AB8C2_oC22_35_a_ab3d_d-002': 'V$_{2}$MoO$_{8}$ Structure', 'AB8C2_tI44_97_e_2k_cd-001': 'Ta$_{2}$Se$_{8}$I Structure', 'AB8C2_tP11_123_a_ehi_g-003': 'Ho$_{2}$CoGa$_{8}$ Structure', 'AB8C2_tP22_124_a_n_h-001': 'CaO$_{2}$(H$_{2}$O)$_{8}$ Structure', 'AB8C4D5_oP72_62_c_4c2d_2d_3cd-001': 'Ag(tcm)(pyz) [AgC$_{8}$N$_{5}$H$_{4}$] Structure', 'AB8C4_mC52_12_i_gi3j_2j-001': 'Sanidine (KAlSi$_{3}$O$_{8}$, $S6_{7}$) Structure', 'AB8C8D_tI72_120_b_2i_2i_c-001': 'BeSO$_{4}\\\\cdot$4H$_{2}$O ($H4_{3}$) Structure', 'AB8C_cF40_225_a_f_b-001': 'Room Temperature KBD$_{4}$ Structure', 'AB8_cF36_225_a_f-001': '$\\\\delta$-Bi$_{2}$O$_{3}$ Structure', 'AB8_oI36_46_b_a3b2c-001': 'CuN$_{8}$ Structure', 'AB8_tP18_136_a_2fi-001': "$\\\\alpha$'-V$_{8}$O Structure", 'AB9C2_oC96_65_acg_ghoq3r_2g2h-001': 'BaIr$_{2}$Ge$_{7}$ Structure', 'AB9C3_cI208_220_c_3e_e-001': 'Al(PO$_{3}$)$_{3}$ ($G5_{2}$) Structure', 'AB9C4_hP28_188_a_kl_ck-001': 'BaSi$_{4}$O$_{9}$ ($S3_{2}$) Structure', 'AB9C4_tP28_85_c_a2g_g-001': 'CaV$_{4}$O$_{9}$ Structure', 'AB9_hP20_194_c_bfk-001': 'CeH$_{9}$ Structure', 'ABC15D6E_oC192_64_d_e_3f6g_3g_e-001': 'Zektzerite (NaLiZrSi$_{6}$O$_{15}$) Structure', 'ABC2D2E_hP21_164_bd_e_i_i_ac-001': 'YCu$_{3}$(OH)$_{6}$Cl$_{3}$ Structure', 'ABC2D2_tP6_123_b_a_e_h-001': 'CeCr$_{2}$Si$_{2}$C Structure', 'ABC2D5_oP36_55_g_g_adh_3g2h-001': 'Ludwigite (Mg$_{2}$FeBO$_{5}$) Structure', 'ABC2D6_mP20_13_e_e_g_3g-001': 'AgCrP$_{2}$S$_{6}$ Structure', 'ABC2D6_mP40_7_2a_2a_4a_12a-001': '$\\\\alpha$-CuCrP$_{2}$S$_{6}$ Structure', 'ABC2_aP16_1_4a_4a_8a-001': 'AsKSe$_{2}$ ($P1$) Structure', 'ABC2_cP96_218_i_i_2i-001': '$\\\\gamma$-HBO$_{2}$ (cubic) Structure', 'ABC2_hP12_164_ad_bd_c2d-001': 'Bohdanowiczite (AgBiSe$_{2}$) Structure', 'ABC2_hP16_186_ab_ab_a3b-001': 'O4-LiCoO$_{2}$ Structure', 'ABC2_hP4_164_a_b_d-001': 'Zlatogorite (CuNiSb$_{2}$) Structure', 'ABC2_hP4_187_a_b_h-001': 'InNbS$_{2}$ Structure', 'ABC2_hP8_164_d_d_cd-001': 'Nukundamite [(Cu$_{1-x}$Fe$_{x}$)$_{4}$S$_{4}$] Structure', 'ABC2_hP8_186_b_b_ab-001': 'O2-LiCoO$_{2}$ Structure', 'ABC2_hP8_194_a_c_f-005': 'Hexagonal Delafossite (CuFeO$_{2}$) Structure', 'ABC2_hP8_194_b_a_f-001': 'NiMoP$_{2}$ Structure', 'ABC2_hP8_194_c_a_f-007': 'AlCCr$_{2}$ Structure', 'ABC2_hR24_148_f_f_2f-001': 'Trechmannite (AgAsS$_{2}$) Structure', 'ABC2_hR24_167_e_e_2e-001': 'KBO$_{2}$ ($F5_{13}$) Structure', 'ABC2_hR4_160_a_a_2a-002': 'Grimaldiite ($\\\\alpha$-CrOOH) Structure', 'ABC2_hR4_160_a_a_2a-003': 'CrCuS$_{2}$ Structure', 'ABC2_hR4_166_a_b_c-001': 'Caswellsilverite (CrNaS$_{2}$, $F5_{1}$) Structure', 'ABC2_hR4_166_a_b_c-004': 'Rhombohedral Delafossite (CuFeO$_{2}$) Structure', 'ABC2_hR4_166_a_b_c-009': '$\\\\alpha$-NaFeO$_{2}$ Structure', 'ABC2_hR4_166_a_b_c-010': 'LiNiO$_{2}$ Structure', 'ABC2_mC16_15_e_e_f-004': 'KFeS$_{2}$ ($F5_{a}$) Structure', 'ABC2_mC24_12_ah_cg_ij-001': 'Predicted $\\\\zeta$-LiAlO$_{2}$ Structure', 'ABC2_mC32_15_2e_2e_2f-002': "$\\\\beta'$-LiFeO$_{2}$ Structure", 'ABC2_mC8_12_a_c_i-004': 'Monoclinic NaNiO$_{2}$ Structure', 'ABC2_mC8_8_a_a_b-001': '$F5_{11}$ (KNO$_{2}$) Structure ({\\\\em Obsolete})', 'ABC2_mC96_15_2e2f_3f_6f-001': 'Smithite (AgAsS$_{2}$) Structure', 'ABC2_mP16_14_e_e_2e-003': 'KNO$_{2}$ III Structure', 'ABC2_mP16_14_e_e_2e-004': 'Manganite ($\\\\gamma$-MnO(OH), $E0_{6}$) Structure', 'ABC2_mP16_14_e_e_2e-005': '$\\\\beta$-LiErO$_{2}$ Structure', 'ABC2_mP48_14_3e_3e_6e-001': 'Clinometaborite ($\\\\beta$-HBO$_{2}$, monoclinic) Structure', 'ABC2_mP8_10_ac_eh_mn-001': 'Muthmannite (AuAgTe$_{2}$) Structure', 'ABC2_oC16_67_a_g_bg-001': 'HoCuP$_{2}$ Structure', 'ABC2_oC32_64_f_d_ef-001': 'NbCoTe$_{2}$ Structure', 'ABC2_oI16_23_ac_e_k-001': 'NaFeS$_{2}$ Structure', 'ABC2_oI16_71_e_g_fi-001': 'CsFeS$_{2}$ (100K) Structure', 'ABC2_oI8_44_a_a_c-001': 'Ferroelectric NaNO$_{2}$ ($F5_{5}$) Structure', 'ABC2_oI8_44_a_a_c-002': 'AgNO$_{2}$ ($F5_{12}$) Structure', 'ABC2_oP16_33_a_a_2a-003': 'LiGaO$_{2}$ Structure', 'ABC2_oP16_53_h_e_gh-001': 'TaNiTe$_{2}$ Structure', 'ABC2_oP16_54_c_c_f-001': 'AgClO$_{2}$ Structure', 'ABC2_oP16_62_c_c_2c-002': 'Diaspore (AlOOH, $E0_{2}$) Structure', 'ABC2_oP16_62_c_c_2c-003': 'CaMnSb$_{2}$ Structure', 'ABC2_oP48_62_3c_3c_6c-001': '$\\\\alpha$-HBO$_{2}$ (orthorhombic) Structure', 'ABC2_oP8_31_a_a_2a-001': 'Guyanaite ($\\\\beta$-CrOOH) Structure', 'ABC2_oP8_59_a_a_2b-004': 'Orthorhombic LiFeO$_{2}$ (o-LiFeO$_{2}$) Structure', 'ABC2_tI16_122_a_b_d-001': 'Chalcopyrite (CuFeS$_{2}$, $E1_{1}$) Structure', 'ABC2_tI16_141_a_b_e-003': '$\\\\gamma$-LiFeO$_{2}$ Structure', 'ABC2_tP16_92_a_a_b-001': '$\\\\gamma$-LiAlO$_{2}$ Structure', 'ABC2_tP4_115_a_c_g-001': '$F6_{1}$ Chalcopyrite (CuFeS$_{2}$) Structure ({\\\\em Obsolete})', 'ABC2_tP4_123_a_d_e-001': 'CaCuO$_{2}$ Structure', 'ABC2_tP8_100_b_a_c-001': '$F5_{4}$ (NH$_{4}$ClO$_{2}$) ({\\\\em Obsolete}) Structure', 'ABC2_tP8_129_a_c_bc-002': 'HfCuSi$_{2}$ Structure', 'ABC30DE20F2_oP220_29_a_a_30a_a_20a_2a-001': 'Low Temperature (NH$_{3}$CH$_{3}$)Al(SO$_{4}$)$_{2}$ $\\\\cdot$ 12H$_{2}$O Structure', 'ABC3D6_cP11_200_a_b_c_f-001': 'CsHgN$_{3}$O$_{6}$ Structure', 'ABC3DE2_tP16_129_a_c_cf_c_2c-001': 'Sr$_{2}$CuGaSO$_{3}$', 'ABC3D_oC24_63_c_c_cf_a-001': 'KCuZrS$_{3}$ Structure', 'ABC3_cP20_198_a_a_b-001': 'Sodium Chlorate (NaClO$_{3}$, $G0_{3}$) Structure', 'ABC3_hP10_173_b_a_c-001': '$\\\\alpha$-LiIO$_{3}$ Structure', 'ABC3_hP10_182_c_b_g-001': '$E2_{3}$ (LiIO$_{3}$) Structure ({\\\\em Obsolete})', 'ABC3_hP10_194_c_a_h-001': 'BaNiO$_{3}$ Structure', 'ABC3_hP10_194_c_a_h-002': 'High Temperature GdBO$_{3}$ Structure', 'ABC3_hP20_194_ac_f_gh-001': '4H BaMnO$_{3}$ Structure', 'ABC3_hP30_185_ab_c_ab2c-001': 'LuMnO$_{3}$ Structure', 'ABC3_hR10_146_2a_2a_2b-001': 'FePSe$_{3}$ Structure', 'ABC3_hR10_148_c_c_f-001': 'FePSe$_{3}$ Structure', 'ABC3_hR10_161_a_a_b-001': 'Ferroelectric LiNbO$_{3}$ Structure', 'ABC3_hR10_167_a_b_e-001': 'Paraelectric LiNbO$_{3}$ Structure', 'ABC3_hR10_167_a_b_e-002': 'Calcite (CaCO$_{3}$, $G0_{1}$) Structure', 'ABC3_hR30_155_de_f_de2f-001': 'Low Temperature GdBO$_{3}$ Structure', 'ABC3_hR5_160_a_a_b-001': 'KBrO$_{3}$ ($G0_{7}$) Structure', 'ABC3_hR5_160_a_a_b-002': '$\\\\gamma$-Potassium Nitrate (KNO$_{3}$) Structure', 'ABC3_mC10_5_b_a_ac-001': "(Ba,Ca)CO$_{3}$ (``$C2$'') Structure", 'ABC3_mC20_12_g_i_ij-001': 'MnPS$_{3}$ Structure', 'ABC3_mC40_15_2e_f_3f-001': 'CoGeO$_{3}$ Structure', 'ABC3_mC50_12_a2i_c2i_be2i2j-001': '$\\\\beta$-BaIrO$_{3}$ Perovskite Structure', 'ABC3_mC60_12_3i_ac2i_3i3j-001': '$\\\\alpha$-BaIrO$_{3}$ Perovskite Structure', 'ABC3_mP10_11_e_e_ef-001': 'KClO$_{3}$ ($G0_{6}$) Structure', 'ABC3_mP20_14_e_e_3e-001': 'HgMnO$_{3}$ HP1 Structure', 'ABC3_oC20_63_c_a_cf-003': 'V$_{3}$AsC Structure', 'ABC3_oC40_63_2c_d_efg-001': 'NaNbO$_{3}$ $Cmcm$ Lueshite Perovskite Structure', 'ABC3_oC80_36_2ab_2ab_2a5b-001': '$\\\\alpha$-Potassium Nitrate (KNO$_{3}$) Structure II', 'ABC3_oP20_30_2a_c_3c-001': '$Pnc2$ CuBrSe$_{3}$ Structure', 'ABC3_oP20_33_a_a_3a-001': '$\\\\gamma$-LiIO$_{3}$ Structure', 'ABC3_oP20_53_e_g_hi-001': '$Pmna$ CuBrSe$_{3}$ Structure', 'ABC3_oP20_54_e_d_cf-001': 'BiGaO$_{3}$ Structure', 'ABC3_oP20_62_c_a_cd-001': 'Monoclinic Vaterite (CaCO$_{3}$) Structure', 'ABC3_oP20_62_c_c_cd-001': '$\\\\alpha$-Potassium Nitrate (KNO$_{3}$) Structure I', 'ABC3_oP20_62_c_c_cd-002': 'NH$_{4}$NO$_{3}$ III ($G0_{10}$) Structure', 'ABC3_oP20_62_c_c_cd-003': 'Aragonite ($G0_{2}$, CaCO$_{3}$) Structure', 'ABC3_oP40_17_abcd_2e_abcd4e-001': 'Ferroelectric NaNbO$_{3}$ $P222_{1}$ Lueshite Perovskite Structure', 'ABC3_oP40_57_cd_e_cd2e-001': 'NaNbO$_{3}$ $Pbcm$ Lueshite Perovskite Structure', 'ABC3_tI10_107_a_a_ab-001': 'BaNiSn$_{3}$ Structure', 'ABC3_tP10_100_b_a_bc-001': 'NH$_{4}$NO$_{3}$ II ($G0_{9}$) Structure', 'ABC3_tP10_127_c_a_bg-001': 'NaNbO$_{3}$ $P4/mbm$ Lueshite Perovskite Structure', 'ABC3_tP40_86_g_g_3g-001': '$\\\\beta$-LiIO$_{3}$ Structure', 'ABC4D2E8_tP32_126_a_b_h_e_k-001': 'Ag[Co(NH$_{3}$)$_{2}$(NO$_{2}$)$_{4}$] ($J1_{9}$) Structure', 'ABC4D2_tI16_121_a_b_i_c-001': 'Tl$_{2}$CdGeTe$_{4}$ Structure', 'ABC4D_cP28_198_a_a_ab_a-001': '$\\\\alpha$-Carnegieite (NaAlSiO$_{4}$, $S6_{5}$) Structure', 'ABC4D_hP14_156_ac_bc_ab2d_ab-001': 'Belomarinaite (KNaSO$_{4}$) Structure', 'ABC4D_hP14_173_a_b_bc_b-001': 'LiKSO$_{4}$ ($H1_{4}$) Structure', 'ABC4D_hP168_169_4a_4a_16a_4a-001': 'Hexagonal Trinepheline (NaAlSiO$_{4}$) Structure', 'ABC4D_hP42_173_a2b_c_4c_c-001': 'BaMgSiO$_{4}$ Structure', 'ABC4D_hP56_186_bc_ac_b3cd_bc-001': 'BaCaSiO$_{4}$ Structure', 'ABC4D_hP84_181_gi_bcf_4k_hj-001': '$\\\\beta$-Eucryptite (LiAlSiO$_{4}$) Structure', 'ABC4D_mP28_14_e_e_4e_e-001': '$\\\\alpha$-AgCuPO$_{4}$ Structure', 'ABC4D_oI28_74_a_c_hi_e-001': 'LiCuVO$_{4}$ Structure', 'ABC4D_oP28_57_d_d_2c2d_d-001': 'AgEuTiO$_{4}$ Structure', 'ABC4D_oP28_62_c_a_2cd_c-001': 'Monticellite (CaMgSiO$_{4}$) Structure', 'ABC4D_oP28_62_c_c_4c_c-001': 'Garavellite (FeSbBiS$_{4}$) Structure', 'ABC4D_oP56_61_c_c_4c_c-001': '$\\\\beta$-AgCuPO$_{4}$ Structure', 'ABC4D_tP14_129_c_c_2cf_c-001': 'AgLaTiO$_{4}$ Structure', 'ABC4_cF24_216_a_b_e-001': 'High-Temperature Cubic KClO$_{4}$ ($H0_{5}$) Structure', 'ABC4_hP18_152_a_b_2c-001': 'Alarsite (AlAsO$_{4}$) Structure', 'ABC4_hP18_189_f_g_fgj-001': 'CsCrF$_{4}$ Structure', 'ABC4_mC24_12_i_i_4i-001': 'AlNbO$_{4}$ Structure', 'ABC4_mC24_5_2a_c_4c-001': 'CrPS$_{4}$ Structure', 'ABC4_mP12_13_e_a_2g-001': 'Sylvanite (AgAuTe$_{4}$, $E1_{b}$) Structure', 'ABC4_mP24_14_e_e_4e-001': 'AgMnO$_{4}$ (H0$_{9}$) Structure', 'ABC4_mP24_14_e_e_4e-002': 'GaPS$_{4}$ Structure', 'ABC4_oC24_63_c_a_fg-001': 'MgSO$_{4}$ Structure', 'ABC4_oI12_23_a_b_k-001': 'BPS$_{4}$ Structure', 'ABC4_oP12_16_ae_bd_2u-001': 'AlPS$_{4}$ Structure', 'ABC4_oP24_31_2a_2a_8a-001': 'NbIrTe$_{4}$ Structure', 'ABC4_tI12_82_a_c_g-001': 'InPS$_{4}$ Structure', 'ABC4_tI96_142_e_ab_2g-001': 'PPrS$_{4}$ Structure', 'ABC4_tP12_125_a_b_m-001': 'KCeSe$_{4}$ Structure', 'ABC5D2_oP36_58_g_g_3gh_eg-001': 'Adamite [Zn$_{2}$(AsO$_{4}$)(OH), $H2_7$] Structure', 'ABC5D2_oP36_62_c_c_c2d_2c-001': 'BaCuSm$_{2}$O$_{5}$ Structure', 'ABC5_oC28_63_c_a_c2f-001': 'NbNiTe$_{5}$ Structure', 'ABC6D15_oC46_38_b_b_2a2d_2ab4d2e-001': 'NaNb$_{6}$O$_{15}$F Structure', 'ABC6D15_oP46_51_f_b_2e2i_cef4i2j-001': 'LiNb$_{6}$O$_{15}$F Structure', 'ABC6D2_mC40_15_e_e_3f_f-001': 'Esseneite (CaFeSi$_{2}$O$_{6}$) Structure', 'ABC6D2_mC40_15_e_e_3f_f-002': 'Diopside [CaMg(SiO$_{3}$)$_{2}$, $S4_{1}$] Structure', 'ABC6D8E2_cF72_225_a_b_e_f_c-001': 'Sulphohalite [Na$_{6}$ClF(SO$_{4}$)$_{2}$, $H5_{8}$] Structure', 'ABC6D_hP18_163_c_b_i_d-001': 'Colquiriite (LiCaAlF$_{6}$) Structure', 'ABC6_hR8_166_a_b_h-001': '$\\\\beta$-Potassium Nitrate (KNO$_{3}$) Structure', 'ABC8D2_hP12_150_a_b_dg_d-001': 'Steklite [KAl(SO$_{4}$)$_{2}$, $H3_{2}$] Structure', 'ABC8D2_mC48_15_e_e_4f_f-001': 'Wodginite (LiFe(WO$_{4}$)$_{2}$) Structure', 'ABC8D2_mP24_13_e_f_4g_g-001': 'NaIn(WO$_{4}$)$_{2}$ Structure', 'ABC8D3_aP26_2_i_i_8i_3i-001': 'Albite (NaAlSi$_{3}$O$_{8}$, $S6_{8}$) Structure', 'ABCD3_hP36_190_h_g_af_hi-001': 'Bastn\\\\"{a}site [CeF(CO$_{3}$), $G7_{1}$] Structure', 'ABCD3_mP24_14_e_e_e_3e-001': 'Nahcolite (NaHCO$_{3}$, $G0_{12}$) Structure', 'ABCD3_oI48_73_d_c_c_cf-001': 'KAg[CO$_{3}$] Structure', 'ABCD3_oP24_31_2a_b_2a_2a2b-001': 'Seligmannite (PbCuAsS$_{3}$) Structure', 'ABCD4_oP28_62_c_c_c_4c-001': 'Warwickite (FeCoBO$_{4}$) Structure', 'ABCD6E_tP40_86_e_c_ab_3g_d-001': "``Double-Double'' Perovskite CaMnCrSbO$_{6}$ Structure", 'ABCD8E3_oP112_62_d_2c_d_4c6d_3d-001': 'Epididymite (BeHNaO$_{8}$Si$_{3}$, $S4_{7}$) Structure', 'ABCD_cF16_216_a_b_c_d-001': 'Quaternary Heusler (LiMgAuSn) Structure', 'ABCD_hP4_187_c_b_a_f-001': 'ZrTaNO Structure', 'ABCD_hP8_186_b_b_a_a-001': 'Cd(OH)Cl ($E0_{3}$) Structure', 'ABCD_mP16_14_e_e_e_e-001': 'Cu(OH)Cl Structure', 'ABCD_oP16_18_c_c_c_c-001': 'Capgaronnite [HgS$\\\\cdot$Ag(Cl,Br,I)] Structure', 'ABCD_oP16_57_d_c_d_d-001': 'KNCS ($F5_{9}$) Structure', 'ABCD_oP16_62_c_c_c_c-001': 'NH$_{4}$ClBrI ($F5_{14}$) Structure', 'ABCD_tP8_129_b_c_a_c-001': 'LaOAgS Structure', 'ABCD_tP8_129_c_b_a_c-001': 'AsCuSiZr Structure', 'ABC_cF12_216_a_c_b-001': 'Half–Heusler (AgAsMg, $C1_{b}$) Structure', 'ABC_cP12_198_a_a_a-001': 'Ullmanite (NiSSb, $F0_{1}$) Structure', 'ABC_hP12_174_aj_dk_ej-001': 'GdSI Structure', 'ABC_hP36_175_jk_jk_jk-001': 'Mg[NH] Structure', 'ABC_hP3_156_a_b_c-001': 'BeTeI Structure', 'ABC_hP3_183_a_a_a-001': 'AuCN Structure', 'ABC_hP3_187_b_c_e-001': 'BaPtSb Structure', 'ABC_hP6_186_b_b_a-003': 'LiGaGe Crystal Structure', 'ABC_hP6_194_a_b_c-001': 'SrCoO', 'ABC_hP6_194_c_d_a-001': 'LiBC Structure', 'ABC_hP9_189_f_bc_g-003': 'ZrNiAl Structure', 'ABC_hR3_160_a_a_a-001': 'Carbonyl Sulphide (COS, F0$_{2}$) Structure', 'ABC_hR6_166_c_c_c-001': 'SmSI Structure', 'ABC_hR6_166_c_c_c-002': 'YOF Structure', 'ABC_mC12_12_i_i_i-003': 'GdCBr Structure', 'ABC_mC24_15_f_f_f-001': 'Pampaloite (AuSbTe) Structure', 'ABC_mP12_14_e_e_e-002': 'Arsenopyrite (FeAsS, $E0_{7}$) Structure', 'ABC_mP42_13_e3g_e3g_f3g-001': 'SnIP Structure', 'ABC_mP6_11_e_e_e-001': 'YO(OH) Structure', 'ABC_oC12_63_c_c_c-004': 'UBC Structure', 'ABC_oC12_63_c_c_c-005': 'MoAlB Structure', 'ABC_oI12_71_e_h_f-001': 'NbPS Structure', 'ABC_oI36_46_ac_bc_3b-001': 'TiFeSi Structure', 'ABC_oP12_29_a_a_a-001': 'Cobaltite (CoAsS) Structure', 'ABC_oP12_62_c_c_c-003': 'MnCuP Structure', 'ABC_oP12_62_c_c_c-017': 'Lautite (CuAsS) Structure', 'ABC_oP24_61_c_c_c-001': 'COCl Structure', 'ABC_oP6_59_a_a_a-001': 'CNCl Structure', 'ABC_oP6_59_a_b_a-001': 'FeOCl ($E0_{5}$) Structure', 'ABC_tI12_109_a_a_a-001': 'LaPtSi Structure', 'ABC_tI48_120_abe_i_i-001': '$\\\\alpha$-MgAgSb Structure', 'ABC_tP12_131_k_j_l-001': 'PdTeI Structure', 'ABC_tP24_91_d_d_d-001': 'ThBC Structure', 'ABC_tP24_95_d_d_d-001': 'ThBC Structure', 'ABC_tP3_123_c_a_b-001': 'FeNNi Structure', 'ABC_tP6_129_a_c_b-001': 'LaOF Structure', 'ABC_tP6_129_c_a_c-001': 'Matlockite ($E0_{1}$, PbFCl) Structure', 'ABC_tP6_129_c_a_c-003': 'PrOI Structure', 'ABC_tP6_129_c_c_c-001': 'CaGaN Structure', 'ABC_tP6_129_c_c_c-002': 'TaMoN Structure', 'AB_aP16_2_4i_4i-001': 'TaTi (BCC SQS-16) Structure', 'AB_cF16_227_a_b-001': 'NaTl ($B32$) Structure', 'AB_cF32_227_c_d-001': 'Cubic CuPt [$L1_{3}(I)$, $D4$] Structure', 'AB_cF40_216_ae_be-001': 'Theoretical cF40 AlN Structure', 'AB_cF8_216_a_c-001': 'Zincblende (ZnAs, $B3$) Structure', 'AB_cF8_225_a_b-001': 'Rock Salt/Halite (NaCl, $B1$) Structure', 'AB_cI16_199_a_a-001': 'CoU ($B_{a}$) Structure', 'AB_cI16_217_c_c-001': 'Theoretical cI16 AlN Structure', 'AB_cI24_220_a_b-001': 'Theoretical cI24 AlN Structure', 'AB_cP16_205_c_c-001': 'SC16 (CuCl) Structure', 'AB_cP2_221_a_b-002': 'CsCl ($B2$) Structure', 'AB_cP64_218_ei_ei-001': 'KGe Structure', 'AB_cP6_221_c_d-001': 'NbO Structure', 'AB_cP8_198_a_a-001': '$\\\\alpha$-CO ($B21$) Structure', 'AB_cP8_198_a_a-002': 'FeSi ($B20$) Structure', 'AB_hP12_156_3a2bc_3a2bc-001': '$\\\\beta$-CuI (Kurdyumova) Structure', 'AB_hP12_164_c2d_c2d-001': 'Nevskite (BiSe) Structure', 'AB_hP12_186_a2b_a2b-001': 'Moissanite-6H SiC ($B6$) Structure', 'AB_hP12_189_fg_eh-001': 'NaO Structure', 'AB_hP12_194_af_bf-001': 'CMo Structure', 'AB_hP12_194_cf_de-001': 'Covellite (CuS, $B18$) Structure', 'AB_hP16_186_2a2b_2a2b-001': '$\\\\delta$-GaSe Structure', 'AB_hP16_186_ac_bc-002': 'Low Temperature Nb$_{1-x}$S Structure', 'AB_hP24_190_i_afh-001': 'Troilite (FeS) Structure', 'AB_hP2_187_a_d-001': 'Tungsten Carbide (WC, $B_{h}$) Structure', 'AB_hP4_156_ab_ab-001': '$\\\\beta$-CuI (Sakuma) Structure', 'AB_hP4_186_b_a-001': 'Original BN ($B12$) Structure ({\\\\em Obsolete})', 'AB_hP4_186_b_b-001': 'Wurtzite (ZnS, $B4$) Structure', 'AB_hP4_194_a_c-003': 'LiZn$_{2}$ ($C_{k}$) Structure', 'AB_hP4_194_c_a-001': 'Nickeline (NiAs, $B8_{1}$) Structure', 'AB_hP4_194_c_a-003': "$L'3_{0}$ (approximate Fe$_{2}$N) Structure", 'AB_hP4_194_c_d-001': 'BN ($B_{k}$) Structure', 'AB_hP6_144_a_a-001': 'ZnTe (high-pressure) Structure', 'AB_hP6_154_a_b-001': 'Cinnabar (HgS, $B9$) Structure', 'AB_hP6_183_c_ab-001': 'CrFe$_{3}$NiSn$_{5}$ Structure', 'AB_hP6_191_f_ad-001': 'CoSn ($B35$) Structure', 'AB_hP8_186_ab_ab-001': 'Moissanite-4H SiC ($B5$) Structure', 'AB_hP8_187_gh_gh-001': '$\\\\epsilon$-GaSe Structure', 'AB_hP8_194_ac_f-003': 'LiO Structure', 'AB_hP8_194_ac_f-004': 'AsTi ($B_{i}$) Structure', 'AB_hP8_194_f_f-003': '$\\\\beta$-GaSe Structure', 'AB_hR10_160_5a_5a-001': 'Moissanite-15R (SiC, $B7$) Structure', 'AB_hR16_148_cf_cf-001': 'Solid Cubane (C$_{8}$H$_{8}$) Structure', 'AB_hR26_148_a2f_b2f-001': 'PdAl Structure', 'AB_hR2_160_a_a-002': 'GeTe Structure', 'AB_hR2_166_a_b-001': 'Rhombohedral CuPt ($L1_{1}$) Structure', 'AB_hR2_166_a_b-003': 'KSH ($B22$) Structure', 'AB_hR4_160_2a_2a-001': '$\\\\gamma$-GaSe Structure', 'AB_hR4_166_c_c-005': 'Rhombohedral ZrCl Structure', 'AB_hR4_166_c_c-006': 'ZrBr Structure', 'AB_hR6_160_3a_3a-001': 'Moissanite 9R (CSi) Structure', 'AB_hR6_160_b_b-001': 'Millerite (NiS, $B13$) Structure', 'AB_hR6_166_ac_bc-001': '$\\\\epsilon$-Hf$_{3}$N$_{2}$ Structure', 'AB_hR8_166_2c_abc-001': '$\\\\zeta$-Hf$_{4}$N$_{3}$ Structure', 'AB_mC16_12_2i_2i-001': 'SrN Structure', 'AB_mC16_12_2i_2i-002': '$\\\\beta$-BiI Structure', 'AB_mC16_12_2i_2i-003': '$\\\\gamma$-BiI Structure', 'AB_mC16_12_aci_2i-001': 'CoGe Structure', 'AB_mC20_12_a2i_c2i-001': 'CuAl Structure', 'AB_mC24_12_3i_3i-001': 'SiAs Structure', 'AB_mC256_5_2a2b30c_32c-001': 'High Temperature Monoclinic TlS Structure', 'AB_mC32_12_4i_4i-001': '$\\\\alpha$-BiI Structure', 'AB_mC32_15_2ef_2f-001': 'NSe Structure', 'AB_mC32_15_2f_2f-001': 'NaSi Structure', 'AB_mC8_12_i_i-002': 'Monoclinic ZrCl Structure', 'AB_mC8_15_a_e-001': 'Tenorite (CuO, $B26$) Structure', 'AB_mC8_15_a_e-003': 'CrS Structure', 'AB_mP16_14_2e_2e-001': '$\\\\alpha$-ICl Structure', 'AB_mP16_14_2e_2e-002': 'LiAs Structure', 'AB_mP16_4_4a_4a-001': '$\\\\alpha$-BiPd Structure', 'AB_mP24_14_3e_3e-001': '$\\\\epsilon$-1,2,3,4,5,6-Hexachloro{\\\\em cyclo}hexane (C$_{6}$Cl$_{6}$) Structure', 'AB_mP32_14_4e_4e-001': 'Pararealgar (AsS) Structure', 'AB_mP32_14_4e_4e-002': 'Realgar (AsS, $B_{l}$) Structure', 'AB_mP32_14_4e_4e-003': 'NaGe Structure', 'AB_mP32_14_4e_4e-004': 'NS Structure', 'AB_mP4_11_e_e-001': 'NiTi Structure', 'AB_mP4_6_2a_2b-001': 'Tetrataenite (FeNi) Structure', 'AB_mP6_10_bn_cm-001': '$\\\\alpha$-LiSn Structure', 'AB_oC16_63_g_2c-001': 'NaHg Structure', 'AB_oC16_64_e_f-002': 'KO Structure', 'AB_oC32_36_2ab_2ab-001': '$\\\\beta$-BiPd Structure', 'AB_oC8_36_a_a-001': 'Low Temperature HCl Structure', 'AB_oC8_63_c_c-001': 'CrB ($B33$) Structure', 'AB_oC8_63_c_c-004': '$\\\\beta$-SnS Structure', 'AB_oC8_65_g_j-001': '$\\\\alpha$-IrV Structure', 'AB_oC8_66_a_e-001': 'NbD Structure', 'AB_oC8_67_a_g-001': '$\\\\alpha$-FeSe Structure', 'AB_oC8_67_a_g-002': '$\\\\alpha$-PbO Structure', 'AB_oF8_22_a_c-001': 'Low temperature FeS Structure', 'AB_oF8_42_a_a-001': 'BN (High-pressure, high-temperature) Structure', 'AB_oF8_69_a_b-001': 'TlF ($B24$) Structure ({\\\\em Obsolete})', 'AB_oI48_44_6c_abc2de-001': '$B30$ (MgZn?) Structure ({\\\\em Problematic})', 'AB_oI4_44_a_b-001': 'High-pressure GaAs Structure', 'AB_oI8_71_e_g-001': 'CsO Structure', 'AB_oP12_51_ei_fj-001': 'TaRh Structure', 'AB_oP16_19_2a_2a-001': 'NaP Structure', 'AB_oP16_57_cd_2d-001': 'DyAl Structure', 'AB_oP16_61_c_c-001': 'CdSb ($B_{e}$) Structure', 'AB_oP16_61_c_c-002': 'Cyanogen [(CN)$_{2}$] Structure', 'AB_oP16_62_2c_2c-002': 'ThNi Structure', 'AB_oP2_25_a_b-001': 'High-pressure CdTe Structure', 'AB_oP2_47_a_h-001': 'AuMn Structure', 'AB_oP32_62_2cd_2cd-001': 'Empressite (AgTe) Structure', 'AB_oP48_61_3c_3c-001': 'Benzene Structure', 'AB_oP4_51_e_f-001': "$\\\\beta$'-AuCd ($B19$) Structure", 'AB_oP4_59_a_b-001': 'Vulcanite (CuTe) Structure', 'AB_oP8_33_a_a-001': 'Modderite (CoAs) Structure', 'AB_oP8_51_ef_af-001': 'High-Pressure CuBi Structure', 'AB_oP8_57_d_d-001': 'TlF-II Structure', 'AB_oP8_58_g_g-001': 'InS Structure', 'AB_oP8_62_c_c-001': 'GeS ($B16$) Structure', 'AB_oP8_62_c_c-002': 'MnP ($B31$) Structure', 'AB_oP8_62_c_c-003': 'FeB ($B27$) Structure', 'AB_oP8_62_c_c-004': '$\\\\alpha$-SnS ($B29$) Structure', 'AB_oP8_62_c_c-005': 'Westerveldite (FeAs, $B14$) Structure', 'AB_oP8_62_c_c-010': '$\\\\eta$-NiSi ($B_{d}$) Structure', 'AB_tI16_140_ab_h-001': '$\\\\beta$-SeTl ($B37$) Structure', 'AB_tI16_141_e_e-001': 'MoB ($B_{g}$) Structure', 'AB_tI24_141_ae_be-001': '$\\\\beta$-LiSn Structure', 'AB_tI4_107_a_a-001': 'GeP (High-pressure, superconducting) Structure', 'AB_tI4_119_c_a-001': 'GaSb (II) Structure', 'AB_tI4_139_a_b-002': "``Martensite Type'' FeC$_{x}$ ($x < 0.06$) ($L'2_{0}$) Structure", 'AB_tI4_139_a_b-003': '$\\\\beta$-LiFeO$_{2}$ Structure', 'AB_tI64_142_ef_g-001': 'NaPb Structure', 'AB_tI8_109_a_a-001': 'NbAs Structure', 'AB_tI8_139_e_e-001': 'Calomel (Hg$_{2}$Cl$_{2}$, $D3_{1}$) Structure', 'AB_tI8_141_a_b-001': "NbP (``40'') Structure", 'AB_tP16_84_cej_k-001': 'Vysotskite (PdS, $B34$) Structure', 'AB_tP2_123_a_d-001': 'CuAu(I) ($L1_{0}$) Structure', 'AB_tP2_123_a_d-002': '$\\\\delta$-CuTi ($L2_{a}$) Structure', 'AB_tP4_129_a_c-001': 'Litharge (tetragonal PbO, $B10$) Structure', 'AB_tP4_129_c_c-001': '$\\\\gamma$-CuTi ($B11$) Structure', 'AB_tP4_131_c_e-001': 'Cooperite (PtS, $B17$) Structure', 'AB_tP64_92_2a3b_4b-001': 'Intermediate Temperature Tetragonal TlS Structure', 'AB_tP8_111_n_n-001': 'VN (Low-temperature) Structure', 'AB_tP8_136_f_g-001': '$\\\\beta$-BeO Structure', 'A_aP12_2_6i-001': 'Hexamethylbenzene II (C$_{12}$H$_{18}$) Structure', 'A_aP24_2_12i-001': "Low Temperature ``White'' Phosphorous Structure", 'A_aP4_2_aci-001': 'Cf Structure', 'A_cF136_227_aeg-001': 'Si$_{34}$ Clathrate Structure', 'A_cF240_202_h2i-001': 'FCC C$_{60}$ Buckminsterfullerene Structure', 'A_cF32_227_e-001': 'T-Carbon Structure', 'A_cF4_225_a-001': 'Face-Centered Cubic (Cu, $A1$, fcc) Structure', 'A_cF8_227_a-001': 'Diamond ($A4$) Structure', 'A_cI16_206_c-001': 'BC8 (Si) Structure', 'A_cI16_220_c-001': 'High-pressure cI16 Li Structure', 'A_cI2_229_a-001': 'Body-Centered Cubic (W, $A2$, bcc) Structure', 'A_cI58_217_ac2g-001': '$\\\\alpha$-Mn ($A12$) Structure', 'A_cP1_221_a-001': '$\\\\alpha$-Po ($A_{h}$, simple cubic) Structure', 'A_cP20_213_cd-001': '$\\\\beta$-Mn ($A13$) Structure', 'A_cP240_205_10d-001': 'Simple Cubic C$_{60}$ Buckminsterfullerene Structure', 'A_cP46_223_cik-001': 'Si$_{46}$ Clathrate Structure', 'A_cP8_198_2a-001': '$\\\\alpha$-N ($P2_{1}3$) Structure', 'A_cP8_205_c-001': '$\\\\alpha$-N ($Pa\\\\overline{3}$) Structure', 'A_hP1_191_a-001': 'Simple Hexagonal (HgSn$_{6-10}$ $A_{f}$) Structure', 'A_hP2_194_c-001': 'Hexagonal Close Packed (Mg, $A3$, hcp) Structure', 'A_hP3_152_a-001': '$\\\\gamma$-Se ($A8$) Structure', 'A_hP4_186_ab-001': 'Buckled Graphite Structure', 'A_hP4_194_ac-001': "$\\\\alpha$-La ($A3'$) Structure", 'A_hP4_194_bc-001': 'Hexagonal Graphite ($A9$) Structure', 'A_hP4_194_f-001': 'Lonsdaleite (Hexagonal Diamond) Structure', 'A_hP6_178_a-001': 'Sc-V (High-Pressure) Structure', 'A_hP6_194_h-001': 'Hypothetical Tetrahedrally Bonded Carbon with 3-Member Rings Model Structure', 'A_hP9_154_ac-001': 'S-II Structure', 'A_hR105_166_ac9h4i-001': '$\\\\beta$-B (R-105) Structure', 'A_hR12_166_2h-001': '$\\\\alpha$-B (R-12) Structure', 'A_hR1_166_a-001': '$\\\\beta$-Po ($A_i$) Structure', 'A_hR1_166_a-002': '$\\\\alpha$-Hg (A10) Structure', 'A_hR2_166_c-001': '$\\\\alpha$-As ($A7$) Structure', 'A_hR2_166_c-002': 'Rhombohedral Graphite Structure', 'A_hR2_166_c-003': '$\\\\beta$-O$_{2}$ Structure', 'A_hR3_166_ac-001': '$\\\\alpha$-Sm ($C19$) Structure', 'A_hR6_148_f-001': 'S$_{6}$ ($\\\\rho$-S) Sulfur Structure', 'A_mC12_5_3c-001': '$A19$ Po Structure ({\\\\em Obsolete})', 'A_mC16_12_4i-001': 'M-carbon Structure', 'A_mC24_15_2e2f-001': 'H-III (300 GPa) Structure', 'A_mC34_12_ah3i2j-001': '$\\\\beta$-Pu Structure', 'A_mC4_12_i-001': '$\\\\alpha$-O$_{2}$ Structure', 'A_mC4_15_e-001': '$\\\\beta$-Ga Structure ({\\\\em Obsolete})', 'A_mP16_11_8e-001': '$\\\\alpha$-Pu Structure', 'A_mP32_13_8g-001': "Rosick\\\\'{y}ite ($\\\\gamma$-monoclinic Sulfur) Structure", 'A_mP32_14_8e-001': '$\\\\beta$-Se ($A_{l}$) Structure', 'A_mP32_14_8e-002': '$\\\\alpha$-monoclinic Selenium Structure', 'A_mP4_4_2a-001': 'High-pressure Te Structure', 'A_mP64_14_16e-001': '$\\\\alpha$-Se ($A_{k}$) Structure', 'A_mP64_14_16e-002': '$\\\\beta$-monoclinic Sulfur Structure', 'A_mP84_13_21g-001': "Monoclinic (Hittorf's) Phosphorus Structure", 'A_mP8_10_2m2n-001': 'S-carbon Structure', 'A_oC24_63_3f-001': 'Si$_{24}$ Clathrate Structure', 'A_oC4_63_c-001': '$\\\\alpha$-U ($A20$) Structure', 'A_oC8_64_f-001': '$\\\\alpha$-Ga ($A11$) Structure', 'A_oC8_64_f-002': 'Black Phosphorus ($A17$) Structure', 'A_oC8_64_f-003': 'Molecular Iodine ($A14$) Structure', 'A_oF128_70_4h-001': '$\\\\alpha$-S ($A16$) Structure', 'A_oF8_70_a-001': '$\\\\gamma$-Pu Structure', 'A_oP16_55_2g2h-001': 'R-carbon Structure', 'A_oP24_58_eg2h-001': 'S$_{12}$ Sulfur Structure', 'A_oP8_62_2c-001': '$\\\\alpha$-Np ($A_{c}$) Structure', 'A_oP8_62_2c-002': 'High-Pressure oP8 Sodium Structure', 'A_tI16_142_f-001': 'S-III Structure', 'A_tI2_139_a-001': 'In ($A6$) Structure', 'A_tI2_139_a-002': 'Pa ($A_{a}$) Structure', 'A_tI4_139_e-001': 'Hypothetical BCT5 Si Structure', 'A_tI4_141_a-001': '$\\\\beta$-Sn ($A5$) Structure', 'A_tI8_139_h-001': 'Hypothetical Tetrahedrally Bonded Carbon with 4-Member Rings Model Structure', 'A_tP12_138_bi-001': 'C (T12 Group IV) Structure', 'A_tP12_96_ab-001': "``ST12'' Structure of Si", 'A_tP16_138_j-001': 'Cl ($A18$) Structure ({\\\\em Obsolete})', 'A_tP30_136_af2ij-001': '$\\\\beta$-U ($A_{b}$) Structure', 'A_tP4_129_ac-001': '$\\\\beta$-Np ($A_{d}$) Structure', 'A_tP4_136_f-001': '$\\\\gamma$-N Structure', 'A_tP50_134_a2m2n-001': 'T-50 B ($A_{g}$) Structure'})

Use the aflow command line tool to determine the library prototype label for a structure and look up its human-readable shortname. In the case of multiple results, the enumeration with the smallest misfit that is in the prototypes list is returned. If none of the results are in the matching prototypes list, then the prototype with the smallest misfit is returned.

Parameters:
  • atoms (Atoms) -- Atoms object to compare

  • prim (bool) -- whether to primitivize the structure first

  • shortnames (Dict) -- Dictionary with library prototype labels as keys and human-readable shortnames as values.

Return type:

Tuple[Optional[str], Optional[str]]

Returns:

  • The library prototype label for the provided compound.

  • Shortname corresponding to this prototype

_compare_poscars(poscar1, poscar2)
Return type:

Dict

_compare_Atoms(atoms1, atoms2, sort_atoms1=True, sort_atoms2=True)
Return type:

Dict

get_basistransformation_rotation_originshift_atom_map_from_atoms(atoms1, atoms2, sort_atoms1=True, sort_atoms2=True)

Get operations to transform atoms2 to atoms1

Parameters:
  • sort_atoms1 (bool) -- Whether to sort atoms1 before comparing. If species are not alphabetized, this is REQUIRED. However, the atom_map returned will be w.r.t the sorted order, use with care!

  • sort_atoms2 (bool) -- Whether to sort atoms2 before comparing.

Return type:

Tuple[Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes], None], Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes], None], Union[_Buffer, _SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[bool | int | float | complex | str | bytes], None], Optional[List[int]]]

Returns:

  • basis transformation

  • rotation

  • origin shift

  • atom_map (atom_map[index_in_structure_1] = index_in_structure_2)

Raises:

AFLOW.FailedToMatchException -- if AFLOW fails to match the crystals

get_param_names_from_prototype(prototype_label)

Get the parameter names

Return type:

List[str]

get_equation_sets_from_prototype(prototype_label)

Get the symbolic equations for the fractional positions in the unit cell of an AFLOW prototype

Parameters:

prototype_label (str) -- An AFLOW prototype label, without an enumeration suffix, without specified atomic species

Return type:

List[EquivalentEqnSet]

Returns:

List of EquivalentEqnSet objects

Each EquivalentEqnSet contains:
  • species: The species of the atoms in this set.

  • wyckoff_letter: The Wyckoff letter corresponding to this set.

  • param_names: The names of the free parameters associated with this Wyckoff position.

  • coeff_matrix_list: A list of 3 x n matrices of coefficients for the free parameters.

  • const_terms_list: A list of 3 x 1 columns of constant terms in the coordinates.

solve_for_params_of_known_prototype(atoms, prototype_label, max_resid=None, cell_rtol=0.01, rot_rtol=0.01, rot_atol=0.01, match_library_proto=True)

Given an Atoms object that is a primitive cell of its Bravais lattice as defined in doi.org/10.1016/j.commatsci.2017.01.017, and its presumed prototype label, solves for the free parameters of the prototype label. Raises an error if the solution fails (likely indicating that the Atoms object provided does not conform to the provided prototype label.) The Atoms object may be rotated, translated, and permuted, but the identity of the lattice vectors must be unchanged w.r.t. the crystallographic prototype. In other words, there must exist a permutation and translation of the fractional coordinates that enables them to match the equations defined by the prototype label.

Parameters:
  • atoms (Atoms) -- The Atoms object to analyze

  • prototype_label (str) -- The assumed AFLOW prototype label. atoms must be a primitive cell (with lattice vectors defined in doi.org/10.1016/j.commatsci.2017.01.017) conforming to the symmetry defined by this prototype label. Rigid body rotations, translations, and permutations of atoms relative to the AFLOW setting are allowed, but the identity of the lattice vectors must be unchanged.

  • max_resid (Optional[float]) -- Maximum residual allowed when attempting to match the fractional positions of the atoms to the crystallographic equations If not provided, this is automatically set to 0.01*(minimum NN distance)

  • cell_rtol (float) -- Relative tolerance on cell lengths and angles Justification for default value: AFLOW uses 0.01*(minimum NN distance) as default tolerance.

  • rot_rtol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

  • rot_atol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

  • match_library_proto (bool) -- Whether to attempt matching to library prototypes

Return type:

Union[List[float], Tuple[List[float], Optional[str]]]

Returns:

  • List of free parameters that will regenerate atoms (up to permutations, rotations, and translations) when paired with prototype_label

  • Additionally, if 'match_library_proto' is True (default):
    • Library prototype label from the AFLOW prototype encyclopedia, if any

    • Title of library prototype from the AFLOW prototype encyclopedia, if any

Raises:
confirm_atoms_unrotated_when_cells_aligned(test_atoms, ref_atoms, sgnum, cell_rtol=0.01, rot_rtol=0.01, rot_atol=0.01)

Check whether test_atoms and reference_atoms are unrotated as follows: When the cells are in ase.cell.Cell.standard_form(), the cells are identical. When both crystals are rotated to standard form (rotating the cell and keeping the fractional coordinates unchanged), the rotation part of the mapping the two crystals to each other found by AFLOW is in the point group of the reference crystal (using the generated crystal would give the same result). In other words, the crystals are identically oriented (but possibly translated) in reference to their lattice vectors, which in turn must be identical up to a rotation in reference to some Cartesian coordinate system. The crystals must be primitive cells as defined in https://doi.org/10.1016/j.commatsci.2017.01.017.

Parameters:
  • test_atoms (Atoms) -- Primitive cell of a crystal

  • ref_atoms (Atoms) -- Primitive cell of a crystal

  • sgnum (Union[int, str]) -- Space group number

  • cell_rtol (float) -- Parameter to pass to numpy.allclose() for comparing cell params. Justification for default value: AFLOW uses 0.01*(minimum NN distance) as default tolerance.

  • rot_rtol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

  • rot_atol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

Return type:

bool

confirm_unrotated_prototype_designation(reference_atoms, species, prototype_label, parameter_values, cell_rtol=0.01, rot_rtol=0.01, rot_atol=0.01)

Check whether the provided prototype designation recreates reference_atoms as follows: When the cells are in ase.cell.Cell.standard_form(), the cells are identical. When both crystals are rotated to standard form (rotating the cell and keeping the fractional coordinates unchanged), the rotation part of the mapping the two crystals to each other found by AFLOW is in the point group of the reference crystal (using the generated crystal would give the same result). In other words, the crystals are identically oriented (but possibly translated) in reference to their lattice vectors, which in turn must be identical up to a rotation in reference to some Cartesian coordinate system.

Parameters:
  • species (List[str]) -- Stoichiometric species, e.g. ["Mo", "S"] corresponding to A and B respectively for prototype label AB2_hP6_194_c_f indicating molybdenite

  • prototype_label (str) -- An AFLOW prototype label, without an enumeration suffix, without specified atomic species

  • parameter_values (List[float]) -- The free parameters of the AFLOW prototype designation

  • cell_rtol (float) -- Parameter to pass to numpy.allclose() for comparing cell params Justification for default value: AFLOW uses 0.01*(minimum NN distance) as default tolerance.

  • rot_rtol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

  • rot_atol (float) -- Parameter to pass to numpy.allclose() for compariong fractional rotations. Default value chosen to be commensurate with AFLOW default distance tolerance of 0.01*(NN distance)

Return type:

bool

Returns:

Whether or not the crystals match

Module contents