PAIR_DEFECT_VACANCY_INTERSTITIAL_BULK_PRIMITIVE_Si = {
    "name": "Silicon FCC, Pair Defect: Vac + Ge",
    "lattice": {
        "a": 3.867,
        "b": 3.867,
        "c": 3.867,
        "alpha": 60.0,
        "beta": 60.0,
        "gamma": 60.0,
        "units": {"length": "angstrom", "angle": "degree"},
        "type": "FCC",
    },
    "basis": {
        "elements": [{"id": 0, "value": "Si"}, {"id": 2, "value": "Ge"}],
        "coordinates": [{"id": 0, "value": [0.25, 0.25, 0.25]}, {"id": 2, "value": [0.5, 0.5, 0.5]}],
        "units": "crystal",
        "labels": [],
        "constraints": [],
    },
}

PAIR_DEFECT_SUBSTITUTION_VACANCY_BULK_PRIMITIVE_Si = {
    "name": "Silicon FCC, Pair Defect: Ge + Vac",
    "lattice": {
        "a": 3.867,
        "b": 3.867,
        "c": 3.867,
        "alpha": 60.0,
        "beta": 60.0,
        "gamma": 60.0,
        "units": {"length": "angstrom", "angle": "degree"},
        "type": "FCC",
    },
    "basis": {
        "elements": [{"id": 0, "value": "Ge"}],
        "coordinates": [{"id": 0, "value": [0.0, 0.0, 0.0]}],
        "units": "crystal",
        "labels": [],
        "constraints": [],
    },
}
