#quantum-computing #quantum-simulation #complex-numbers #calculator #back-end #toolkit #expression

qoqo_calculator

qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations

30 releases (7 stable)

1.1.5 Dec 6, 2023
1.1.4 Nov 10, 2023
1.1.3 Oct 6, 2023
1.1.2 Jul 6, 2023
0.1.1 Mar 11, 2021

#152 in Science

Download history 403/week @ 2023-12-18 47/week @ 2023-12-25 401/week @ 2024-01-01 1355/week @ 2024-01-08 589/week @ 2024-01-15 1206/week @ 2024-01-22 1052/week @ 2024-01-29 867/week @ 2024-02-05 655/week @ 2024-02-12 218/week @ 2024-02-19 1587/week @ 2024-02-26 1895/week @ 2024-03-04 295/week @ 2024-03-11 1127/week @ 2024-03-18 814/week @ 2024-03-25 1079/week @ 2024-04-01

3,339 downloads per month
Used in 22 crates (16 directly)

Apache-2.0

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

Crates.io GitHub Workflow Status docs.rs Crates.io codecov

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.7–1.5MB
~32K SLoC