pygsti.objects.GateSet.get_vector_offsets

GateSet.get_vector_offsets()

Returns the offsets of individual components in the vectorized gateset according to the optional parameters.

Returns:A dictionary whose keys are either SPAM vector or a gate label and whose values are (start,next_start) tuples of integers indicating the start and end+1 indices of the component.
Return type:dict