[ICLR'24 AI4DiffEqtnsInSci] [AAAI'25 AI2ASE] NeuralPlasmaODE: Application of Neural Ordinary Differential Equations for Tokamak Plasma Dynamics Analysis
Welcome to our project on using neural ordinary differential equations (Neural ODEs) for modeling tokamak plasma dynamics! This work was accepted as a poster at the ICLR 2024 Workshop on AI4DifferentialEquations in Science and a poster at the AAAI 2025 Workshop on AI to Accelerate Science and Engineering. You can find our papers on arXiv (DIII-D paper and ITER paper).
This study employs neural ordinary differential equations (Neural ODEs) to model energy transfer in tokamaks. By deriving diffusivity parameters from DIII-D tokamak data, the model accurately captures energy interactions between electrons and ions across core, edge, and scrape-off layers. Validated against various heating conditions, this approach demonstrates the potential of Neural ODEs to enhance tokamak simulation performance through deep learning.
-
Clone the repository:
git clone https://github.com/zefang-liu/NeuralPlasmaODE.git cd NeuralPlasmaODE
-
Install dependencies:
pip install -r requirements.txt
-
Run the experiment:
python main.py
If you find this work useful, please consider citing our work as:
@article{liu2024application,
title={Application of Neural Ordinary Differential Equations for Tokamak Plasma Dynamics Analysis},
author={Liu, Zefang and Stacey, Weston M},
journal={arXiv preprint arXiv:2403.01635},
year={2024}
}
@article{liu2024application2,
title={Application of Neural Ordinary Differential Equations for ITER Burning Plasma Dynamics},
author={Liu, Zefang and Stacey, Weston M},
journal={arXiv preprint arXiv:2408.14404},
year={2024}
}
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.