Coder Social home page Coder Social logo

darkmatter2222 / quantumplay Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 337 KB

Just playing around with IBM Q and executing quantum circuits.

License: GNU General Public License v3.0

Jupyter Notebook 100.00%
quantum-computing ibmq ibm-q ibm-quantum-experience beginner qubit

quantumplay's Introduction

A qiskit starter pack for newbies.

Prereqs

  1. Python 3.6.6 (64bit) installed (https://www.python.org/downloads/release/python-366/)
  2. virtualenv already installed
    "pip install virtualenv"
  3. IBM Quantum Experiance account (Free) (https://quantum-computing.ibm.com/)
  4. Qiskit token, can be found under your IBM Quantum Experiance account
  5. Qiskit token stored in a text document at:
    '''C:\Tokens\Qiskit\IBMQ.txt'''
  6. According to https://qiskit.org/documentation/install.html, you may need VS 2015 and 2017 C++ redistributables

Getting Started (Using Jupyter)

  1. Clone
  2. Navigate to root of repo
  3. install virtualenv (base python 3.6.6)
    virtualenv --python="C:\Users\<User>\AppData\Local\Programs\Python\Python36\python.exe" .venv
  4. Activate virtualenv
    .venv\Scripts\activate
  5. Install all dependiencies
    pip install -r requirements.txt
  6. Install kernal
    ipython kernel install --user --name=.venv
  7. Start Jupyter Lab
    Jupyter lab

Have All the Above Finished? Now go here...

Check this out first: Notebooks\FirstQuantumCircuit.ipynb
There after, check out: Notebooks\ExploringGates.ipynb (WIP)

Need help?

Great resource here: https://quantum-computing.ibm.com/jupyter/tutorial/1_start_here.ipynb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.