- class mentpy.utils.FlowSpace
The flow space graph of a MBQCircuit.
Each node corresponds to a possible graph over
n_qubits
qubits. Each edge between nodes represent going from one graph to another via adding or removing edges.- Parameters:¶
Constructors¶
- FlowSpace(n_qubits, input_nodes, output_nodes, ...)
Creates the flow graph space of a graph state circuit.
String representation¶