Skip to content
Snippets Groups Projects
Commit df3825d9 authored by Christoph Groth's avatar Christoph Groth
Browse files

update TODO

parent 0ffd6800
Branches
Tags
No related merge requests found
......@@ -9,11 +9,15 @@ Roughly in order of importance. -*-org-*-
* Consider making the b parameter of _solve_linear_sys a matrix instead of a
list of matrices
* Find a nice way to organize / deal with ldos or wave_func output when the
number of orbitals per site varies
* Implement "inhomogeneous arrays" for ldos and wavefunc
The point is to have ldos or wavefunc return objects that behave like 2d
arrays, where the site index and orbital index are separate. However, this
must work in the general case where the number of orbitals per site varies.
* Add a (tutorial?) example with kwant.plotter.map
* Plotter: show site upon click
* fix physics.noise (docstring, __all__, etc.)
* Verify that selective plotting works.
......@@ -24,6 +28,8 @@ Roughly in order of importance. -*-org-*-
* Allow plotting of infinite systems
* Consider additional optional parameters to value functions
* Use sparse linear algebra to calculate bands
However, SciPy's sparse eigenvalues don't seem to work well.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment