unitaryfund / pennylane-qrack

The PennyLane-Qrack plugin integrates the Qrack quantum computing framework with PennyLane's quantum machine learning capabilities.
https://pennylane-qrack.readthedocs.io/
Apache License 2.0
3 stars 0 forks source link

'Dummy allocation' for Catalyst #5

Closed WrathfulSpatula closed 1 month ago

WrathfulSpatula commented 1 month ago

Lightning devices for Catalyst appear not to parse the logical qubit WireMap, but rather allocate as device qubit indices, solely. However, it seems that if theWireMap is parsed in the QrackDevice constructor, then QrackDevice can serve up the correct arbitrary WireMap labels for logical qubits, as Catalyst requests and expects them.