scqubits.core.circuit_utils.compose¶ scqubits.core.circuit_utils.compose(f, g)[source]¶ Returns the function f o g: x |-> f(g(x)) Return type: Callable Parameters: f (Callable) g (Callable)