quantum-rs 0.0.0

This project is aimed at providing a quantum computing library written in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 92.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • ValpsZ/quantum-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ValpsZ

MIT License

Quantum-rs

Welcome to the quantum-rs repository! This project is aimed at providing a quantum computing library written in Rust.

Documentation

Documentation

Installation

Install quantum-rs with cargo

  cargo add quantum-rs

Or add

[dependencies]
quantum-rs = "0.1.0"

to your Cargo.toml file. Remeber to use the latest version.

Features

  • Quantum circuits
  • Quantum wavefunction approximation

Examples

using quantum-rs;

//temporary

Contributing

Contributions are always welcome!

Please be kind and don't use this as an opportunity to bother other people.

License

MIT

Authors

Acknowledgements

  • Special thanks to any contributors who help make this project better.