qiskit.quantum_info.purity¶
-
purity
(state, validate=True)[código fonte]¶ Calculate the purity of a quantum state.
The purity of a density matrix \(\rho\) is
\[\text{Purity}(\rho) = Tr[\rho^2]\]- Parâmetros
state (Statevector or DensityMatrix) – a quantum state.
validate (bool) – check if input state is valid [Default: True]
- Retorna
the purity \(Tr[\rho^2]\).
- Tipo de retorno
float
- Levanta
QiskitError – if the input isn’t a valid quantum state.