Steps to connect IBM quantum computer from Local computer(Such
as Laptop and Desktop(Classical Device)
I.
Quantum Platform and Simulation
1. Register on this website and get your API Key
IBM Quantum Computing
2. Connect to Quantum Computer using Local Machine
2.1 Install Jupyter Notebook using Anaconda/Miniconda Navigator
2.2 Create new Environment
Step 1: Create new environment
First, create a minimal environment with only Python installed in it.
python3 -m venv c:\path\to\virtual\environment
Step 2: Activate virtual environment
c:\path\to\virtual\environment\Scripts\Activate.ps1
Step 3: Install pip(opens in a new tab). Pip is a Python package manager that you use to install
Qiskit and other Python packages. Use pip list to see what is in your virtual environment.
2.2 Lauch CMD exe Propt
Perform following commands on that
Install the Qiskit SDK. If you plan to run jobs on quantum hardware, also install Qiskit
Runtime.
•
pip install qiskit
•
pip install qiskit-ibm-runtime
•
pip install matplotlib
•
pip install pylatexenc
•
pip install qiskit[visualization
Open Jupyter notebook