braincell.quad.state#
- braincell.quad.state(value, **kwargs)#
Allocate the integrable hidden state class the current host wants.
- Parameters:
value (ArrayLike) – Initial value, normally a
brainunit.Quantity.**kwargs – Forwarded to the state constructor.
- Returns:
A
DiffEqGroupStateinsidestate_grouping()(i.e. within abraincell.Cell), otherwise aDiffEqSingleState.- Return type:
See also
state_groupingScope that selects the class.
hidden_stateThe non-integrable counterpart.