Introducing quantum programming languages
In this section, our goal is to introduce you to the classical HLL software development kits that are currently being used by researchers and industry for the programming of quantum computers. The goal here will be to briefly discuss these languages and some simple programs so that you can understand the low-level quantum programming we are doing currently by utilizing the classical HLLs. Let's start with IBM's Qiskit programming language.
The IBM Qiskit quantum programming language
IBM launched their Qiskit (https://qiskit.org/) programming toolkit in March 2017 to spread more and more awareness and they have done an excellent job in providing valuable resources on various important quantum algorithms as well as their real-life practical implementations. IBM has created quantum simulators, as well as unveiling their quantum computer hardware in the cloud in 2016 so as to make it commercially available to a larger audience.
...