B.2 qiskit.org
The home of the Qiskit open source quantum computing software development kit (SDK) is
The canonical source for learning about qiskit is the Qiskit Textbook at
https://qiskit.org/textbook/preface.html
It features a review of quantum computing along with interactive Python examples. [LQCQ]
The main web page for the Qiskit documentation is
https://qiskit.org/documentation/index.html
The release notes for all versions are at
https://qiskit.org/documentation/release_notes.html
You can see your installed version of qiskit and its constituent modules by issuing the following in Python:
import qiskit
qiskit.__qiskit_version__
{'qiskit-terra': '0.18.0', 'qiskit-aer': '0.8.2', 'qiskit-ignis': '0.6.0', 'qiskit-ibmq-provider': '0.16.0', 'qiskit-aqua...