From 66f2b222a2c147816ec74816240da04b15d5878e Mon Sep 17 00:00:00 2001 From: Nicolas Quesada Date: Thu, 24 Jun 2021 14:09:28 -0400 Subject: [PATCH] Adds period --- docs/algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/algorithms.rst b/docs/algorithms.rst index 97a1f084a..8c57ac483 100644 --- a/docs/algorithms.rst +++ b/docs/algorithms.rst @@ -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 ----------------------------