Collimation in xtrack simulations
- python >= 3.8
- numpy
- pandas
- xsuite (in particular xobjects, xdeps, xtrack, xpart)
xcoll
is packaged using poetry
, and can be easily installed with pip
:
pip install xcoll
For a local installation, clone and install in editable mode (need to have pip
>22):
git clone [email protected]:xsuite/xcoll.git
pip install -e xcoll
- 0.1
- Initial Release
This project is Apache 2.0 licensed.