PennyLaneAI / catalyst

A JIT compiler for hybrid quantum programs in PennyLane
https://docs.pennylane.ai/projects/catalyst
Apache License 2.0
142 stars 36 forks source link

Function with abstract axis (no recompilation) can be executed multiple times #1247

Closed rmoyard closed 1 month ago

rmoyard commented 1 month ago

Context: A qjitted function with abstracted axis that is already compiles fails the recompilation checks when executed again.

Description of the Change:

Closes https://github.com/PennyLaneAI/catalyst/issues/1231 [sc-76820]

github-actions[bot] commented 1 month ago

Hello. You may have forgotten to update the changelog! Please edit doc/releases/changelog-dev.md on your branch with:

rmoyard commented 1 month ago

Closes https://github.com/PennyLaneAI/catalyst/issues/1231