pisces.extensions.simulation.core.frontends.SimulationFrontend.config#

property SimulationFrontend.config: ConfigManager#

The ConfigManager instance associated with this frontend.

This object provides a programmatic interface for reading and updating the YAML configuration file used to guide initial condition generation. It always corresponds to the file at config_path.

Notes

Updates made through this object may or may not automatically persist to disk, depending on the ConfigManager implementation. Call a dedicated save() method if persistence is required.