From 15ac815282665665b37b48740966f140d153a61b Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Mon, 30 Jul 2012 18:21:14 +0200
Subject: [PATCH] add entries to TODO.txt

---
 TODO.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/TODO.txt b/TODO.txt
index 3bb5aac0..e98b5448 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,6 +24,8 @@ Roughly in order of importance.                                     -*-org-*-
 * Benchmark mumps and check whether nested dissection would be useful.
   If yes, implement it.
 
+* Make kwant objects pickleable.
+
 * Use sparse linear algebra to calculate bands
   However, scipy's sparse eigenvalues don't seem to work well.
 
@@ -39,6 +41,20 @@ Roughly in order of importance.                                     -*-org-*-
 
 * Add support for easily adding magnetic field to a system.
 
+* "shape" doesn't work for leads when only checking y (and not x)
+  Make it aware of symmetries.
+
+* Improve experience when working with sites in a finalized builder
+  (It should be possible to map sites to nodes efficiently.  Probably, the best
+  way to do it is to sort the sites in finalized builders.)
+  One could than also RLE compress sites in finalized builders.
+
+* Selective plotting (function).
+
+* Do not save packed sites of neighbors.
+
+* Consider (optionally) only saving packed sites for which functions are called
+
 * Generalize InfiniteSystem to multiple directions.
 
 * Add support for optimization of lead fundamental domains.
-- 
GitLab