Giter Club home page Giter Club logo

python-qinfer's Introduction

Welcome to QInfer

QInfer is a library using Bayesian sequential Monte Carlo for quantum parameter estimation.

Obtaining QInfer

A stable version of QInfer has not yet been released. Until then, the latest version may always be obtained by cloning into the GitHub repository:

$ git clone [email protected]:csferrie/python-qinfer.git

Once obtained in this way, QInfer may be updated by pulling from GitHub:

$ git pull

Installing QInfer

QInfer provides a setup script, setup.py, for installing from source. On Unix-like systems, QInfer can be made available globally by running:

$ cd /path/to/qinfer/
$ sudo python setup.py install

On Windows, run cmd.exe, then run the setup script:

C:\> cd C:\path\to\qinfer\
C:\path\to\qinfer\> python setup.py install

Note that you may be prompted for permission by User Access Control.

Dependencies

QInfer depends on only a very few packages:

  • Python 2.7 (may work with earlier, but not tested).
  • NumPy and SciPy.
  • [Optional] SciKit-Learn required for some advanced features.
  • [Optional] Sphinx required to rebuild documentation.

On Windows, these packages can be provided by Python(x,y). Linux users may obtain the needed dependencies. Under Ubuntu:

$ sudo apt-get install python2.7 python-numpy python-scipy python-scikits-learn python-sphinx

On Fedora:

$ sudo yum install python numpy scipy python-sphinx
$ sudo easy_install -U scikit-learn

Alternatively, Enthought Python Distribution has been tested with QInfer, and may be used on Windows, Mac OS X or Linux.

More Information

Full documentation for QInfer is available on ReadTheDocs, or may be built locally by running the documentation build script in doc/:

$ cd /path/to/qinfer/doc/
$ make html

On Windows:

C:\> cd C:\path\to\qinfer\
C:\path\to\qinfer\> make.bat html

The generated documentation can be viewed by opening doc/_build/html/index.html.

python-qinfer's People

Contributors

cgranade avatar csferrie avatar ihincks avatar ysanders avatar

Watchers

 avatar  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.