Skip to content

Commit

Permalink
add missing or
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 3, 2024
1 parent 5a79c44 commit 75e58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Every :py:class:`~pytket.backends.backend.Backend` in pytket has its own :py:met
- `RemoveRedundancies <https://tket.quantinuum.com/api-docs/passes.html#pytket.passes.RemoveRedundancies>`_

* [1] If no value is specified then ``optimisation_level`` defaults to a value of 2.
* [2] :py:class:`~pytket._tket.passes.AutoRebase` is a rebase to the gateset supported by the backend. For IBM quantum devices and emulators that is either :math:`\{X, SX, Rz, CX\}`, :math:`\{X, SX, Rz, ECR\}`, :math:`\{X, SX, Rz, CZ\}`. The more idealised Aer simulators have a much broader range of supported gates.
* [2] :py:class:`~pytket._tket.passes.AutoRebase` is a rebase to the gateset supported by the backend. For IBM quantum devices and emulators that is either :math:`\{X, SX, Rz, CX\}`, :math:`\{X, SX, Rz, ECR\}`, or :math:`\{X, SX, Rz, CZ\}`. The more idealised Aer simulators have a much broader range of supported gates.
* [3] Here :py:class:`~pytket._tket.passes.CXMappingPass` maps program qubits to the architecture using a :py:class:`~pytket._tket.placement.NoiseAwarePlacement`


Expand Down

0 comments on commit 75e58da

Please sign in to comment.