DisruptionPy¤
An open-source physics-based Scientific Framework for Disruption Analysis of Fusion Plasmas for AI/ML applications¤
Concept¤
DisruptionPy is an open-source Scientific Python package for fast retrieval of experimental Fusion data from MDSplus servers. The library allows an efficient database preparation for downstream analysis and/or ML model development for disruption studies. Currently supported machines are:
Overview¤
Background¤
A key element to ensure steady state operations in magnetically-confined tokamak devices is the prediction and avoidance of disruptions. These are sudden losses of the thermal and magnetic energy stored within the plasma, which can occur when tokamaks operate near stability boundaries or because of hardware anomalies. The energy stored in the plasma and released during disruptions over milliseconds can cause severe damage to plasma-facing components, limiting experimental operations and the device's lifespan [1]. Disruptions still pose a serious challenge to next-generation fusion devices such as ITER or SPARC, which will have to operate near some of the limits of plasma stability to achieve intended performance and will do so at for long and frequent intervals. Fusion science currently lacks first-principle, theoretical solutions to fully predict and avoid disruptions. However, previous work [2, 3] has shown the usefulness of machine-learning (ML) algorithms for disruption prevention for both DIII-D and EAST operations. DisruptionPy provides a standardized analysis pipeline across different fusion devices to build ML-ready datasets.
Workflow¤
DisruptionPy makes it easy to retrieve experimental data from MDSplus fusion repositories efficiently. Users can create their own routines and/or use built-in ones that retrieve and derive a variety of important signals from experimental data for disruption analysis. These routines are then interpolated on a requested timebase across the specified set of plasma discharges (or shots) to assemble a dataset and save it under a variety of available formats.
Figure: Schematic flowchart of a typical DisruptionPy workflow. By Y Wei (2024) [6].
Acknowledgments¤
The most recent revamp of DisruptionPy [4, 5, 6] was partially supported by DOE FES under Award DE-SC0024368, "Open and FAIR Fusion for Machine Learning Applications" [7].
References¤
-
AD Maris, A Wang, C Rea, RS Granetz, E Marmar (2023), "The Impact of Disruptions on the Economics of a Tokamak Power Plant", Fusion Science and Technology 80(5) 636-652, DOI:10.1080/15361055.2023.2229675.
-
C Rea, KJ Montes, KG Erickson, RS Granetz & RA Tinguely (2019), "A real-time machine learning-based disruption predictor in DIII-D", Nuclear Fusion 59 096016, DOI:10.1088/1741-4326/ab28bf.
-
WH Hu, C Rea, et al. (2021), "Real-time prediction of high-density EAST disruptions using random forest", Nuclear Fusion 61 066034, DOI:10.1088/1741-4326/abf74d.
-
C Rea, et al. (2024), "Open and FAIR Fusion for Machine Learning Applications", 66th APS Division of Plasma Physics Meeting, PP12.27.
-
GL Trevisan, et al. (2024), "Functional Improvements and Technical Developments of a Community-driven and Physics-informed Numerical Library for Disruption Studies", 66th APS Division of Plasma Physics Meeting, PP12.9.
-
Y Wei, et al. (2024), "Physics validation of parameter methods in DisruptionPy", 66th APS Division of Plasma Physics Meeting, PP12.10.
-
C Rea, et al. (2023), "Open and FAIR Fusion for Machine Learning Applications", Project website.
Repository layout¤
Notable branches:
main
, the stable branch,dev
, the development branch,matlab
, the historical branch.
Project layout¤
Brief description of the folders in our project:
disruption_py/
, package source code,docs/
, documentation sources,examples/
, example workflows,scripts/
, miscellaneous scripts,tests/
, testing workflows.
Installation¤
DisruptionPy is now open-source and available at PyPI!
For standard installations, please follow the usual way:
# if you use poetry
poetry add disruption-py
# if you use uv
uv add disruption-py
# if you use pip
pip install disruption-py
For custom installations, please refer to our Installation guide.
Starting with v0.11, we support execution through on-the-fly virtual environment creation with uv
:
uvx disruption-py
Getting Started¤
When installed, a simple command-line entry point is available as disruption-py
.
The command-line arguments, which are subject to change, are documented in the help message:
disruption-py --help
usage: disruption-py [-h] [-t TOKAMAK] [-m METHODS] [-e EFIT_TREE] [-b TIME_BASE]
[-o OUTPUT_FILE] [-p PROCESSES] [-l LOG_LEVEL]
[shots ...]
positional arguments:
shots
options:
-h, --help show this help message and exit
-t TOKAMAK, --tokamak TOKAMAK
-m METHODS, --methods METHODS
-e EFIT_TREE, --efit-tree EFIT_TREE
-b TIME_BASE, --time-base TIME_BASE
-o OUTPUT_FILE, --output-file OUTPUT_FILE
-p PROCESSES, --processes PROCESSES
-l LOG_LEVEL, --log-level LOG_LEVEL
A typical command-line invocation of the entry point would be:
# fetch EFIT-based parameters for a couple of 2015 Alcator C-MOD shots
disruption-py -m get_efit_parameters -o efit.csv 1150805012 1150805020
For simplified workflows, a flattened invocation of our data pipeline is available from Python, as well:
from disruption_py.workflow import run
out = run(*args)
For more complicated workflows requiring the configuration of all the settings according to the specific user needs, a full-fledged disruption script might be necessary.
Please refer to our examples/defaults.py
script for a quickstart workflow with explicit default arguments.
Configuration¤
DisruptionPy itself does not provide access to any of the underlying servers.
While we honor the legacy sybase_login
file credential format for database connections, we recommend using the following configuration snippet for maximum flexibility:
# ~/.config/disruption-py/config.toml
[cmod.inout.sql]
db_user = ""
db_pass = ""
[d3d.inout.sql]
db_user = ""
db_pass = ""
[east.inout.sql]
db_user = ""
db_pass = ""
Any configuration parameter can be overridden by the above configuration file.
Contributing¤
Make sure you refer to the latest version of our development branch!
- If you encounter any problems, please create a new issue.
- If you would like to contribute, please submit a pull request.
- If you have general questions, please start a new discussion.
Credits¤
before 2021¤
The backbone material for this project, that is, the original MATLAB code, was authored by several contributors at MIT PSFC before 2021:
- Robert Granetz, Principal Research Scientist,
- Cristina Rea, then Research Scientist,
- Kevin Montes, then Graduate Research Assistant,
- Alex Tinguely, then Graduate Research Assistant,
- Jinxiang Zhu, then Graduate Research Assistant.
2022 - 2023¤
The initial porting of the code to Python, under the supervision of Dr. Cristina Rea, was tackled by:
- Herbert Turner, then Master's Student.
2024 - present¤
The subsequent heavy development and maintenance of the code within the newly-established MIT PSFC Disruption Studies Group, was funded under the 3-year DOE FES Grant "Open and FAIR Fusion for Machine Learning Applications" (2024-2026).
Several contributors have been involved in the development of the code since then, most notably:
- Gregorio L. Trevisan, Research Scientist,
- Josh Lorincz, Undergraduate Student,
- Amos Decker, Undergraduate Student,
- William Wei, PostDoctoral Associate.