From e3f26674d4c1008d07f368a59d396a14238da4de Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Mon, 31 Mar 2014 23:28:21 +0200 Subject: [PATCH] TODO items --- TODO | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7996330..32df53c 100644 --- a/TODO +++ b/TODO @@ -106,7 +106,8 @@ Roughly in order of importance. -*-org-*- hoppings to be distinguishable. Also potentially add arrows to the hoppings. * Adopt mincut/maxflow algorithm from networkx or python-graph to find the best - representation of a lead unit cell. + representation of a lead unit cell. Fixing unit cells could be postponed + until a lead is attached. * Speed up kwant.digest by using SipHash and Ziggurat algorithm in C/Cython @@ -116,3 +117,13 @@ Roughly in order of importance. -*-org-*- propagating or evanescent. * Remove sphinxext and use an external numpydoc once it is available + +* Implement a pretty printer for lists/tuples of sites + +* Ideas for kwant 2 + +** Names to be reconsidered +- lead_info + +** Unify the order of indices +For example in wave_function and in PropagatingModes. -- GitLab