Skip to content
Snippets Groups Projects
Commit 9436f93d authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Christoph Groth
Browse files

extend TODO entry about neighbors

parent 84982bce
No related branches found
No related tags found
No related merge requests found
Roughly in order of importance. -*-org-*-
* Fix lattice.neighbors() when lattice has lower dimensionality than the space.
* Improve lattice.neighbors()
to support the following cases:
- The lattice has lower dimensionality than the space
- Hoppings between sites from two separate lattices
The function should be rewritten in a more robust manner using Delaunay
tessellation from Scipy/QHull and a proper choice of the set of sites on
which to perform the tessellation.
* Improve error messages by checking for ABCs
Add a classmethod "ensure_isinstance" that takes an object at makes sure that
......
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