You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Problem
Sometimes it would be convenient to call len(co) for a coordinate system co to give the number of qubits in a fully-yielded graph of that type, for example when we are passing the coordinates object but not other parameters.
Proposed Solution
Writing len() methods for zephyr_coordinates, pegasus_coordinates, and chimera_coordinates
The text was updated successfully, but these errors were encountered:
Current Problem
Sometimes it would be convenient to call
len(co)
for a coordinate systemco
to give the number of qubits in a fully-yielded graph of that type, for example when we are passing the coordinates object but not other parameters.Proposed Solution
Writing len() methods for
zephyr_coordinates
,pegasus_coordinates
, andchimera_coordinates
The text was updated successfully, but these errors were encountered: