PurityRBFitter.add_data

PurityRBFitter.add_data(new_purity_result, rerun_fit=True)[source]

Add a new result.

Parameters
  • new_purity_result (list) – list of RB results of the purity RB circuits.

  • rerun_fit (bool) – re-calculate the means and fit the result.

Additional information:

Assumes that the executed ‘result’ is the output of circuits generated by randomized_benchmarking_seq where is_purity = True.