Code Monkey home page Code Monkey logo

qiskit's Introduction

qiskit

Qiskit is a software development kit for writing quantum computing experiments, programs, and applications.

This is a simple meta-package to install the elements of Qiskit altogether.

Install

The best way of installing qiskit is using pip:

$ pip install qiskit

What happened to Qiskit 0.6?

Prior to version 0.7, both Terra and Aer elements lived together under the qiskit package. In 0.7 we split qiskit into qiskit-terra and qiskit-aer.

The Terra element is the foundation of Qiskit and allows you to write quantum circuits with our Python API and run them using the built-in simulators provided with the package. Aer element is a collection of native simulators designed to be fast and full-featured.

If you don't need/want these simulators, you can always install qiskit-terra in isolation by doing:

$ pip install qiskit-terra

Versioning

The meta-package started with version 0.7 to respect the continuity of qiskit versions. The Terra element did the same to provide continuity with its own history.

Considering semver, the Qiskit meta-package pins the minor version number of each Qiskit element to get new patches automatically.

Nevertheless, upon changes minor or major version numbers of the elements, the meta-package version must be updated according to the following rules:

  1. If a dependency increased the major number, increase the major number of the meta-package.
  2. Else:
    1. If a dependency increased the minor number, increase the minor number of the meta-package.

Contributing

If you want to contribute with one of the Qiskit elements, refer to their individual sites:

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.