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: