Installing and configuring Qiskit on your local machine
In this section, we will walk you through the installation process of Qiskit. The installation will include installing Anaconda, which is a distribution of Python, and many other data science packages. It also serves as a simple way to manage packages and how they are installed on your local machine. In our case, it will help by installing the prepackaged dependencies we will need, such as Python, Jupyter Notebooks, PIP, and many others. Once installed, you can create an environment specific to quantum development with all the dependencies and features already installed.
Preparing the installation
Qiskit is an open source project that is available for free to everyone. It is licensed under the Apache 2.0 license (https://apache.org/licenses/LICENSE-2.0). A copy has also been included in each Qiskit module (for example, https://www.github.com/Qiskit/qiskit/blob/master/LICENSE.txt). This allows you to use the source code,...