Skip to content

Commit

Permalink
Adds period
Browse files Browse the repository at this point in the history
  • Loading branch information
nquesada committed Jun 24, 2021
1 parent 0d76f45 commit 66f2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Consider now the :math:`r`-partitions of the integer :math:`n`, there are :math:
.. tip::

*Implemented as* :func:`thewalrus.low_rank_hafnian`. This function takes as argument the matrix :math:`\bm{G} \in \mathbb{C}^{n \times r}` and returns the value of the hafnian of the matrix :math:`\bm{A} = \bm{G} \bm{G}^T`
*Implemented as* :func:`thewalrus.low_rank_hafnian`. This function takes as argument the matrix :math:`\bm{G} \in \mathbb{C}^{n \times r}` and returns the value of the hafnian of the matrix :math:`\bm{A} = \bm{G} \bm{G}^T`.

Sparse and banded algorithms
----------------------------
Expand Down

0 comments on commit 66f2b22

Please sign in to comment.