Parallelisation for basic QNN?

Hi everyone,
I just wanna ask if its possible to enable parallelisation specifically in this example https://pennylane.ai/qml/demos/tutorial_qnn_module_torch.html

I saw a post (https://pennylane.readthedocs.io/en/stable/code/api/pennylane.QNodeCollection.html) which states that we can let parallel = True for qnode. I wonder if we can do the same for the qlayer?

Thanks in advance!
Jack

What kind of parallelization do you mean? Are you trying to run multiple qnodes in parallel as a TorchLayer?

If my above assumption is correct, this is sadly not currently supported by TorchLayer. (The exact issue is that QCollection is not supported). If this is something you’d be interested in having, feel free to open a feature request on our github page!