Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pytket-ionq backend from index and add sidebar links #1148

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading