qiskit.quantum_info.DensityMatrix.to_statevector¶
- DensityMatrix.to_statevector(atol=None, rtol=None)[código fonte]¶
Return a statevector from a pure density matrix.
- Parâmetros
atol (float) – Absolute tolerance for checking operation validity.
rtol (float) – Relative tolerance for checking operation validity.
- Retorno
- The pure density matrix’s corresponding statevector.
Corresponds to the eigenvector of the only non-zero eigenvalue.
- Tipo de retorno
- Levanta
QiskitError – if the state is not pure.