itcsimlib.model_independent module

Non-ising type binding models for itcsimlib.

class itcsimlib.model_independent.OneMode(*args, **kwargs)[source]

Bases: itcsimlib.itc_model.ITCModel

A four-parameter phenomological model describing binding to a single site type.

Q(T0, T, concentrations)[source]

Returns the total binding heat at each injection predicted by the model and its current parameter values. See parent model for information.

class itcsimlib.model_independent.NModes(modes=2, *args, **kwargs)[source]

Bases: itcsimlib.itc_model.ITCModel

A 4n-parameter phenomological model describing binding to n independent types of sites.

Q(T0, T, concentrations)[source]

Returns the total binding heat at each injection predicted by the model and its current parameter values. See parent model for information.