26 releases (3 stable)
1.1.1 | Feb 6, 2023 |
---|---|
1.1.0 | Sep 7, 2022 |
1.0.0 | Aug 11, 2022 |
0.8.3 | Jun 22, 2022 |
0.1.1 | Mar 11, 2021 |
#67 in Science
3,817 downloads per month
Used in 15 crates
(14 directly)
155KB
3.5K
SLoC
qoqo-calculator
qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.
This repository contains two components:
- The core qoqo_calculator rust library
- The python interface qoqo_calculator_pyo3
qoqo_calculator
qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.
qoqo-calculator provides
- A calculator that evaluates symbolic string expressions to float values
- CalculatorFloat: a struct that can represent a float value or a string based symbolic expression
- CalculatorComplex: a struct that represents complex numbers where real and imaginary parts can be CalculatorFloat
Contributing
We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.
Dependencies
~1–1.7MB
~39K SLoC