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

InitialConditions3DCartesian.get_model_info(model_name: str)#

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.