37 releases (14 stable)
1.3.0 | Oct 17, 2024 |
---|---|
1.2.2 | May 7, 2024 |
1.1.5 | Dec 6, 2023 |
1.1.4 | Nov 10, 2023 |
0.1.1 | Mar 11, 2021 |
#5 in Simulation
3,146 downloads per month
Used in 26 crates
(18 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
~0.6–1.4MB
~31K SLoC