2025-03-24 18:42:08 +01:00
2025-03-24 18:09:05 +01:00
2025-03-24 18:42:08 +01:00
2025-03-24 18:37:12 +01:00

Intro

einfaches Programm (Python bzw. Jupiter-Notebook) für "hello world" mit qubits :)

hinweis: auf macos sequoia getestet

Voraussetzung

installiertes Visual Studio Code mit Jupiter Notebook und Python extension

1. venv erstellen

python3 -m venv .venv

2. venv aktivieren

source .venv/bin/activate

3. pip install

alle pakete aus der Datei requirements.txt mit pip install installieren

4. Je nach dem

Account auf https://quantum.ibm.com/ und api token erhalten

S
Description
No description provided
Readme
52 KiB
Languages
Jupyter Notebook 100%