qml.qinfo¶
Overview¶
Warning
The qinfo
module is deprecated and scheduled to be removed in v0.40. Most quantum information transforms
are available as measurement processes (see the measurements
module for more details).
Additionally, the transforms are also available as standalone functions in the math
and
gradients
modules.
This module provides a collection of methods to return quantum information quantities from QNode
returning state()
.
Transforms¶
QNode transforms for the quantum information quantities.
Functions¶
|
Compute the fidelity for two |
|
Compute the mutual information from a |
|
Compute the purity of a |
|
Compute the reduced density matrix from a |
|
Compute the relative entropy for two |
|
Compute the trace distance for two |
|
Compute the Von Neumann entanglement entropy from a circuit returning a |
|
Compute the Von Neumann entropy from a |