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

convenient conversion from stim circuits #147

Open
2 of 8 tasks
Krastanov opened this issue Jul 10, 2023 · 0 comments
Open
2 of 8 tasks

convenient conversion from stim circuits #147

Krastanov opened this issue Jul 10, 2023 · 0 comments
Labels
compat Enable use of external project enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Krastanov
Copy link
Member

We need to have "stim style" "relative" circuits:

  • Repeat(::Vector, ::Int)
  • sMRZ(::Int, ::Nothing)
  • ClassicalPairtyRelative(::NTuple{Int}) with negative numbers

And QuantumClifford-style "absolute" circuits:

  • sMRZ(::Int,::Int)
  • ClassicalParity(::NTuple{Int}, ::Int)
  • apply!(::PauliFrame, ::ClassicalParity) method

and a converter between them

  • converter
  • converter that also consistently works with compactify_circuit symtypes

@ChenZhao44

@Krastanov Krastanov added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers compat Enable use of external project labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat Enable use of external project enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant