Hidden Inverse Circuits for Coherent Error Suppression
Key reference: https://arxiv.org/abs/2104.01119
Idea: Self adjoint gates such as CX have two equivalent decompositions into hardware native gates. Find symmetric circuits and use both decompositions to cancel coherent errors.
Contributions and suggestions for future work welcome.
If we have a matrix
Here
- Clone this repository
git clone git@github.com:CQCL/hidden_inverse_exp.git
- Now install dependencies with uv.
cd hidden_inverse_exp
uv sync --all-groups
- Run the tests
cd tests
uv run pytest