Implement Support for Two Types of Data Qubits and add Bivariate Bicycle Code Implementation #9
Labels
advance
Require good understanding of the project
coding
General coding work, such as implementing a new algorithm or writing tests
error-correction
Implementation of quantum error-correcting codes
Issue: Implement Support for Two Types of Data Qubits in Bivariate Bicycle
Description:
To implement Bivariate Bicycle in the project we need to adapt the current use of NetworkX's
Graph
, which does not support the handling of two types of data qubits. We need to extend the current graph representation to handle multiple type of data qubits.Extend Graph Representation:
Modify Graph builder:
Modify Memory circuit builder:
Implement the BB code:
Update Tests:
The text was updated successfully, but these errors were encountered: