Batching qml.from_qiskit circuits

Hello there,

is there a way to broadcast circuits translated from the qml.from_qiskit function similar to the default.qubit with the torch interface?

Best regards

minn-bj

Hi @minn-bj ,

I think it should work. qml.from_qiskit turns the code into what we would call a “PennyLane template” so in principle everything supported natively with PennyLane should work too. Please let us know if you get any errors or issues! If so please share a minimal reproducible example and the full error traceback.

I hope this helps!