Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2026 Patrick Müller. All rights reserved.

qspec.models.Listed  (  models labels = None  )[source]

An abstract class for models with multiple submodels.

Parameters:
modelsIterable[qspec.models._base.Model]

A list of submodels whose parameters are adopted by this model.

labelsIterable[str] | None

A list of labels with the same length as models. The labels are appended to the parameter names of each submodel.

API navigation