InitialConcentration

class glotaran.builtin.megacomplexes.decay.initial_concentration.InitialConcentration[source]

Bases: object

An initial concentration describes the population of the compartments at the beginning of an experiment.

Attributes Summary

compartments

ModelProperty is an extension of the property decorator.

exclude_from_normalize

ModelProperty is an extension of the property decorator.

label

ModelProperty is an extension of the property decorator.

parameters

ModelProperty is an extension of the property decorator.

Methods Summary

as_dict

fill

from_dict

get_parameter_labels

markdown

normalized

validate

Methods Documentation

as_dict() dict
property compartments: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

property exclude_from_normalize: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

fill(model: Model, parameters: ParameterGroup) cls
classmethod from_dict(values: dict) cls
get_parameter_labels() list[str]
property label: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

markdown(all_parameters: ParameterGroup = None, initial_parameters: ParameterGroup = None) MarkdownStr
normalized() numpy.ndarray[source]
property parameters: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

validate(model: Model, parameters: ParameterGroup | None = None) list[str]