Skip to content
Snippets Groups Projects
Commit 89b447ae authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Christoph Groth
Browse files

minor docstring improvement

parent 9ad32ef8
No related branches found
No related tags found
No related merge requests found
...@@ -628,7 +628,7 @@ def modes(h_onslice, h_hop, tol=1e6): ...@@ -628,7 +628,7 @@ def modes(h_onslice, h_hop, tol=1e6):
Returns Returns
------- -------
(vecs, vecslmbdainv, nmodes, svd) : Modes Modes(vecs, vecslmbdainv, nmodes, svd) : a named tuple
`vecs` is the matrix of eigenvectors of the translation operator. `vecs` is the matrix of eigenvectors of the translation operator.
`vecslmbdainv` is the matrix of eigenvectors multiplied with their `vecslmbdainv` is the matrix of eigenvectors multiplied with their
corresponding inverse eigenvalue. `nmodes` is the number of corresponding inverse eigenvalue. `nmodes` is the number of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment