Skip to content
Merged

Docs #65

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://python.org/>`_ >= 3.10
* `SymPy <https://www.sympy.org/>`_ >=1.14.0
Expand Down
2 changes: 1 addition & 1 deletion haarpy/circular_ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading