Indico Event Link
CERN CERN Quantum Technology Initiative LinkedIn
CERN CERN Quantum Technology Initiative Website
International Conference on Quantum Technologies for High-Energy Physics (QT4HEP22) Workshop Materials.
You'll need python3 with a venv and the necessary pip packages:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
python3 -m venv venv/
. venv/bin/activate
pip3 install jupyter
pip3 install qiskit # or pip install qiskit[visualization]
pip3 install matplotlib
pip3 install numpy
pip3 install pennylane
- IBM Qiskit (Repo Folder)
- Google Quantum AI (Repo Folder)
- Xanadu AI PennyLane (Repo Folder)