SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
15 stars 7 forks source link

Need for better visualizations #41

Open SaashaJoshi opened 7 months ago

SaashaJoshi commented 7 months ago

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.

SaashaJoshi commented 6 months ago

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