Expand description
Atom state tracking for qubit-to-location mappings.
AtomStateData is an immutable state object that tracks where qubits
are located in the architecture as atoms move through transport lanes.
It is the core data structure used by the IR analysis pipeline to simulate
atom movement, detect collisions, and identify CZ gate pairings.
Structs§
- Atom
State Data - Tracks qubit-to-location mappings as atoms move through the architecture.
- Validated
Moves - A lane group proven executable against the
AtomStateDatait was validated with.
Enums§
- Move
Validation Error - A lane group that cannot execute against a given
AtomStateData.