https://github.com/slaclab/lume
Lightsource Unified Modeling Environment (LUME)
https://github.com/slaclab/lume
Last synced: 5 months ago
JSON representation
Lightsource Unified Modeling Environment (LUME)
- Host: GitHub
- URL: https://github.com/slaclab/lume
- Owner: slaclab
- Created: 2018-08-28T23:57:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T17:40:44.000Z (almost 5 years ago)
- Last Synced: 2025-12-28T12:56:09.704Z (5 months ago)
- Size: 341 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LUME
- LUME is a project to extend and generalize the [SimEx](https://github.com/eucall-software/simex_platform) platform for FEL community use.
- Wrap standard, developed electron/photon simulation codes with a common interface (pure Python) with minimal installation complexity, ultimately platform-independent (laptop to HPC)
- Use the newly developed openPMD standard for data exchange (HDF5 files).
- Create standards for machine and beamline components database descriptions.
- Well documented for use by developers, Ph.D. students, users (simulation as a service).
- Supporting technologies: Machine database, Simulation Catalogue, Visualization and (G)UI,Optimization hooks, PSANA integration
[IPAC21 paper](https://www.slac.stanford.edu/~cmayes/IPAC21/IPAC21-THPAB217-LUME.pdf)
[IPAC21 slides](https://www.slac.stanford.edu/~cmayes/IPAC21/IPAC21-THPAB217-LUME-slides.pdf)
## Particle and Wavefront exchange standards
- [openPMD](https://github.com/openPMD/openPMD-standard)
- [openPMD-beamphysics extension](https://github.com/openPMD/openPMD-standard/blob/upcoming-2.0.0/EXT_BeamPhysics.md)
- [openPMD-wavefront extension](https://github.com/openPMD/openPMD-standard/blob/upcoming-2.0.0/EXT_Wavefront.md)
## Particle and Wavefront packages
- [openPMD-beamphysics Python package](https://github.com/ChristopherMayes/openPMD-beamphysics)
- [openPMD-wavefront Python package](https://github.com/LUME-SIMEX/openPMD-wavefront)
## Particle Creation
- [distgen](https://github.com/ColwynGulliford/distgen)
## Injector codes
- [LUME-Astra](https://github.com/ChristopherMayes/lume-astra)
- [LUME-GPT](https://github.com/ColwynGulliford/lume-gpt)
- [LUME-Impact](https://github.com/ChristopherMayes/lume-impact)
## Accelerator codes
- [PyTao](https://github.com/bmad-sim/pytao) based on [Bmad](https://www.classe.cornell.edu/bmad/)
## FEL codes
- [LUME-Genesis](https://github.com/slaclab/lume-genesis)
- [ZFEL](https://github.com/slaclab/zfel)
## X-ray codes
- [SRW](https://github.com/ochubar/SRW)
## EPICS
- [LUME-EPICS](https://github.com/slaclab/lume-epics)
## Surrogate Models
- [LUME-Model](https://github.com/slaclab/lume-model)
## Optimization
- [Xopt](https://github.com/ChristopherMayes/Xopt)
## How to cite LUME
Please use the following for publications:
```bibtex
@inproceedings{LUME,
author = "C. E. Mayes and P. H. Fuoss and J. R. Garrahan and H. Slepicka and A. Halavanau and J. Krzywinski and A. L. Edelen and F. Ji, W. Lou and N. R. Neveu and A. Huebl and R. Lehe and L. Gupta and C. M. Gulliford and D. C. Sagan and J. C. E and C. Fortmann-Grote",
title = "Lightsource unified modeling environment (LUME), a start-to-end simulation ecosystem",
booktitle = "Proc. of IPAC",
year = "2021",
pages = "THPAB217"
}
```