Skip to content

Commit de47757

Browse files
josh146mudit2812
andauthored
Update qjit autograph keyword description (#1697)
Co-authored-by: Mudit Pandey <[email protected]>
1 parent 901b62f commit de47757

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/catalyst/jit.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ def qjit(
111111
Args:
112112
fn (Callable): the quantum or classical function
113113
autograph (bool): Experimental support for automatically converting Python control
114-
flow statements to Catalyst-compatible control flow. Currently supports Python ``if``,
115-
``elif``, ``else``, and ``for`` statements. Note that this feature requires an
116-
available TensorFlow installation. For more details, see the
114+
flow statements (including ``if`` statements, ``for`` and ``while`` loops) to
115+
Catalyst-compatible control flow, and more. For more details, see the
117116
:doc:`AutoGraph guide </dev/autograph>`.
118117
autograph_include: A list of (sub)modules to be allow-listed for autograph conversion.
119118
async_qnodes (bool): Experimental support for automatically executing

0 commit comments

Comments
 (0)