diff --git a/docs/index.rst b/docs/index.rst index 2a1faa34..dfc130df 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -169,7 +169,7 @@ Every :py:class:`~pytket.backends.backend.Backend` in pytket has its own :py:met * - `DecomposeBoxes `_ - `DecomposeBoxes `_ - `DecomposeBoxes `_ - * - self.rebase_pass [2] + * - `AutoRebase `_ [2] - `SynthesiseTket `_ - `FullPeepholeOptimise `_ * - `CXMappingPass `_ [3] @@ -178,24 +178,24 @@ Every :py:class:`~pytket.backends.backend.Backend` in pytket has its own :py:met * - `NaivePlacementPass `_ - `NaivePlacementPass `_ - `NaivePlacementPass `_ - * - self.rebase_pass [2] + * - `AutoRebase `_ [2] - `SynthesiseTket `_ - `KAKDecomposition(allow_swaps=False) `_ * - `RemoveRedundancies `_ - - self.rebase_pass [2] + - `AutoRebase `_ [2] - `CliffordSimp(allow_swaps=False) `_ * - - `RemoveRedundancies `_ - `SynthesiseTket `_ * - - - - self.rebase_pass [2] + - `AutoRebase `_ [2] * - - - `RemoveRedundancies `_ * [1] If no value is specified then ``optimisation_level`` defaults to a value of 2. -* [2] self.rebase_pass is a rebase to the gateset supported by the backend. For IBM quantum devices and emulators that is either {X, SX, Rz, CX} or {X, SX, Rz, ECR}. The more idealised Aer simulators have a much broader range of supported gates. +* [2] :py:class:`~pytket._tket.passes.AutoRebase` is a conversion to the gateset supported by the backend. For IBM quantum devices and emulators the supported gateset 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`