https://github.com/SixTrack/SixTrack
Raw File
Tip revision: 3fcc1c0f4ac516e2772c9ff542660cabd3a36363 authored by Veronica K. Berglyd Olsen on 14 January 2019, 08:34:56 UTC
Merge pull request #757 from vkbo/release_5.1.2
Tip revision: 3fcc1c0
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 2018 CERN. This software is distributed under the terms of the GNU Lesser General Public License version 2.1, copied verbatim in the file "[COPYING](source/COPYING)".

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