CADETProcess.processModel.HICWaterOnHydrophobicSurfaces#

class CADETProcess.processModel.HICWaterOnHydrophobicSurfaces(adsorption_rate, desorption_rate, capacity, hic_characteristic, beta_0, beta_1, name, is_kinetic, n_binding_sites, _bound_states)[source]#

Bases: BindingBaseClass

HIC isotherm by Wang et al. based on their 2016 paper.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants. Size depends on n_comp.

desorption_ratelist of unsigned floats.

Desorption rate constants. Size depends on n_comp.

capacitylist of unsigned floats.

Maximum adsorption capacities. Size depends on n_comp.

hic_characteristiclist of unsigned floats.

Parameters describing the number of ligands per ligand-protein interaction. Size depends on n_comp.

beta_0unsigned float.

Parameter describing the number of highly ordered water molecules that stabilize the hydrophobic surfaces at infinitely diluted salt concentration.

beta_1unsigned float.

Parameter describing the change in the number of highly ordered water molecules that stabilize the hydrophobic surfaces with respect to changes in the salt concentration.

adsorption_rate#

Descriptor for lists of floats whose size depends on other instance attributes.

beta_0#

Parameter descriptor for unsigned floating-point parameters.

beta_1#

Parameter descriptor for unsigned floating-point parameters.

capacity#

Descriptor for lists of floats whose size depends on other instance attributes.

desorption_rate#

Descriptor for lists of floats whose size depends on other instance attributes.

hic_characteristic#

Descriptor for lists of floats whose size depends on other instance attributes.