Q# - versedwriters

Category: Q#

Q#
uncategorised

Q# QUESTION SEE THE ATTACHMENT EXPERTS ONLY PLEASE

import Microsoft.Quantum.Convert.*; import Microsoft.Quantum.Math.*; // In all tasks in this assignment, do not use the state preparation library. // Task 3. Prepare (|00110011.. + |11001100..) / sqrt(2) (1 point). // Input: N qubits in |0…0 state. // Goal: create the following state on these qubits: (|00110011.. + |11001100..) / sqrt(2). operation Task3 (qs : Qubit[]) […]

Read More