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.
Summary
The
Decodoku
class has been moved from an external repo toqiskit_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 toqiskit_qec.utils.visualizations
.Details and comments
ipython
andipywidgets
have been added to the requirements.