GithubHelp home page GithubHelp logo

matthewwardrop / python-qubricks Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 1.81 MB

A library to assist in the rapid prototyping and simulation of quantum systems.

License: MIT License

Python 99.70% Shell 0.30%

python-qubricks's Introduction

python-qubricks

QuBricks is a toolkit for the analysis and simulation of quantum systems using Python 2 (Python 3 support is blocked by the dependency on ParamPy). The primary goal of QuBricks is to facilitate insight into quantum systems; rather than to be the fastest or most efficient simulator. As such, the design of QuBricks is not especially geared toward very large or complicated quantum systems. It distinguishes itself from toolkits like QuTip (http://qutip.org/) in that before simulations everything can be expressed symbolically; allowing for analytic observations and computations. Simulations are nonetheless performed numerically, with various optimisations performed to make them more efficient.

For more information regarding the use of QuBricks, refer to documentation.pdf.

If you are interested in using QuBricks and are having trouble, please contact me at: [email protected] . I will only be too happy to help you.

Installation

If you use pip, you can run:

$ pip install qubricks

Otherwise, installing this module is as easy as:

$ python2 setup.py install

If you run Arch Linux, you can instead run:

$ makepkg -i

python-qubricks's People

Contributors

matthewwardrop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-qubricks's Issues

Importing error and solution (along with Lindblad equations in qubricks)

I tried to install qubricks but I got importing errors for the parameters module. I realized the problem was that in the code, the importing was done like this:

from parameters import Parameters
There is no class called Parameters. It is called Parameter. I uninstalled qubricks, fixed the code by deleting the 's' in " Parameters" and re installed. It worked. ALso, note that I needed to also install mako since in integratorcallback.py it requires mako.templates. Maybe you should make that a dependency.

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.