Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Feature/python #168

Open Chrisgant opened 4 months ago

Chrisgant commented 4 months ago

The python interface is now at a point where we can completely generate MarkovChains from python. The purpose of this new feature is simplification of the workflow and accessibility to non power users.

The interface includes exposed classes and functions for:

And type casters:

An example can be found here.

Due to the amount of templates in our C++ code, some type specifications/simplifications were necessary.