qiskit-community / qiskit-qec

Qiskit quantum error correction framework
https://qiskit-community.github.io/qiskit-qec/
Apache License 2.0
84 stars 35 forks source link

Decodoku #288

Closed quantumjim closed 1 year ago

quantumjim commented 1 year ago

Summary

The Decodoku class has been moved from an external repo to qiskit_qec.codes. This implements abstract versions of qubit and qutrit codes and can present them interactively using Jupyter notebooks. The required tools using Jupyter widgets have been moved to qiskit_qec.utils.visualizations.

Details and comments

ipython and ipywidgets have been added to the requirements.

quantumjim commented 1 year ago

I moved everything to utils. This is the version I'll use for the live stream on Monday (whether it eventually gets merged or not).