From d685dc0d57687a211148ee86e905e72a18811bf4 Mon Sep 17 00:00:00 2001
From: Michael Wimmer <wimmer@lorentz.leidenuniv.nl>
Date: Fri, 30 Aug 2013 17:38:12 +0200
Subject: [PATCH] remove comment refering to older version of routine

---
 kwant/physics/leads.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kwant/physics/leads.py b/kwant/physics/leads.py
index cc2806a..970b172 100644
--- a/kwant/physics/leads.py
+++ b/kwant/physics/leads.py
@@ -403,8 +403,6 @@ def make_proper_modes(lmbdainv, psi, extract, tol=1e6):
     """
     vel_eps = np.finfo(psi.dtype).eps * tol
 
-    # h_hop is either the full hopping matrix, or the singular
-    # values vector of the svd.
     nmodes = psi.shape[1]
     n = len(psi) // 2
 
-- 
GitLab