Correctly Implementing CVNN

Hi @QML,

You have a problem here because CVNeuralNetLayers is for continuous variable quantum computing while AngleEmbedding is for qubit-based quantum computing. You cannot use both of them on the same device. Maybe the confusion is regarding CVNeuralNetLayers. What is the functionality that you want to achieve? There may be another function that can help you.