AssertProb operation

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Intrinsic

Package: Microsoft.Quantum.QSharp.Foundation

Warning

AssertProb has been deprecated. Please use AssertMeasurementProbability operation instead.

operation AssertProb (bases : Pauli[], qubits : Qubit[], result : Result, prob : Double, msg : String, tol : Double) : Unit is Adj + Ctl

Input

bases : Pauli[]

qubits : Qubit[]

result : Result

prob : Double

msg : String

tol : Double

Output : Unit