We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50f021 commit bcf13fbCopy full SHA for bcf13fb
pennylane/transforms/decompositions/gridsynth.py
@@ -25,7 +25,7 @@ def gridsynth(tape, *, epsilon, ppr_basis):
25
.. warning::
26
27
This transform requires QJIT and capture to be enabled (via :func:`qml.capture.enable() <pennylane.capture.enable>`),
28
- as it is a wrapper for Catalyst's ``gridsynth`` compilation pass.
+ as it is a wrapper for Catalyst's ``gridsynth`` compilation pass. Consult the Catalyst documentation for more information.
29
30
Args:
31
tape (QNode): A quantum circuit.
0 commit comments