From b72a4600ca0c413ca3beadfc66eb03eae6177fa9 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:01:47 +0000 Subject: [PATCH 1/3] remove pytket-ionq from the extensions index page --- pytket/docs/extensions.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pytket/docs/extensions.rst b/pytket/docs/extensions.rst index 751cc9a9c7..a4c3ed55ff 100644 --- a/pytket/docs/extensions.rst +++ b/pytket/docs/extensions.rst @@ -36,9 +36,6 @@ QPUs `IBMQBackend `_ - A backend for running circuits on remote IBMQ devices. -`IonQBackend `_ -- A backend for running circuits on remote IONQ devices. - `ForestBackend `_ - A backend for running circuits on remote Rigetti devices. @@ -132,7 +129,6 @@ Other pytket-aqt pytket-braket pytket-cirq - pytket-ionq pytket-iqm pytket-pennylane pytket-projectq From 3a8be74ab8b5994889b1fc472d86b9c29f6d9a79 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:06:42 +0000 Subject: [PATCH 2/3] mention qulacs density matrix simulator --- pytket/docs/extensions.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pytket/docs/extensions.rst b/pytket/docs/extensions.rst index a4c3ed55ff..4975510211 100644 --- a/pytket/docs/extensions.rst +++ b/pytket/docs/extensions.rst @@ -92,6 +92,10 @@ Density Matrix Simulators `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 ------------------- @@ -152,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 \ No newline at end of file +.. _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 \ No newline at end of file From 06b73ec7d2c34fd8ad91b67f24d50a9376542763 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:14:45 +0000 Subject: [PATCH 3/3] update sidebar links to docs pages --- pytket/docs/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pytket/docs/index.rst b/pytket/docs/index.rst index c5966e12f5..0af927292b 100644 --- a/pytket/docs/index.rst +++ b/pytket/docs/index.rst @@ -75,7 +75,7 @@ Licensed under the `Apache 2 License - Manual - extensions.rst + pytket API docs + extensions.rst + Manual Example notebooks + TKET website .. toctree:: :caption: API Reference: