.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
mkdocs.yml
pyproject.toml
.github/FUNDING.yml
.github/actions/conda-setup/action.yml
.github/workflows/gh-pages.yml
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml
.github/workflows/tests-pip.yml
.github/workflows/tests.yaml
beamphysics/__init__.py
beamphysics/_version.py
beamphysics/labels.py
beamphysics/particles.py
beamphysics/plot.py
beamphysics/readers.py
beamphysics/species.py
beamphysics/statistics.py
beamphysics/status.py
beamphysics/testing.py
beamphysics/tools.py
beamphysics/units.py
beamphysics/utils.py
beamphysics/writers.py
beamphysics/fields/__init__.py
beamphysics/fields/analysis.py
beamphysics/fields/conversion.py
beamphysics/fields/corrector_modeling.py
beamphysics/fields/expansion.py
beamphysics/fields/fieldmesh.py
beamphysics/fields/solenoid.py
beamphysics/interfaces/__init__.py
beamphysics/interfaces/ansys.py
beamphysics/interfaces/astra.py
beamphysics/interfaces/bmad.py
beamphysics/interfaces/cst.py
beamphysics/interfaces/elegant.py
beamphysics/interfaces/genesis.py
beamphysics/interfaces/gpt.py
beamphysics/interfaces/impact.py
beamphysics/interfaces/litrack.py
beamphysics/interfaces/lucretia.py
beamphysics/interfaces/opal.py
beamphysics/interfaces/simion.py
beamphysics/interfaces/superfish.py
beamphysics/standards/__init__.py
beamphysics/standards/statistics.py
beamphysics/standards/statistics.yaml
beamphysics/wakefields/__init__.py
beamphysics/wakefields/base.py
beamphysics/wakefields/impedance.py
beamphysics/wakefields/pseudomode.py
beamphysics/wakefields/tabular.py
beamphysics/wakefields/resistive_wall/__init__.py
beamphysics/wakefields/resistive_wall/base.py
beamphysics/wakefields/resistive_wall/impedance.py
beamphysics/wakefields/resistive_wall/pseudomode.py
beamphysics/wavefront/__init__.py
beamphysics/wavefront/analysis.py
beamphysics/wavefront/propagators.py
beamphysics/wavefront/wavefront.py
docs/index.md
docs/statistics_schema.md
docs/api/fields.md
docs/api/particles.md
docs/api/wakefields.md
docs/examples/bunching.ipynb
docs/examples/labels.ipynb
docs/examples/normalized_coordinates.ipynb
docs/examples/particle_examples.ipynb
docs/examples/plot_examples.ipynb
docs/examples/read_examples.ipynb
docs/examples/units.ipynb
docs/examples/write_examples.ipynb
docs/examples/data/SLAC-PUB-10707-digitized-Fig4-AC-Cu.csv
docs/examples/data/SLAC-PUB-10707-digitized-Fig8-AC-Cu.csv
docs/examples/data/ansys_rfgun_2856MHz_E.dat
docs/examples/data/ansys_rfgun_2856MHz_H.dat
docs/examples/data/astra_particles.h5
docs/examples/data/bmad_particles.h5
docs/examples/data/bmad_particles2.h5
docs/examples/data/distgen_particles.h5
docs/examples/data/elegant_raw.h5
docs/examples/data/genesis4.par.h5
docs/examples/data/rfgun.h5
docs/examples/data/rfgun_rectangular.h5
docs/examples/data/solenoid.h5
docs/examples/fields/corrector_modeling.ipynb
docs/examples/fields/field_analysis.ipynb
docs/examples/fields/field_conversion.ipynb
docs/examples/fields/field_examples.ipynb
docs/examples/fields/field_expansion.ipynb
docs/examples/fields/field_tracking.ipynb
docs/examples/fields/solenoid_modeling.ipynb
docs/examples/wakefields/impedance_wakefield.ipynb
docs/examples/wakefields/resistive_wall.ipynb
docs/examples/wavefront/advanced_drift.ipynb
docs/examples/wavefront/experimental_pytorch_wavefront.ipynb
docs/examples/wavefront/wavefront.ipynb
docs/javascripts/mathjax.js
docs/overrides/main.html
docs/stylesheets/extra.css
openpmd_beamphysics.egg-info/PKG-INFO
openpmd_beamphysics.egg-info/SOURCES.txt
openpmd_beamphysics.egg-info/dependency_links.txt
openpmd_beamphysics.egg-info/requires.txt
openpmd_beamphysics.egg-info/top_level.txt
pmd_beamphysics/__init__.py
scripts/execute_notebooks.bash
scripts/generate_computed_statistics.py
scripts/generate_statistics_docs.py
tests/conftest.py
tests/test_corrector_modeling.py
tests/test_fieldmesh.py
tests/test_nice.py
tests/test_particlegroup.py
tests/test_solenoid.py
tests/test_statistics_standard.py
tests/test_testing.py
tests/test_transformations.py
tests/test_unit.py
tests/test_wavefront.py