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

Add standard 1q Pauli equivalences to standard library #10300

Merged
merged 2 commits into from
Jun 16, 2023

Commits on Jun 16, 2023

  1. Add standard 1q Pauli equivalences to standard library

    This makes `transpile` a little more reliable in cases where people are
    trying to use it to convert to a constrained basis.  We can't
    necessarily recognise _all_ possible transformations into an incomplete
    basis, but simple Pauli relations are things people may well expect.
    jakelishman committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a1589d0 View commit details
    Browse the repository at this point in the history
  2. Fix test setup

    jakelishman committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fab3bb7 View commit details
    Browse the repository at this point in the history