GithubHelp home page GithubHelp logo

fbm2718 / ibmqe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tomev/qel

0.0 1.0 0.0 5.12 MB

Our first steps in quantum computing with IBM QE.

License: GNU General Public License v3.0

Python 5.51% Jupyter Notebook 93.04% R 1.45%

ibmqe's Introduction

IBM QX Laboratory

This is a project containing our first steps in quantum computing with IBM QE.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For development and running:

  • Python 3.5 or higher
  • qiskit 0.7 python package (currently, as it's evolving fast)
  • IBM QX account (to run jobs remotely)

After download:

One should generate a Qconfig file and place it in the main folder (one with readme and license). After that all scripts should work just fine.

Coding style

Although it hasn't been said explicitely, we're trying to maintain PEP8 in Python scripts. There currently is no coding style for qasms and other files used.

Circuit naming style

For automation of results analysis a circuit naming convention has to be set. It's natural, that each experiment would require different attributes in circuit name, however they share some similarities eg. experiment name. Given that from now on we will be using following naming style:

experiment-name_attr-1_attr-2_..._attr-n

for example

Grover_3_111_1

would mean, that given circuit describes experiment with Grover algorithm, using 3 qubit states, with 111 as selected state and with only one diffusion and oracle operator used. Note that each naming convention (for different experiments) should be placed within experiments folder. See Grover folder for example.

Also note that attributes are separated by '_' character and mutli-word attributes or names should be separated by '-'.

Run with

Python interpreter of your choice, that fulfills prerequisites.

Authors

  • Jakub Tworzydło
  • Alicja Dutkiewicz
  • Tomasz Rybotycki - Tomev

License

This project is licensed under the GNU GPL v. 3 License - see the LICENSE.md file for details.

Acknowledgments

  • IBM QX staff, for letting us use your chips.
  • Billie Thompson for great readme.md template.
  • Andreas Renberg and contributors of [markdown-licenses] for md version of GNU GPL 3.

ibmqe's People

Contributors

alicjadut avatar tomev avatar

Watchers

James Cloos avatar

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.