catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Better debug info in Catalyst (using JAX)

Open dime10 opened this issue 5 months ago • 0 comments

WIP

Requires the following mod in PennyLane's Operator.__init__ method:


        if qml.compiler.active():
            import jax
            self.traceback = jax._src.source_info_util.current().traceback

dime10 avatar Jun 26 '25 19:06 dime10