plot_quantum_result#

plot_quantum_result(result: simphony.quantum.QuantumResult, modes: list = None, wl_ind: int = 0, include_loss_modes=False)[source]#

Plot the means and covariance matrix of the quantum result.

Parameters
  • result (QuantumResult) – The quantum simulation result.

  • modes (list, optional) – The modes to plot. Defaults to all modes.

  • wl_ind (int, optional) – The wavelength index to plot. Defaults to 0.

  • include_loss_modes (bool, optional) – Whether to include the loss modes in the plot. Defaults to False.