Emulator Register dataclass Register( atom_type: AtomType, sites: List[Tuple[Decimal, Decimal]], blockade_radius: Decimal, geometry: Optional[Geometry] = None, ) This class represents the of the atoms in the system.