
Learn Quantum Computing with Python and IBM Quantum
By :

In this chapter, you learned about the general features and capabilities provided by Qiskit so that you can create highly efficient quantum algorithms. You then learned how to install Qiskit locally, as well as how to contribute and find support from the Qiskit community.
We’ve learned more about Qiskit and how it fits on the development stack, and we covered an overview of the application modules and simulators provided in the Qiskit libraries. This provided you with the general skills and functionality to create circuits, which you can then use to apply various operations to the qubits via gates and operators.
Then, we learned about Aer, which allows us to create better simulators and how to execute them locally and on the IBM Quantum platform.
You learned details on how you can install your own version of Qiskit on your platform using Anaconda. Finally, we learned about the Qiskit community and its advantages to all, particularly those who are new to...