Module Qiskit.Quantum_info

Quantum information utilities.

val state_fidelity : qstatevector -> qstatevector -> float

state_fidelity sv1 sv2 computes the fidelity between two states.

val statevector : qcircuit -> qstatevector

statevector qc computes the exact statevector of the circuit.