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
We need a simple framework-independent Python data structure for representing quantum circuits/operators that can be used as a parser output.
This data structure should be very lightweight (likely a class containing only simple attributes (lists, dicts, etc.). Eventually, this data structure will serve as the reference implementation, to confirm that a particular implementation is consistent with the spec.
The text was updated successfully, but these errors were encountered:
We need a simple framework-independent Python data structure for representing quantum circuits/operators that can be used as a parser output.
This data structure should be very lightweight (likely a class containing only simple attributes (lists, dicts, etc.). Eventually, this data structure will serve as the reference implementation, to confirm that a particular implementation is consistent with the spec.
The text was updated successfully, but these errors were encountered: