qtcodes icon indicating copy to clipboard operation
qtcodes copied to clipboard

Qiskit Topological Codes

Results 19 qtcodes issues
Sort by recently updated
recently updated
newest added

Add support to run Rep Code on real IBM Quantum Computers Some infra we might want to provide: * coupling map support * transpiling * base class for other codes...

enhancement

There are several potential ways to speed up benchmarking simulations. - [ ] Currently, we are inserting identity gates where we want errors, which forces us to use an optimization...

# Background If an error occurs **after** the final round of stabilization and **before** the logical readout, then we can incur a logical error. To combat this issue, we have...

If you search for `int(` you'll find casts throughout a lot of the codebase. This might be left-over from before `_params_validation()` was added. The task is to remove these redundant...

good first issue

Currently, barriers are created even after gates that should technically occur in the same 'moment', as shown below. Research if barriers actually affect the compiling and running of the circuit...

good first issue

Implement look-up table benchmarking tool, and generate similar graphs. Also, it would be interesting to compare both the efficiency and efficacy of look-up table vs graph decoding.

benchmarking

We cross-match X and Z errors to produce an overall Y error. However, this doesn't exactly match a depolarizing channel, so ideally the weights would be re-adjusted with conditional probabilities.

enhancement

As done in: https://github.com/Qiskit/qiskit-ignis/blob/master/qiskit/ignis/verification/topological_codes/fitters.py#L220

enhancement

I'm making this issue because this project is part of the [Qiskit ecosystem](https://qiskit.github.io/ecosystem/). As of June 2024, we're introducing a requirement that all projects are compatible with Qiskit 1.0. New...