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
Remove qiskit_circuit from QI matrix composition and Clifford (#15907)
This is the beginning of a thread of work to separate out dependence on
`qiskit-circuit` from `qiskit-quantum-information`, to better allow the
base types in the QI crate to be embedded in first-part circuit IR
types.
In general, the definitions of the quantum-information objects will
remain in `qiskit-quantum-information`. First-party core-IR attributes
of them that related to circuit objects will move to `qiskit-circuit`,
while general circuit-level synthesis will move to `qiskit-synthesis`.
0 commit comments