Worked Examples¶
All the examples are also available as Jupyter notebooks and can be downloaded as one ZIP archive here:
Gözdenur Toraman, Toon Verstraelen, “Example Trajectory Data and Jupyter Notebooks Showing How to Compute Various Properties with STACIE” June 2025 https://doi.org/10.5281/zenodo.15543903
Warning
The ZIP file will contain executable notebooks and simulation outputs used by the examples. Hyperlinks from these notebooks to the rest of the documentation and literature references will not work.
This documentation contains the rendered notebooks, including all outputs, in the following sections. We recommend starting with the minimal example, as it is the easiest to run and understand. This example thoroughly explains STACIE’s output and how to interpret the plots. The other examples produce similar outputs and plots, but the meaning of all outputs is not repeated in each example.
The first few notebooks are completely self-contained. They generate the data and analyze it with STACIE:
The remaining notebooks process the output of external simulation codes. Input files for these simulations can be found in the Git source repository of STACIE. You can rerun these simulations to generate the required data or use the data files from the ZIP archive mentioned above.
Some notebooks also use helper functions from the utils.py
module.
In addition to the worked examples in STACIE’s documentation, we also recommend checking out the AutoCorrelation Integral Drill (ACID) Test Set, with which we have validated STACIE’s performance:
ACID GitHub repository: https://github.com/molmod/acid
ACID Zenodo archive: https://doi.org/10.5281/zenodo.15722903