Open albi3ro opened 1 week ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
with:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.63%. Comparing base (
aae481a
) to head (9b9d939
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context:
Though we can now capture entire workflows and execute jaxpr on default qubit, we are still falling back to the old execution pipeline for execution.
Description of the Change:
Adds a new implementation to the qnode primitive that sends the qfunc jaxpr to the device.
It also adds a couple minor fixes to
DefaultQubitInterpreter
.Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-78422]