-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Unitary Hack]Partial Trace of the stabilizer state #24
Comments
I would like to try to solve this issue. |
Hi @hongyehu Should the input |
Hi @Youngcius, if you can implement the |
@hongyehu, is the idea here to adapt PTRACE from https://arxiv.org/pdf/quant-ph/0505036 to the stabilizer+destabilizer architecture? |
Hi @atomgardner, yes, exactly! Btw, there is a branch called partial trace, where the canonicalization is implemented. And feel free to test and use it! |
The task of this bounty is to implement a function
p_trace(state, positions)
to return a partial trace (potentially a mixed state) of the stabilizerstate
, and thepositions
are the qubits that are not being traced out. References and preliminary code can be provided upon request.A successful solution should include testing results
The text was updated successfully, but these errors were encountered: