quant_met.plotting.

plot_quantum_metric#

quant_met.plotting.plot_quantum_metric(x_data, quantum_metric, fig_in=None, ax_in=None)#

Plot quantum metric against some parameter.

Parameters:
x_datanumpy.ndarray
quantum_metricnumpy.ndarray
fig_inmatplotlib.figure.Figure, optional
ax_inmatplotlib.axes.Axes, optional
Returns:
matplotlib.figure.Figure

Figure with the data plotted onto the axis.