plot_pauli_transfer_matrix

forest.benchmarking.plotting.plot_pauli_transfer_matrix(ptransfermatrix: numpy.ndarray, ax, labels=None, title='', fontsizes: int = 16)

Visualize a quantum process using the Pauli-Liouville representation (aka the Pauli Transfer Matrix) of the process.

Parameters:
  • ptransfermatrix – The Pauli Transfer Matrix
  • ax – The matplotlib axes.
  • labels – The labels for the operator basis states.
  • title – The title for the plot
  • fontsizes – Font size for axis labels
Returns:

The modified axis object.

Return type:

AxesSubplot