qoqo 1.3.2

Quantum computing circuit toolkit. Python interface of roqoqo
Documentation
[project]
name = "qoqo"
version = "1.3.2"
dependencies = [
  'numpy',
  'qoqo_calculator_pyo3>=1.1',
]
license = {text="Apache-2.0 AND Apache-2.0 with LLVM-exception AND MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-CLause"}
maintainers = [{name = "HQS Quantum Simulations GmbH", email = "info@quantumsimulations.de"}]
requires-python = ">=3.7"

[build-system]
requires = ["maturin>=0.13,<0.14"]
build-backend = "maturin"

[tool.maturin]
bindings = "pyo3"
compatibility = "manylinux2014"
skip-auditwheel = false
strip = true
profile = "release"