Metadata-Version: 2.4
Name: bandlimit
Version: 1.1.6
Summary: GaussianSinc: overlap of Sinc with various (non)angular Gaussians
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`

## compute(lattice, n, alpha, y, X)  = < normalized_angular_gaussian(n) @ y | Sinc @ X in lattice >

