A JIT compiler for hybrid quantum programs in PennyLane
A JIT compiler for hybrid quantum programs in PennyLane
pip install pennylaneai-catalyst
from pennylaneai-catalyst import catalyst
# Example usage
algorithm = catalyst()
result = algorithm.run()
Apache-2.0