cstar.simulation.Simulation.post_run

Attention

This project is still in an early phase of development.

The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.

cstar.simulation.Simulation.post_run#

abstractmethod Simulation.post_run() None#

Abstract method to perform post-processing actions after the simulation run.

This method should be implemented by subclasses to handle any necessary post-processing steps after the simulation has completed, such as processing output files.

See also

run

Executes the simulation.

pre_run

Performs preprocessing before execution.