Metadata-Version: 2.1
Name: spex-tequila
Version: 1.0.1
Summary: Expectation value computation module on sparse Pauli states for Tequila, implemented in C++ using Pybind11
Home-page: https://git.rz.uni-augsburg.de/qalg-a/spex
Author: Michael Lang
Author-email: lang-michi@t-online.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11>=2.5.0

# SPEX
spex is an expectation value computation module on sparse Pauli states for [Tequila](https://github.com/tequilahub/tequila), implemented in C++ using Pybind11. It provides computation of expectation values, inner products, and application of exponential Pauli operators on sparse quantum states.

# Install
```
pip install spex-tequila
```

