Challenge D1
Generate 1/√3 (|01⟩ + |10⟩ + |11⟩)
Your task is to prepare the following state on two qubits in state |00⟩:
1/√3 (|01⟩ + |10⟩ + |11⟩)
You have to implement the Solve operation which takes an array of qubits and you need to create the above state on them.
You are only allowed to use the H-gate, the Pauli X, Y or Z gates and the controlled variants of them.
The operation should have the following signature: