The different modules

The core

The simulation module

The other modules

  • The test modules: they start with test_ and are used by py.test to test the source code. They need to be completed!
  • The misc modules, a.k.a. miscellaneous module, used as a storage facility. You can ignore it.