Skip to content
Snippets Groups Projects
Commit 7ef748e0 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

typo fix

parent 89572421
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class SparseSolver(object):
Returns
-------
(lhs, rhs, indices, num_orb) : LinearSys
`lhs` is a numpy.sparse.csc_matrix, containing the left hand side
`lhs` is a scipy.sparse.csc_matrix, containing the left hand side
of the system of equations. `rhs` is a list of matrices with the
right hand side, with each matrix corresponding to one lead
mentioned in `in_leads`. `indices` is a list of arrays of variables
......
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