When applying a CNOT gate to two qubits, which qubit acts as the control and which one acts as the target?
What function does Qiskit Aqua primarily serve within the Qiskit ecosystem?
Given Quantum Circuit
qc= QuantumCircuit(2)
qc.h(0)
qc.h(1)
to run the above quantum circuit 512 times in the qasm_simulator, choose the best option in the given below?
What is the output when we apply Hadamard-gate to the basis |+〉 = 1/√2(|0〉+|1〉)?