Skip to content
Snippets Groups Projects
Commit 3088f429 authored by Christoph Groth's avatar Christoph Groth
Browse files

fix typo

parent aa91464f
No related branches found
Tags v0.1.5
No related merge requests found
......@@ -34,7 +34,7 @@ def setup_linsys(h_onslice, h_hop, tol=1e6, algorithm=None):
tol : float
Numbers are considered zero when they are smaller than `tol` times
the machine precision.
algorithm : tuple or 3 booleans or None
algorithm : tuple of 3 booleans or None
Which steps of the eigenvalue prolem stabilization to perform.
The first value selects whether to work in the basis of the
hopping svd, or lattice basis. If the real space basis is chosen, the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment