Skip to main content
This is a list of the symbolic functions available in Qmod for applying on classical parameters in expressions context. Functions:

subscript

subscript(
array: list | CArray | np.ndarray,
index: Any
) -> Any
Return the element of array at position index in an expression. This is the expression-level form of the array[index] indexing operator. Parameters: