
Dancing with Python
By :

This chapter explored the gate and circuit foundation of classical computing. It showed how low-level coders could build bit addition and higher-level functions. From there, we moved to quantum gates and circuits. While we used the same words, the programming models are fundamentally different. In particular, superposition and entanglement give us behavior and tools that are not available using classical techniques alone.
In the next chapter, we look at techniques to test and optimize your code, be it classical or quantum. We saw some of this already when we used Qiskit’s transpile function to optimize quantum gates for general and hardware-specific use.