
Learn Quantum Computing with Python and IBM Quantum
By :

In the previous chapter, you learned how to program with Qiskit, using both circuits and pulse schedules. We’ll continue with the topic of circuits in this chapter, specifically some new features that optimize and speed up the end-to-end process by reducing the overhead between the classical and quantum systems during heavy computation cycles.
Luckily, Qiskit provides plenty of features to allow us to do this with ease. Additionally, Qiskit provides a set of classes and features to optimize and enhance the visualizations of your circuits. Learning about these features will help optimize your circuit results and allow you to render the circuits in various styles and representations, such as a directed acyclic graph (DAG).
We will cover the following topics in this chapter:
After reading this chapter, you will be able...