dq.plot.wigner_data
wigner_data(
wigner: ArrayLike,
xmax: float,
ymax: float,
*,
ax: Axes | None = None,
vmax: float = 2 / jnp.pi,
cmap: str = "dq",
interpolation: str = "bilinear",
colorbar: bool = True,
cross: bool = False,
clear: bool = False
)
Plot a pre-computed Wigner function.
Warning
Documentation redaction in progress.
Note
Choose a diverging colormap cmap
for better results.
See also
dq.wigner()
: compute the Wigner distribution of a ket or density matrix.dq.plot.wigner()
: plot the Wigner function of a state.