Metadata-Version: 2.3
Name: rexpi
Version: 0.0.3
Summary: A python package for computing rational approximations to the unitary exponential function with a focus on unitary best approximations.
Project-URL: Homepage, https://github.com/newbisi/rexpi
Project-URL: Issues, https://github.com/newbisi/rexpi/issues
Author-email: Tobias Jawecki <tobias.jawecki@gmail.com>
License-File: LICENSE
Keywords: best approximation,exponential function,rational approximation,unitary
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: flamp
Requires-Dist: gmpy2
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# rexpi

**This package is still under development. Future versions might have different API. The current version is not fully documented.**

A Python package to compute unitary rational best approximation to exp(ikx). Further documentation is available at https://github.com/newbisi/rexpi.
