Metadata-Version: 2.4
Name: bandlimit
Version: 1.2.2
Summary: Gaussians and plane waves playing well together
Author-email: Jonathan Jerke <jonathan@quantumgalaxies.org>
License-Expression: MIT
Project-URL: Homepage, https://sopy.quantumgalaxies.org
Project-URL: Issues, https://github.com/quantumgalaxies/sopy/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cython
Dynamic: license-file

# Single Point Gaussian integral in Sinc space
## bandlimit

## <Gaussian | Sinc>

### Conceptual

Gaussians are primitive data types on a lattice, Sincs are the collection of maximumally localized bandlimited planewaves.
Let the two have fun together!

### How to install

`pip install bandlimit`

`from bandlimit.gaussian import compute`

## for a angular_gaussian like (x-y)^n * exp(-0.5 alpha (x-y)**2) 
## compute(lattice, n, alpha, y, X)  = < normalized_angular_gaussian(n) @ y | Sinc @ X in lattice >

