Metadata-Version: 2.3
Name: cfspopcon
Version: 7.2.0
Summary: Empirically-derived scoping of tokamak operational space.
Author: Commonwealth Fusion Systems
Requires-Python: >=3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: click (>=8.1.0,<9.0.0)
Requires-Dist: contourpy (>=1.2.1,<2.0.0)
Requires-Dist: netcdf4 (>=1.7,<2.0)
Requires-Dist: numpy (>=2.2,<3.0) ; python_version < "3.11"
Requires-Dist: numpy (>=2.3,<3.0) ; python_version >= "3.11"
Requires-Dist: pandas (>=2.2,<3.0)
Requires-Dist: pint (>=0.24,<0.25)
Requires-Dist: pint-xarray (>=0.5,<0.6)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: radas (>=2024.8.0)
Requires-Dist: scipy (>=1.8,<2.0)
Requires-Dist: seaborn (>=0.13,<0.14)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typing-extensions (>=4.12,<5.0)
Requires-Dist: xarray (>=2024)
Description-Content-Type: text/markdown

cfspopcon: 0D Plasma Calculations & Plasma OPerating CONtours
--------------------------------------------------------------

[![Build Status](https://github.com/cfs-energy/cfspopcon/actions/workflows/workflow_actions.yml/badge.svg)](https://github.com/cfs-energy/cfspopcon/actions)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Documentation Status](https://readthedocs.org/projects/cfspopcon/badge/?version=latest)](https://cfspopcon.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cfs-energy/cfspopcon/HEAD)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10054879.svg)](https://doi.org/10.5281/zenodo.10054879)

POPCONs (Plasma OPerating CONtours) is a tool developed to explore the performance and constraints of tokamak designs based on 0D scaling laws, model plasma kinetic profiles, and physics assumptions on the properties and behavior of the core plasma.

All of our documentation is available at [cfspopcon.readthedocs.io](https://cfspopcon.readthedocs.io/en/latest/). There, you can find installation instructions, instructions for how to run `cfsPOPCON` via the command-line-interface and also explanations of the example Jupyter notebooks in [docs/doc_sources](docs/doc_sources).

