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

add to-do item

parent 01570051
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,12 @@ Roughly in order of importance. -*-org-*-
* Fix lattice.neighbors() when lattice has lower dimensionality than the space.
* Improve error messages by checking for ABCs
Add a classmethod "ensure_isinstance" that takes an object at makes sure that
it has the appropriate type. Otherwise, a non-cryptic error is raised. The
error message can depend on the type of the argument. For example, it could
inform that a builder needs to be finalized.
* Document the order of sites/orbitals in finalized builders
* Add calculation of current density
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment