Print circuit specifications

How to print the quantum circuit and circuit specifications here?

You can draw the Quanvolutional Neural Network circuit with this:

qml.draw_mpl(circuit)(rand_params[0])

the result:

1 Like

Thanks
And how to do it in qnn, when using keras layer

Hi @VQX,

I think your last question is the same as was already answered here. If this is a different question please clarify.