Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.67 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.67 KB

xcoll

GitHub release (latest by date) GitHub PyPi GitHub all releases

GitHub pull requests GitHub issues GitHub repo size

Collimation in xtrack simulations

Description

Getting Started

Dependencies

  • python >= 3.8
    • numpy
    • pandas
    • xsuite (in particular xobjects, xdeps, xtrack, xpart)

Installing

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 git@github.com:xsuite/xcoll.git
pip install -e xcoll

Example

Features

Authors

Version History

  • 0.1
    • Initial Release

License

This project is Apache 2.0 licensed.