Assert 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

Assert has been deprecated. Please use AssertMeasurement operation instead.

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

Input

bases : Pauli[]

qubits : Qubit[]

result : Result

msg : String

Output : Unit