pygsti.objects.GateSet.bulk_evaltree

GateSet.bulk_evaltree(gatestring_list)

Create an evaluation tree for all the gate strings in gatestring_list.

This tree can be used by other Bulk_* functions, and is it’s own function so that for many calls to Bulk_* made with the same gatestring_list, only a single call to bulk_evaltree is needed.

Parameters:gatestring_list (list of (tuples or GateStrings)) – Each element specifies a gate string to include in the evaluation tree.
Returns:An evaluation tree object.
Return type:EvalTree