Skip to content

Using existing frameworks/APIs and writing our own Python code to explore quantum computing.

Notifications You must be signed in to change notification settings

saimachi/QuantumComputingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Computing with Python

Using existing frameworks/APIs (IBM Qiskit) and writing our own Python code to explore quantum computing.

Repository Structure:

notes/--as the name implies, this directory will contain my notes, formatted as YAML and PDF documents
src/--root directory for code

Additional Notes

As code is written, installation instructions will be added here. Python is required (>= 3.5), though additional components, including MS VC++, may be needed for Windows.

Getting Started

  1. Create and activate a virtual environment. If you are unfamiliar with this process, please click here.

  2. Issue pip install qiskit.

  3. Sign up for an IBM Quantum Experience account here. I could authenticate with the service using my GitHub account.

  4. Navigate to My Account and under Qiskit in local environment, select Copy token. Obtaining a Token

  5. Run src/qiskit/account-setup.py with the flag -k [TOKEN COPIED FROM WEBSITE]. This will save your credentials to disk.

About

Using existing frameworks/APIs and writing our own Python code to explore quantum computing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages