-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Quantify-scheduler's gate library supports RZ and RXY. This last gate can represent any bloch sphere rotation of any angle provided the axis is in the plan (X, Y).
Currently we use the ZYZ decomposition to decompose gates for quantify-scheduler. This requires 3 gates.
But since QS supports RXY, it is possible that in a lot (all?) cases, only 2 of those gates are required to describe an arbitrary single-qubit unitary.
Goal of this issue:
- investigate if there exists a mathematical unitary decomposition for 2x2 unitaries into either RZ.RXY or RXY.RZ
- implement corresponding decomposer and use it for quantify-scheduler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels