Should an IonDevice accept any qubit type? #3447
Labels
architecture/ion-trap
Ion trap quantum computer related issues
area/devices
kind/bug-report
Something doesn't seem to work.
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
Some docstrings (here) state qubits are one a line, while others (here) state qubits are identified by their x, y location. I believe the latter is a typo due to the annotation.
If so, should
__init__
raise an error if the input qubits are notLineQubit
s? (Theat
andneighbors_of
methods assumeLineQubit
s.)The text was updated successfully, but these errors were encountered: