pygsti.tools.rbtheory.errormaps

Contents

pygsti.tools.rbtheory.errormaps#

errormaps(model, target_model)#

Computes the ‘left-multiplied’ error maps associated with a noisy gate set, along with the average error map.

This is the model [E_1,…] such that

G_i = E_iT_i,

where T_i is the gate which G_i is a noisy implementation of. There is an additional gate in the set, that has the key ‘Gavg’. This is the average of the error maps.

Parameters:
  • model (Model) – The imperfect model.

  • target_model (Model) – The target model.

Returns:

errormaps – The left multiplied error gates, along with the average error map, with the key ‘Gavg’.

Return type:

Model