ResetAll 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.Type2.Core

Given an array of qubits, measure them and ensure they are in the |0⟩ state such that they can be safely released.

operation ResetAll (qubits : Qubit[]) : Unit

Input

qubits : Qubit[]

An array of qubits whose states are to be reset to $\ket{0}$.

Output : Unit