pygsti.objects.EvalTree.get_list_of_final_value_tree_indices

EvalTree.get_list_of_final_value_tree_indices()
Get a list of indices (ints) which specifying the
tree indices corresponding to each gate string in the gatestring_list passed to initialize.
Returns:List of indices with length len(gatestring_list passed to initialize).
Return type:list of integers

Note

A reference to the EvalTree’s internal
list is returned, and so the caller should copy this list before modifying it.