merge_sequences

forest.benchmarking.randomized_benchmarking.merge_sequences(sequences: List[List[pyquil.quil.Program]]) → List[pyquil.quil.Program]

Takes a list of equal-length “sequences” (lists of Programs) and merges them element-wise, returning the merged outcome. :param sequences: List of equal-length Lists of Programs :return: A single List of Programs