Skip to content

Commit

Permalink
Merge branch 'docs-fix-pm-650' of github.com:qiskit-community/qiskit-…
Browse files Browse the repository at this point in the history
…aqt-provider into docs-fix-pm-650
  • Loading branch information
airwoodix committed Oct 24, 2023
2 parents baf4e89 + efda6fb commit a24b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ However, some passes registered by the AQT :ref:`transpiler plugin <transpiler-p
Circuit modifications behind the remote API
-------------------------------------------

Circuits accepted by the AQT API are executed after applying a single further transformation: small-angle :math:`\theta` instances of :class:`RGate <qiskit.circuit.library.RGate>` are substituted as
Circuits accepted by the AQT API are executed exactly as they were transmitted, with the only exception that small-angle :math:`\theta` instances of :class:`RGate <qiskit.circuit.library.RGate>` are substituted with

:math:`R(\theta,\,\phi)\ \to\ R(\pi, \pi)\cdot R(\theta+\pi,\,\phi)`.

Expand Down

0 comments on commit a24b644

Please sign in to comment.