Pennylane to Qiskit

Hi @mass_of_15, welcome to the forum!

You could try converting your code to Open QASM using the to_openqasm function. Then you can load it in Qiskit. You may need to remove the measurement because I’m not sure that it will work with Qiskit.

You can take a look at the thread here for an example on how to convert your circuit to Open QASM.

Does this work for you?