
Learn Quantum Computing with Python and IBM Quantum
By :

In this chapter, you learned about the three quantum computing principles used in quantum computing. You created a quantum circuit and placed a qubit in superposition and an entangled state between two qubits in a quantum circuit.
You also understood the two types of interference, constructive and destructive, and learned how they are notated and represented individually as qubits by placing them in superposition to create and
simulations.
You also had a sneak peek at some Qiskit development skills by leveraging some quantum gates such as the Hadamard and CNOT gates, as well as operations such as measurements. This will prepare you for future chapters when you will create circuits where these gates and operations are commonly used in various algorithms. This makes sense as these gates and operations represent the core quantum computing principles that we have learned.
You also ran a couple of experiments: the first one was an experiment that simulated a coin...