Summary
In this chapter, we covered just some of the many features included in the Terra library. We reviewed creating quantum circuits, as well as executing them on the simulator and real quantum devices. We also reviewed how to concatenate circuits so as to enable you to combine and create composite circuits, which included binding parameters to enable adjustments to various gates. Learning how to extract provider information allows you to obtain information about the various backend devices available to you.
We covered how the circuits are converted into pulses using Terra's open Pulse library and created schedules, which are programs that send pulse information via various channels down to the hardware.
In the next chapter, we will cover techniques to optimize your quantum circuits by reviewing the features available via Pass Managers and Optimizers. We'll also learn various ways to visualize your quantum circuits and monitor your jobs as they are executed on the...