You're reading the documentation for a development version. For the latest released version, please have a look at v5.0.3.
CADET IntroductionΒΆ
- Performing a forward simulation comprises several steps:
Setting up the model including all parameters
Defining connectivity and dynamic events
Setting up the simulator and actually running the simulation
Evaluating results (e.g., plotting)
For this purpose, we recommend using CADET-Process, an object oriented Python frontend for CADET. CADET still must be downloaded (or built from source) as explained in the installation guide.
CADET-Core developers who might want to test their extensions of the simulator should use CADET-Python, a plain file based API for CADET.