#quantum-simulation #quantum-computing #calculator #qoqo #toolkit #interface #back-end

qoqo_calculator_pyo3

Python interface to qoqo calculator, the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations

28 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.2.0 Mar 11, 2021

#1012 in Math

Download history 3/week @ 2023-12-22 251/week @ 2023-12-29 873/week @ 2024-01-05 468/week @ 2024-01-12 689/week @ 2024-01-19 917/week @ 2024-01-26 837/week @ 2024-02-02 563/week @ 2024-02-09 205/week @ 2024-02-16 1081/week @ 2024-02-23 1732/week @ 2024-03-01 369/week @ 2024-03-08 950/week @ 2024-03-15 755/week @ 2024-03-22 341/week @ 2024-03-29 967/week @ 2024-04-05

3,031 downloads per month
Used in 9 crates (6 directly)

Apache-2.0

55KB
712 lines

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

qoqo_calculator_py03

Crates.io GitHub Workflow Status docs.rs Crates.io PyPI PyPI - Format

Python interface to qoqo calculator, the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.

qoqo-calculator-py03 provides

  • A calculator python class that evaluates symbolic string expressions to float values
  • A CalculatorFloat python class that can represent a float value or a string based symbolic expression
  • A CalculatorComplex python class that represents complex numbers where real and imaginary parts can be CalculatorFloat

Installation

This package can be installed directly from pypi using

pip install qoqo-calculator-pyo3

For x86 based Linux, Windows and macOS machines pre-built binaries are available. For other platforms a working rust toolchain and maturin are required to build the source distribution that is also available on PyPi.

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

~4–11MB
~96K SLoC