From 7ef748e09ce604d37843e4d3869d11e6d8752019 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 4 May 2015 01:25:55 +0200 Subject: [PATCH] typo fix --- kwant/solvers/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwant/solvers/common.py b/kwant/solvers/common.py index 6abd9607..218734bc 100644 --- a/kwant/solvers/common.py +++ b/kwant/solvers/common.py @@ -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 -- GitLab