Tutorials
Getting Started
If this is your first time working with the qiotoolkit , here's a good place to start; build the binary and run your first simulation:
Usage
Once you have a running binary (see previous section), this section explains how to run configure a request to run a specific solver on a particular model:
- Anatomy of a request
- Make it stop!
- Choosing a solver
- Choosing a model
- Multithreading
- Anatomy of a response
- Benchmarking
Development
Beyond the built-in functionality, you may also opt to modify a model to use custom simulation dynamics (types of steps), create a new model or even roll your own solver. Besides these tutorials, the API section provides machine-generated interface descriptions.