Skip to content

v.0.0.1-prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@mlliarm mlliarm released this 17 Jan 06:34
· 34 commits to master since this release

Basic features

  • Two parameter system reproduces most of the results of the cited paper.
  • The three parameter system is pretty much useless.
  • Type hints have been added.

TODO

  • Add tests with pytest.
  • Use typer for the CLI API.
  • Add docstrings in all the functions.
  • Clean useless comments.
  • Use the eigenvalues to produce PRNs as the C++ version does.
  • Comparison in runtime and results with the official C++ version.