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
Implement a basic transformation prototype to convert an unrolled program into the specified target basis set.
For starting out, take the clifford set for this conversion -
Store the clifford decompositions of each gate in pyqasm
unroll the program into pyqasm default set
For each gate in the program which belongs to default set, convert it into its clifford equivalent using the "stored" definition, if gate is non-parameterized.
If the gate is parameterized, "generate" the clifford decomposition
Implement a basic transformation prototype to convert an unrolled program into the specified target basis set.
For starting out, take the clifford set for this conversion -
unrollthe program into pyqasm default set