stf_sum

Graph.stf_sum(terms)

Create the sum of multiple sampleable functions.

Parameters

terms (list [Stf ]) – The individual sampleable function {vj(t)}\{v_j(t)\}

Returns

The sampleable function of time jvj(t)\sum_j v_j(t)

Return type

Stf

SEE ALSO

Graph.hermitian_part : Hermitian part of an Stf operator.

Graph.pwc_sum : Corresponding operation for Pwcs.

Graph.stf_operator : Create an Stf operator.

Notes

For more information on Stf nodes see the Working with time-dependent functions in Boulder Opal topic.

Was this useful?