Skip to content

Commit

Permalink
Remove pytket-ionq backend from index and add sidebar links (#1148)
Browse files Browse the repository at this point in the history
* remove pytket-ionq from the extensions index page

* mention qulacs density matrix simulator

* update sidebar links to docs pages
  • Loading branch information
CalMacCQ authored Nov 28, 2023
1 parent 1a02f5d commit d116548
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions pytket/docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ QPUs
`IBMQBackend <https://tket.quantinuum.com/extensions/pytket-qiskit/api.html#pytket.extensions.qiskit.IBMQBackend>`_
- A backend for running circuits on remote IBMQ devices.

`IonQBackend <https://cqcl.github.io/pytket-ionq/api/api.html#pytket.extensions.ionq.IonQBackend>`_
- A backend for running circuits on remote IONQ devices.

`ForestBackend <https://tket.quantinuum.com/extensions/pytket-pyquil/api.html#pytket.extensions.pyquil.ForestBackend>`_
- A backend for running circuits on remote Rigetti devices.

Expand Down Expand Up @@ -95,6 +92,10 @@ Density Matrix Simulators
`CirqDensityMatrixSimBackend <https://tket.quantinuum.com/extensions/pytket-cirq/api.html#pytket.extensions.cirq.CirqDensityMatrixSimBackend>`_
- Backend for Cirq density matrix simulator density_matrix return.

`QulacsBackend`_ - This has a configurable density matrix simulation option.

Use ``QulacsBackend(result_type="density_matrix")``.

Clifford Simulators
-------------------

Expand Down Expand Up @@ -132,7 +133,6 @@ Other
pytket-aqt <https://cqcl.github.io/pytket-aqt/api/index.html>
pytket-braket <https://tket.quantinuum.com/extensions/pytket-braket>
pytket-cirq <https://tket.quantinuum.com/extensions/pytket-cirq>
pytket-ionq <https://cqcl.github.io/pytket-ionq/api/index.html>
pytket-iqm <https://tket.quantinuum.com/extensions/pytket-iqm>
pytket-pennylane <https://tket.quantinuum.com/extensions/pytket-pennylane>
pytket-projectq <https://tket.quantinuum.com/extensions/pytket-projectq>
Expand All @@ -156,4 +156,5 @@ Other
.. _ForestStateBackend: https://tket.quantinuum.com/extensions/pytket-pyquil/api/api.html#pytket.extensions.pyquil.ForestStateBackend
.. _AerUnitaryBackend: https://tket.quantinuum.com/extensions/pytket-qiskit/api/api.html#pytket.extensions.qiskit.AerUnitaryBackend
.. _CirqDensityMatrixSampleBackend: https://tket.quantinuum.com/extensions/pytket-cirq/api/api.html#pytket.extensions.cirq.CirqDensityMatrixSampleBackend
.. _SimplexBackend: https://tket.quantinuum.com/extensions/pytket-simplex/api.html#pytket.extensions.pysimplex.SimplexBackend
.. _SimplexBackend: https://tket.quantinuum.com/extensions/pytket-simplex/api.html#pytket.extensions.pysimplex.SimplexBackend
.. _QulacsBackend: https://tket.quantinuum.com/extensions/pytket-qulacs/api.html#pytket.extensions.qulacs.QulacsBackend
11 changes: 6 additions & 5 deletions pytket/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Licensed under the `Apache 2 License <http://www.apache.org/licenses/LICENSE-2.0
.. _Quantinuum: https://www.quantinuum.com/

.. toctree::
:caption: Introduction:
:caption: Overview:
:maxdepth: 1

getting_started.rst
Expand All @@ -84,12 +84,13 @@ Licensed under the `Apache 2 License <http://www.apache.org/licenses/LICENSE-2.0
faqs.rst

.. toctree::
:caption: More Documentation:
:caption: pytket documentation:

TKET website <https://tket.quantinuum.com/>
Manual <https://tket.quantinuum.com/user-manual/>
extensions.rst
pytket API docs <https://tket.quantinuum.com/api-docs/>
extensions.rst
Manual <https://tket.quantinuum.com/user-manual>
Example notebooks <https://tket.quantinuum.com/examples>
TKET website <https://tket.quantinuum.com/>

.. toctree::
:caption: API Reference:
Expand Down

0 comments on commit d116548

Please sign in to comment.