Giter Club home page Giter Club logo

quantum's Issues

Cannot be run as an executable

End users should be able to run this.

The solution is to package a thin binary, which:

  • accepts a script as input
  • which is in some common language, like IBM's
  • reads this line-by-line and dispatches equivalent library calls

Should allow gate transformations

We need to allow, e.g. a reversed control-not gate.

At the moment the gates::* implementations are set to use, e.g. the first qubit as a control.

The solution is to allow gate transformations which will do things like permute underlying matrix rows/columns. Then we could change the interfaces to accepting parameters.

Should have benchmarks

We should add some benchmarking using the best-practice Rust solution.

This will allow us to:

  • measure current performance
  • stop us regressing performance
  • justify our README claim of efficiency

Unitary matrices: a possible implementation.

Hi!

I saw that your project needs a check for the input matrix to be unitary, in some of its parts.
I came across the nalgebra crate, which provides a framework for linear algebra.
In particular, they provide a nice trick to avoid checks for unity, by exposing a Unit wrapper.

Hopefully, may this help you in your project!

Best,

Filippo.

Could you publish the latest library please

I am getting the following error:

Updating registry `https://github.com/rust-lang/crates.io-index`
error: no matching version `^0.1.3` found for package `quantum` (required by `quantum`)
location searched: registry `https://github.com/rust-lang/crates.io-index`
versions found: 0.1.2, 0.1.0

Thank you & BR,

Maciej

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.