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

improvements to GeneralizedStabilizer API #260

Open
1 of 9 tasks
Krastanov opened this issue Apr 12, 2024 · 3 comments
Open
1 of 9 tasks

improvements to GeneralizedStabilizer API #260

Krastanov opened this issue Apr 12, 2024 · 3 comments
Labels

Comments

@Krastanov
Copy link
Member

Krastanov commented Apr 12, 2024

There are a few interfaces not yet supported for GeneralizedStabilizer but which are easy to add. Here are operations which we can and can not do -- the goal is to have all of them implemented.

  • sm = GeneralizedStabilizer(S"-X")
  • sm⊗sm
  • sm⊗S"X"
  • pcT*sm
  • tHadamard*sm
  • pcT⊗tId1
  • pcT⊗P"X"
  • embed(..., sm)
  • copy(sm)
@Krastanov
Copy link
Member Author

@hongyehu pinging just for reference as this is related to #259

@Fe-r-oz
Copy link
Contributor

Fe-r-oz commented Jun 21, 2024

For documentation of Generalized Stabilizer, the paper by ted yoder can be helpful. I will be to work on this documentation as well.

''" The generalized stabilizer representation of an arbitrary state τ is a two-tuple (χ, B(S, D)). Here χ is a density matrix and B(S, D) = B(T ) is the basis in which χ is expressed. A generalized stabilizer (χ, B(T )), in some sense, separates the “classical” part of the quantum state from the quantum. The quasi-classical tableau T updates through Clifford gates and measurements, while the the χ-matrix is updated by non-Clifford operations.""

Is implementation inspired from this paper (A generalization of the stabilizer formalism for simulating arbitrary quantum circuits) while building generalized stabilizer ?

Non-clifford and non-stabilizer/non-stabilizerness mean the same thing right?

@hongyehu
Copy link

hongyehu commented Jun 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants