This project aims at teaching you the fundamentals of Quantum Artificial Intelligence with Qiskit. It contains the example code of my CRC Press/Taylor & Francis book, Quantum Artificial Intelligence, Andreas Wichert, 2024
http://web.tecnico.ulisboa.pt/andreas.wichert/
Qiskit is an open-source software development kit (SDK) for working with quantum computers at the level of circuits and algorithms, IBM Quantum, https://quantum-computing.ibm.com/.
You can find installation instruction for qiskit at the site: https://qiskit.org/documentation/getting_started.html
For version qiskit 2.x also install adittionaly in your environment: pip install qiskit-aer and pip install qiskit-machine-learning and pip install qiskit-ibm-provider
Check this repository for the newest port of qiskit version which is now version 2.0 You can uppgrade your qiskit 2.x version pip install -U qiskit.
Remark: Variational Quantum Classifier Qiskit SDK SPSA in not present as a package any more.
https://github.com/andrzejwichert/qai_1
https://github.com/andrzejwichert/qai
Use pip to install the desired version. Replace X.Y.Z with the version number you need:
pip install qiskit==X.Y.Z
For exmpla to instal qiskit 1.41:
pip install qiskit==1.41