Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PauliZGate #254

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

PauliZGate #254

wants to merge 12 commits into from

Conversation

mtweiden
Copy link
Contributor

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

@mtweiden mtweiden requested a review from edyounis June 28, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant