pisces.extensions.simulation.core.initial_conditions.InitialConditions.particles#

property InitialConditions.particles: dict[str, Path | None]#

The particle files associated with the models in the initial conditions.

Returns:

A dictionary mapping model names to their particle file paths as Path. If no particles are associated, the value is None.

Return type:

dict