TODO List

This lists all the .. todo blocks in all docstrings. For additional outstanding tasks, features, and bugs, see the issues on github.

Todo

The starting weight should automatically be read in; currently not.

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/supervillain/checkouts/main/supervillain/ensemble.py:docstring of supervillain.ensemble.Ensemble.continue_from, line 10.)

Todo

Generalize to D>2. The current implementation is hardcoded for D=2: it uses the _Lattice2D numba struct, four fixed directions (east/north/west/south), and 2D displacement histograms. Raises NotImplementedError for \(D \neq 2\).

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/supervillain/checkouts/main/supervillain/generator/villain/worm.py:docstring of supervillain.generator.villain.worm.ClassicWorm, line 23.)

Todo

Generalize to D>2. The current implementation hardcodes D=2: four directions (east/north/west/south) in _neighboring_plaquettes() and _surrounding_links(), and 2D displacement histograms. Raises NotImplementedError for \(D \neq 2\).

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/supervillain/checkouts/main/supervillain/generator/reference_implementation/villain.py:docstring of supervillain.generator.reference_implementation.villain.ClassicWorm, line 25.)