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

InitialConditions.get_model_info(model_name: str)[source]#

Retrieve the configuration information for a specific model.

Parameters:

model_name (str) – The name/identifier of the model to retrieve.

Returns:

A dictionary containing the model’s configuration information.

Return type:

dict

Raises:

KeyError – If no model with the given model_name exists.