You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipeline requires cleaner visualizations for the different models available. For example, QuantumConvolutionalLayer and QuantumPoolingLayer2D must be visualized as individual multi-qubit gate structures in the circuit.
Should also look into better visualization techniques, if possible.
The text was updated successfully, but these errors were encountered:
To convert a circuit to a gate, for example to represent QuantumConvolutionalLayer as a single gate, refer to the following in-built function by Qiskit: circuit_to_gate
The pipeline requires cleaner visualizations for the different models available. For example,
QuantumConvolutionalLayer
andQuantumPoolingLayer2D
must be visualized as individual multi-qubit gate structures in the circuit.Should also look into better visualization techniques, if possible.
The text was updated successfully, but these errors were encountered: