BQSKit / bqskit

Berkeley Quantum Synthesis Toolkit
Other
106 stars 31 forks source link

PauliZGate #254

Open mtweiden opened 1 week ago

mtweiden commented 1 week ago

The PauliZGate adds a method of instantiating diagonal unitaries. The PauliGate class is ill-suited for this problem because it is over-parameterized; it allows for non-zero non-Z Pauli string elements. There is also a straight forward way of converting these PauliZGates into CNOT+RZ gates [1][2].

[1] https://arxiv.org/abs/2109.03371 [2] https://arxiv.org/abs/1306.3991