Revision 14ce7015f5eea1630a9ec9e7dd908b0f57b22e2b authored by Veronica K. Berglyd Olsen on 28 May 2019, 11:09:19 UTC, committed by GitHub on 28 May 2019, 11:09:19 UTC
2 parent s 4a8d139 + 7ac56ae
Raw File
README.md
# SixTrack

<img src="CERN-logo.png" align="right">

SixTrack is a single particle 6D symplectic tracking code optimized for long term tracking in high energy rings.
It is mainly used for the LHC for dynamic aperture studies, tune optimization, and collimation studies.

## Authors

F.&nbsp;Schmidt (DESY, CERN),
J.D.&nbsp;Andersson,
R.&nbsp;Assman,
J.&nbsp;Barranco,
V.K.&nbsp;Berglyd&nbsp;Olsen,
C.&nbsp;Bracco,
R.&nbsp;Bruce,
R.&nbsp;De&nbsp;Maria,
M.&nbsp;Fiascaris,
M.&nbsp;Fjellstrom,
H.&nbsp;Grote,
K.&nbsp;Heinemann,
F.&nbsp;James,
K.&nbsp;Koelbig,
R.&nbsp;Kwee-Hinzmann,
Y.&nbsp;Levinsen,
E.&nbsp;Mcintosh,
A.&nbsp;Mereghetti,
D.&nbsp;Mirarchi,
K.&nbsp;Paraschou,
T.&nbsp;Persson,
V.&nbsp;Previtali,
E.&nbsp;Quaranta,
H.&nbsp;Ranshall,
S.&nbsp;Redaelli,
A.&nbsp;Rossi,
A.&nbsp;Santamaria,
K.&nbsp;Sjobak,
Y.&nbsp;Sun,
C.&nbsp;Tambasco,
M.&nbsp;Vaenttinen,
J.F.&nbsp;Wagner,
T.&nbsp;Weiler,
J.&nbsp;Wretborn (CERN),
M.&nbsp;Fitterer (FNAL, CERN),
V.&nbsp;Gupta (Google Summer of Code),
S.&nbsp;Kostoglou (NTUA, CERN),
J.&nbsp;Molson (UMAN, LAL, CERN),
A.&nbsp;Patapenka (NIU, CERN),
G.&nbsp;Robert-Demolaize (BNL, CERN)

**Core Devs:**
V.K.&nbsp;Berglyd&nbsp;Olsen,
R.&nbsp;De&nbsp;Maria,
A.&nbsp;Mereghetti,
J.&nbsp;Molson,
T.&nbsp;Persson,
K.&nbsp;Sjobak.

## License

Copyright 2019 CERN. This software is distributed under the terms of the GNU Lesser General Public License version 2.1, copied verbatim in the file [LICENSE.md](LICENSE.md).

In applying this licence, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction.

## Quick Build

To build the standard release version of SixTrack with default options, run the script `defaultBuild.sh`.

## Resources

  * Main Website: [sixtrack.web.cern.ch/SixTrack](http://sixtrack.web.cern.ch/SixTrack/)
  * Documentation: [PDF](http://sixtrack.web.cern.ch/SixTrack/docs/user_manual.pdf) | [HTML](http://sixtrack.web.cern.ch/SixTrack/docs/user_full/manual.php)

## Source Code

  * [ChangeLog](CHANGELOG.md)
  * [Development Cheat Sheet](doc/dev_cheatsheet.md)

## Building SixTrack

  * [General Requirements and Build Options](doc/build_sixtrack.md)
  * Further details covered in the [build manual](http://sixtrack.web.cern.ch/SixTrack/docs/building_sixtrack.pdf)

## Developer Tools

  * [A MAD-X/SixTrack output testing and comparison framework](devtools/physicsBenchmark/README.md)
back to top