Skip to content

Commit

Permalink
Update doc/source/code-examples/advancedexamples.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Mello <[email protected]>
  • Loading branch information
MatteoRobbiati and renatomello authored Nov 12, 2024
1 parent ce623b1 commit 77008a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/code-examples/advancedexamples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ has to use a backend based on tensorflow or pytorch primitives and not the defau
backend, as custom operators currently do not support automatic differentiation.
To switch the backend one can do ``qibo.set_backend(backend="qiboml", platform="tensorflow")``
or ``qibo.set_backend(backend="qiboml", platform="pytorch")``, after ensuring the
Qiboml package has been installed.
``qiboml`` package has been installed.
Check the :ref:`How to use automatic differentiation? <autodiff-example>`
section for more details.

Expand Down

0 comments on commit 77008a8

Please sign in to comment.