File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,8 @@ def qjit(
111
111
Args:
112
112
fn (Callable): the quantum or classical function
113
113
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
117
116
:doc:`AutoGraph guide </dev/autograph>`.
118
117
autograph_include: A list of (sub)modules to be allow-listed for autograph conversion.
119
118
async_qnodes (bool): Experimental support for automatically executing
You can’t perform that action at this time.
0 commit comments