Skip to content

Commit

Permalink
corrects typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nquesada committed Jun 24, 2021
1 parent 66f2b22 commit 3f6fb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thewalrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
This algorithm scales like :math:`\mathcal{O}(n^4 2^{n/2})`. This algorithm does not
currently support the loop hafnian.
Repeating hafnian algorithm
Repeated hafnian algorithm
The algorithm described in *From moments of sum to moments of product*, :cite:`kan2008moments`.
This method is more efficient for matrices with repeated rows and columns, and supports caclulation of
This method is more efficient for matrices with repeated rows and columns, and supports calculation of
the loop hafnian.
Approximate hafnian algorithm
Expand Down

0 comments on commit 3f6fb5c

Please sign in to comment.