Skip to main content

check_completely_positive

Function check_completely_positive 

Source
pub fn check_completely_positive<R>(
    choi: &CausalTensor<Complex<R>>,
    tol: R,
) -> Result<(), QuantumError>
Expand description

Complete positivity check: E is CP iff its Choi operator is PSD (spectrum ≥ −tol via the Hermitian eigendecomposition).

Decides and discards. The sibling check_completely_positive_report keeps the defect and the spectrum it computed.