From 47166fa4cba37f0390eea4ec70b00ecb0344ffdf Mon Sep 17 00:00:00 2001 From: qottmann Date: Wed, 12 Feb 2025 23:44:14 +0100 Subject: [PATCH] fix link --- pennylane/labs/dla/structure_constants_dense.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane/labs/dla/structure_constants_dense.py b/pennylane/labs/dla/structure_constants_dense.py index 28aedeaf730..a956ed64d6c 100644 --- a/pennylane/labs/dla/structure_constants_dense.py +++ b/pennylane/labs/dla/structure_constants_dense.py @@ -29,7 +29,7 @@ def structure_constants_dense(g: TensorLike, is_orthonormal: bool = True) -> Ten :class:`~PauliSentence` that are employed in :func:`~structure_constants`, e.g., when there are few generators that are sums of many Paulis. - .. seealso:: For details on the mathematical definitions, see :func:`~structure_constants` and the section "Lie algebra basics" in our :ref:`demos/tutorial_liesim`. + .. seealso:: For details on the mathematical definitions, see :func:`~structure_constants` and the section "Lie algebra basics" in our :doc:`g-sim demo `. Args: g (np.array): The (dynamical) Lie algebra provided as dense matrices, as generated from :func:`~lie_closure_dense`.