I have a Problem with the qml.load function when using parametrized instructions in the qiskit circuit to load. It is all fine when the instruction only acts on a single qubit, but for an instruction on multiple qubits i receive an error message:
One of my colleagues found the root of the problem. RZZ was not supported by PennyLane so it falls back to transforming it to a matrix. This is not possible with symbolic parameters so that’s why you were getting an error.
We have now added support for RZZ so if you upgrade the pennylane-qiskit plugin it should work now!
Thank you for posting this question. Enjoy using PennyLane!