spheres.stabilization.pytket.plot_symmetrization_performance

spheres.stabilization.pytket.plot_symmetrization_performance(parameter, experiments)[source]

Given a parameter (e.g. “depth”) and a list of symmetrization experiments, plots the error varying the parameter.

Parameters
  • parameter (str) – Could be “n_qubits”, “depth”, “n_copies”, “every”, “pairwise”, “noise_model_name”, “error_on_all”.

  • experiments (list) – List of experiments returned by eval_pytket_symmetrization_performance.