From 852d06852834ab5e97f2e6129dabe1de5f3a9ba0 Mon Sep 17 00:00:00 2001 From: yaniccd Date: Wed, 17 Jun 2026 18:39:06 -0400 Subject: [PATCH 1/2] readme update --- README.md | 2 +- docs/tutorials/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e270a59..d5ed77b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ -Haarpy is a Python library for the symbolic calculation of [Weingarten functions](https://en.wikipedia.org/wiki/Weingarten_function) and related averages of matrix ensembles under their [Haar measure](https://pennylane.ai/qml/demos/tutorial_haar_measure): these include the [classical compact groups](https://arxiv.org/abs/math-ph/0609050) (orthogonal, unitary and symplectic) their associated [circular ensembles](https://en.wikipedia.org/wiki/Circular_ensemble) and the group of permutation matrices. +Haarpy is a Python library for the symbolic calculation of [Weingarten functions](https://en.wikipedia.org/wiki/Weingarten_function) and related averages of matrix ensembles under their [Haar measure](https://pennylane.ai/qml/demos/tutorial_haar_measure): these include the [classical compact groups](https://arxiv.org/abs/math-ph/0609050) (orthogonal, unitary and symplectic) their associated [circular ensembles](https://en.wikipedia.org/wiki/Circular_ensemble) and the group of permutation matrices. For more information, please see the [documentation](https://haarpy.readthedocs.io). ## Haarpy in action diff --git a/docs/tutorials/installation.rst b/docs/tutorials/installation.rst index ebc07f1..291c516 100644 --- a/docs/tutorials/installation.rst +++ b/docs/tutorials/installation.rst @@ -12,7 +12,7 @@ Haarpy requires Python version 3.10 or later. Installation of Haarpy and its dep Compiling from source --------------------- -The Walrus has the following dependencies: +Haarpy has the following dependencies: * `Python `_ >= 3.10 * `SymPy `_ >=1.14.0 From 5291502e5eb2486e6b44c641ce1bf41b8f41d959 Mon Sep 17 00:00:00 2001 From: yaniccd Date: Wed, 17 Jun 2026 18:43:27 -0400 Subject: [PATCH 2/2] docstring typo --- haarpy/circular_ensembles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haarpy/circular_ensembles.py b/haarpy/circular_ensembles.py index 4ea1249..596ec7f 100644 --- a/haarpy/circular_ensembles.py +++ b/haarpy/circular_ensembles.py @@ -86,7 +86,7 @@ def weingarten_circular_symplectic(permutation: Permutation, cse_dimension: Symb Parameters ---------- permutation : Permutation - A permutation of the symmetric group :math:`S_{2p} + A permutation of the symmetric group :math:`S_{2p}` cse_dimension : int The dimension of the circular symplectic ensemble