Spectral-geometric plasma confinement diagnostic
Project description
chihiro
Spectral-geometric plasma confinement diagnostic.
Zero free parameters. Sub-10 ms diagnostics. Built on the Davis Field Equations framework.
Installation
pip install chihiro
Quickstart
import chihiro
# Analytic model equilibrium
eq = chihiro.from_params(r_major=6.2, a_minor=2.0, b_toroidal=5.3,
i_plasma=15.0, beta_n=1.8)
result = chihiro.diagnose(eq)
print(result.status) # "GREEN", "YELLOW", "ORANGE", or "RED"
print(result.spectral_gap) # λ₁ of the CHT operator
print(result.c_max) # Plateau capacity C_max
# Load a G-EQDSK file
eq = chihiro.load_geqdsk("g175844.03100")
result = chihiro.diagnose(eq)
Paper
Author: Bee Rosa Davis
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 chihiro-0.2.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: chihiro-0.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 310.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b315060e080e45689efedae89008610b459620bb22b987fa7ad12fbfde4a6ab7
|
|
| MD5 |
c73b353a0c82ab7cc95ff255e19cfbb3
|
|
| BLAKE2b-256 |
641ce4a622e9877d5adac489848d48fb375bd49b79d264e068441838852d9144
|