Discrete Hankel transform for axial geometry
Project description
Discrete Hankel Transform
Lightweight Python implementation of the discrete Hankel transform (DHT) for cylindrical and axially symmetric problems.
Designed for numerical simulations in areas such as:
- Ultracold atoms
- Bose–Einstein condensates
- Radially symmetric PDEs
- Spectral methods in cylindrical coordinates
The package provides both:
- Simple function interface (
dht,idht) - A reusable
HankelTransformclass optimized for repeated transforms in simulations
Installation
Using pixi (recommended)
Install in a pixi project:
pixi add git+https://github.com/serranolio/discrete-hankel-transform.git
Or locally during development:
pixi add --editable .
Using pip
From GitHub:
pip install git+https://github.com/serranolio/discrete-hankel-transform.git
Quick Example
import numpy as np
from discrete_hankel_transform import Hank
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file discrete_hankel_transform-0.1.0.tar.gz.
File metadata
- Download URL: discrete_hankel_transform-0.1.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c0c1698f3e954591b0660440ddddfe7244a16bf0cee8009c0b5bfc62b2a54c2
|
|
| MD5 |
a6276ecf19b33a706504f6349cc8cbf2
|
|
| BLAKE2b-256 |
1cbbc65c3c6fbcce54090a394528ac1a7ecf18a9965d2227b946d9be64030ed2
|
File details
Details for the file discrete_hankel_transform-0.1.0-py3-none-any.whl.
File metadata
- Download URL: discrete_hankel_transform-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
312100e947f53f418de3315ed2353eaa887a553653a8f4971986c675c64f2f8d
|
|
| MD5 |
7951d2c91ed216191cce508a7dd9f78e
|
|
| BLAKE2b-256 |
7bb311b20c90ea311825098a09bd8226576a2abdabc3e99cc4622636895eb722
|