From 71f2d2be0766554d25988f0556f873bd04c9a547 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Mon, 2 Mar 2015 15:05:14 +0100 Subject: [PATCH] TODO note --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 8d1c4012..f253a9d2 100644 --- a/TODO +++ b/TODO @@ -151,3 +151,6 @@ Either ** modes When on a band edge, the calculation of modes should fail in a clear way, for example by raising kwant.UndefinedResultError (itself derived from ValueError). We could also provide a function (tentative name: kwant.tolerate) that turns such exceptions into None values (useful for plotting). + +** hamiltonian_submatrix and hamiltonian +Systems have both methods and its confusing which does what. -- GitLab