pygsti.objects.EvalTree.generate_gatestring_list¶
-
EvalTree.
generate_gatestring_list
()¶ Generate a list of the final gate strings this tree evaluates.
- This method essentially “runs” the tree and follows its
- prescription for sequentailly building up longer strings from shorter ones. The resulting list should always be the same as the one passed to initialize(...), and so this method may be used as a consistency check.
Returns: A list of the gate strings evaluated by this tree, each specified as a tuple of gate labels. Return type: list of gate-label-tuples