Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophermayes/openpmd-beamphysics
Tools for analyzing and viewing particle data in the openPMD standard, extension beamphysics.
https://github.com/christophermayes/openpmd-beamphysics
fields openpmd particles phase-space twiss
Last synced: 2 days ago
JSON representation
Tools for analyzing and viewing particle data in the openPMD standard, extension beamphysics.
- Host: GitHub
- URL: https://github.com/christophermayes/openpmd-beamphysics
- Owner: ChristopherMayes
- License: apache-2.0
- Created: 2019-06-17T17:45:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T23:09:33.000Z (3 days ago)
- Last Synced: 2025-01-16T00:39:33.648Z (2 days ago)
- Topics: fields, openpmd, particles, phase-space, twiss
- Language: Python
- Homepage: https://christophermayes.github.io/openPMD-beamphysics/
- Size: 306 MB
- Stars: 17
- Watchers: 5
- Forks: 15
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# openPMD-beamphysics
**`Documentation`** |
------------------- |
[![Documentation](https://img.shields.io/badge/beamphysics-documentation-blue.svg)](https://christophermayes.github.io/openPMD-beamphysics/) |Tools for analyzing and viewing particle data in the openPMD standard, extension beamphysics.
https://github.com/openPMD/openPMD-standard/blob/upcoming-2.0.0/EXT_BeamPhysics.md
Installing openpmd-beamphysics
==============================Installing `openpmd-beamphysics` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with:
```
conda config --add channels conda-forge
```Once the `conda-forge` channel has been enabled, `openpmd-beamphysics` can be installed with:
```
conda install openpmd-beamphysics
```It is possible to list all of the versions of `openpmd-beamphysics` available on your platform with:
```
conda search openpmd-beamphysics --channel conda-forge