├── .github └── pull_request_template.md ├── .gitignore ├── .readthedocs.yaml ├── LICENSE ├── Makefile ├── README.md ├── conda.yaml ├── examples └── fodo.pals.yaml ├── make.bat └── source ├── beamlines.md ├── bend-multipoles.md ├── bibliography.bib ├── conf.py ├── contributing.md ├── coordinates.md ├── definitions.md ├── element-kinds.md ├── element-parameters.md ├── figures ├── apertures.svg ├── bend-align.svg ├── bend.svg ├── coordinates.svg ├── ele-coord-frame.svg ├── floor-coords.svg ├── fork.svg ├── lat-tree.svg ├── patch-between.svg ├── patch.svg ├── straight-align.svg ├── superimpose.svg ├── tilt-bend.svg └── translator.svg ├── fileformats.md ├── governance.md ├── how-to-write-docs.md ├── index.md ├── introduction.md ├── lattice-construction.md ├── libraries.md ├── multipass.md ├── overview.md ├── parameters ├── ackicker.md ├── aperture.md ├── beambeam.md ├── bend.md ├── bodyshift.md ├── electricmultipole.md ├── floor.md ├── floorshift.md ├── fork.md ├── girder.md ├── initialparticle.md ├── magneticmultipole.md ├── meta.md ├── patch.md ├── reference.md ├── referencechange.md ├── rf.md ├── solenoid.md └── tracking.md └── simulations.md /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/README.md -------------------------------------------------------------------------------- /conda.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/conda.yaml -------------------------------------------------------------------------------- /examples/fodo.pals.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/examples/fodo.pals.yaml -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/make.bat -------------------------------------------------------------------------------- /source/beamlines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/beamlines.md -------------------------------------------------------------------------------- /source/bend-multipoles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/bend-multipoles.md -------------------------------------------------------------------------------- /source/bibliography.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/bibliography.bib -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/contributing.md -------------------------------------------------------------------------------- /source/coordinates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/coordinates.md -------------------------------------------------------------------------------- /source/definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/definitions.md -------------------------------------------------------------------------------- /source/element-kinds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/element-kinds.md -------------------------------------------------------------------------------- /source/element-parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/element-parameters.md -------------------------------------------------------------------------------- /source/figures/apertures.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/apertures.svg -------------------------------------------------------------------------------- /source/figures/bend-align.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/bend-align.svg -------------------------------------------------------------------------------- /source/figures/bend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/bend.svg -------------------------------------------------------------------------------- /source/figures/coordinates.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/coordinates.svg -------------------------------------------------------------------------------- /source/figures/ele-coord-frame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/ele-coord-frame.svg -------------------------------------------------------------------------------- /source/figures/floor-coords.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/floor-coords.svg -------------------------------------------------------------------------------- /source/figures/fork.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/fork.svg -------------------------------------------------------------------------------- /source/figures/lat-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/lat-tree.svg -------------------------------------------------------------------------------- /source/figures/patch-between.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/patch-between.svg -------------------------------------------------------------------------------- /source/figures/patch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/patch.svg -------------------------------------------------------------------------------- /source/figures/straight-align.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/straight-align.svg -------------------------------------------------------------------------------- /source/figures/superimpose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/superimpose.svg -------------------------------------------------------------------------------- /source/figures/tilt-bend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/tilt-bend.svg -------------------------------------------------------------------------------- /source/figures/translator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/figures/translator.svg -------------------------------------------------------------------------------- /source/fileformats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/fileformats.md -------------------------------------------------------------------------------- /source/governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/governance.md -------------------------------------------------------------------------------- /source/how-to-write-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/how-to-write-docs.md -------------------------------------------------------------------------------- /source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/index.md -------------------------------------------------------------------------------- /source/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/introduction.md -------------------------------------------------------------------------------- /source/lattice-construction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/lattice-construction.md -------------------------------------------------------------------------------- /source/libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/libraries.md -------------------------------------------------------------------------------- /source/multipass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/multipass.md -------------------------------------------------------------------------------- /source/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/overview.md -------------------------------------------------------------------------------- /source/parameters/ackicker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/ackicker.md -------------------------------------------------------------------------------- /source/parameters/aperture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/aperture.md -------------------------------------------------------------------------------- /source/parameters/beambeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/beambeam.md -------------------------------------------------------------------------------- /source/parameters/bend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/bend.md -------------------------------------------------------------------------------- /source/parameters/bodyshift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/bodyshift.md -------------------------------------------------------------------------------- /source/parameters/electricmultipole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/electricmultipole.md -------------------------------------------------------------------------------- /source/parameters/floor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/floor.md -------------------------------------------------------------------------------- /source/parameters/floorshift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/floorshift.md -------------------------------------------------------------------------------- /source/parameters/fork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/fork.md -------------------------------------------------------------------------------- /source/parameters/girder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/girder.md -------------------------------------------------------------------------------- /source/parameters/initialparticle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/initialparticle.md -------------------------------------------------------------------------------- /source/parameters/magneticmultipole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/magneticmultipole.md -------------------------------------------------------------------------------- /source/parameters/meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/meta.md -------------------------------------------------------------------------------- /source/parameters/patch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/patch.md -------------------------------------------------------------------------------- /source/parameters/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/reference.md -------------------------------------------------------------------------------- /source/parameters/referencechange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/referencechange.md -------------------------------------------------------------------------------- /source/parameters/rf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/rf.md -------------------------------------------------------------------------------- /source/parameters/solenoid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/solenoid.md -------------------------------------------------------------------------------- /source/parameters/tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/parameters/tracking.md -------------------------------------------------------------------------------- /source/simulations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pals-project/pals/HEAD/source/simulations.md --------------------------------------------------------------------------------