https://github.com/slaclab/cain
CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)
https://github.com/slaclab/cain
Last synced: 5 months ago
JSON representation
CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)
- Host: GitHub
- URL: https://github.com/slaclab/cain
- Owner: slaclab
- Created: 2023-03-01T22:12:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:00:10.000Z (over 2 years ago)
- Last Synced: 2025-02-05T09:43:10.687Z (over 1 year ago)
- Language: Fortran
- Size: 6.57 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAIN
CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)
Version 2.4.2 with modifications by T. Barklow -- see doc/modified_files.txt
To compile:
cd src
make
create a soft link so that "out" points to your output directory. e.g.,
mkdir out_local
ln -fs out_local out
To run an example job (gamma gamma collisions at 280 GeV Ecm):
./scripts/runCain_v97112.sh
Note: this script uses the command "sed -i ... " to set input parameter variables, which doesn't
work on macOS with its bsd version of "sed -i" .