Visualizing and enhancing circuit graphs
This section will focus on the various visualizations available in Terra. The graphs we have been using were from the default drawer library in Qiskit. However, we can specify other drawing tools that may be better suited for your documentation purposes. Say, for example, that you are authoring a research paper with Latex and you want to use the latex content.
By simply adding style parameters from the Qiskit drawer library, you can then leverage the many features included with the visualization library. We'll cover a few of those now to get you started.
Learning about customized visual circuits
When rendering a circuit, it is often necessary or convenient to have the results in a format that suits the format of your document. It's here where the Qiskit drawer comes in handy with various features. Let's begin with a simple quantum circuit to illustrate the various visual rendering examples:
- First, let's create...