QuantumSavory / QuantumClifford.jl

Clifford circuits, graph states, and other quantum Stabilizer formalism tools.
MIT License
112 stars 45 forks source link

`inv` implementation for all subtypes of `AbstractCliffordOperator` [$200] #308

Closed Krastanov closed 1 week ago

Krastanov commented 1 month ago
Bug bounty logistic details (click to expand) To claim exclusive time to work on this bounty either post a comment here or message [skrastanov@umass.edu](mailto:skrastanov@umass.edu) with: - your name - github username - **(optional)** a brief list of previous pertinent projects you have engaged in Currently the project is claimed by `no one` until `...`. If you want to, you can work on this project without making a claim, however claims are encouraged to give you and other contributors peace of mind. Whoever has made a claim takes precedence when solutions are considered. You can always propose your own funded project, if you would like to contribute something of value that is not yet covered by an official bounty.

Project: inv implementation for all subtypes of AbstractCliffordOperator [$200]

LinearAlgebra.inv already has methods defined for some of the types in this library meant to represent a Clifford operation. To obtain this bounty, you need to implement the missing inv methods for all other subtypes of AbstractCliffordOperator.

Required skills: Understanding of the Stabilizer state formalism.

Reviewer: Stefan Krastanov

Duration: 1 month

Payout procedure:

The Funding for these bounties comes from the National Science Foundation and from the NSF Center for Quantum Networks. The payouts are managed by the NumFOCUS foundation and processed in bulk once every two months. If you live in a country in which NumFOCUS can make payments, you can participate in this bounty program.

Click here for more details about the bug bounty program.

Fe-r-oz commented 1 month ago

I would be delighted to resolve this issue!

Krastanov commented 1 month ago

Sounds good! There is another issue that you currently have reserved, so I can not reserve this one too, but feel free to tackle it if you wish. For such situations without reservation you do not need to comment on an issue: feel free to just submit PRs.

Krastanov commented 1 week ago

duplicate of #286

finished in #332, #315, #314