Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Qottmann committed Feb 12, 2025
1 parent 59ab977 commit 47166fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/labs/dla/structure_constants_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<Lie algebra basics>`.
.. seealso:: For details on the mathematical definitions, see :func:`~structure_constants` and the section "Lie algebra basics" in our :doc:`g-sim demo <demos/tutorial_liesim>`.
Args:
g (np.array): The (dynamical) Lie algebra provided as dense matrices, as generated from :func:`~lie_closure_dense`.
Expand Down

0 comments on commit 47166fa

Please sign in to comment.