diff --git a/pytket/docs/extensions.rst b/pytket/docs/extensions.rst index 9f305762a9..ab9ef929d2 100644 --- a/pytket/docs/extensions.rst +++ b/pytket/docs/extensions.rst @@ -2,7 +2,7 @@ pytket extensions ================= The pytket extensions are separate python modules which allow pytket to interface with backends from a range of providers including quantum devices from Quantinuum and IBM. -In pytket a ``Backend`` represents a connection to a QPU (Quantum Processing Unit) or simulator for processing quantum circuits. One can also access additional quantum devices and simulators via the cloud through the extensions for `Azure `_ and `Braket `_ . +In pytket a ``Backend`` represents a connection to a QPU (Quantum Processing Unit) or simulator for processing quantum circuits. One can also access additional quantum devices and simulators via the cloud through the extensions for `Braket `_ . Additionally, the extensions allow pytket to cross-compile circuits from different quantum computing libraries with the extensions for `qiskit `_, `cirq `_ and `pennylane `_ . This enables pytket's compilation features to be used in conjunction with other software tools. @@ -48,9 +48,6 @@ QPUs Cloud Access ------------ -`AzureBackend `_ -- Backend for running circuits remotely using Azure Quantum devices and simulators. - `BraketBackend `_ - Interface to Amazon Braket service. @@ -119,13 +116,6 @@ Other `QulacsBackend `_ - Backend for running simulations of variational quantum circuits on the Qulacs simulator. -`QsharpSimulatorBackend `_ -- Backend for simulating a circuit using the QDK. - -`QsharpToffoliSimulatorBackend `_ -- Backend for simulating a Toffoli circuit using the QDK. - - .. toctree:: :caption: Extensions: :maxdepth: 0 @@ -141,7 +131,6 @@ Other pytket-pyzx pytket-qir pytket-qiskit - pytket-qsharp pytket-quantinuum pytket-cutensornet pytket-qulacs @@ -157,4 +146,4 @@ Other .. _AerUnitaryBackend: https://tket.quantinuum.com/extensions/pytket-qiskit/api.html#pytket.extensions.qiskit.AerUnitaryBackend .. _CirqDensityMatrixSampleBackend: https://tket.quantinuum.com/extensions/pytket-cirq/api.html#pytket.extensions.cirq.CirqDensityMatrixSampleBackend .. _SimplexBackend: https://tket.quantinuum.com/extensions/pytket-pysimplex/api.html#pytket.extensions.pysimplex.SimplexBackend -.. _QulacsBackend: https://tket.quantinuum.com/extensions/pytket-qulacs/api.html#pytket.extensions.qulacs.QulacsBackend \ No newline at end of file +.. _QulacsBackend: https://tket.quantinuum.com/extensions/pytket-qulacs/api.html#pytket.extensions.qulacs.QulacsBackend