Metadata-Version: 2.4
Name: xsuite
Version: 0.55.1
Summary: Integrated suite for particle accelerator simulations.
Author: Riccardo De Maria, Giovanni Iadarola, Szymon Łopaciuk, et al.
License-Expression: Apache-2.0
Project-URL: Download, https://pypi.python.org/pypi/xsuite
Project-URL: Bug Tracker, https://github.com/xsuite/xsuite/issues
Project-URL: Documentation, https://xsuite.readthedocs.io/
Project-URL: Source Code, https://github.com/xsuite/xsuite
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xtrack==0.108.0
Requires-Dist: xfields==0.25.21
Requires-Dist: xcoll==0.11.8
Requires-Dist: xobjects==0.6.6
Requires-Dist: xdeps==0.10.19
Requires-Dist: xpart==0.23.16
Provides-Extra: notebooks
Requires-Dist: jupyter; extra == "notebooks"
Requires-Dist: ipympl; extra == "notebooks"
Requires-Dist: xplt; extra == "notebooks"
Provides-Extra: full-env
Requires-Dist: cpymad; extra == "full-env"
Requires-Dist: nafflib; extra == "full-env"
Requires-Dist: pytest; extra == "full-env"
Requires-Dist: pytest-mock; extra == "full-env"
Requires-Dist: jupyter; extra == "full-env"
Requires-Dist: ipympl; extra == "full-env"
Requires-Dist: xplt; extra == "full-env"
Requires-Dist: ipython; extra == "full-env"
Dynamic: license-file

# Xsuite


Suite of python packages for multiparticle simulations for particle accelerators.

Documentation available at : <https://xsuite.web.cern.ch>

### Status from nightly checks

Check that PyPI installation gives version number consistent with GitHub repos:<br>
[![Check PyPI versions](https://github.com/xsuite/xsuite/actions/workflows/check_pypi_versions.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/check_pypi_versions.yaml)

Run test suite without runtime compilations (serial, install from PyPI):<br>
[![Daily test (self-hosted, CPU no compile, PyPI)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_no_compile_pypi.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_no_compile_pypi.yaml)

Run test suite without runtime compilations (serial, install from repo):<br>
[![Daily test (self-hosted, CPU no compile)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_no_compile.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_no_compile.yaml)

Run test suite with runtime compilations (serial, install from repo):<br>
[![Daily test (self-hosted, CPU serial)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_serial.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_serial.yaml)

Run test suite with runtime compilations (OpenMP, install from repo):<br>
[![Daily test (self-hosted, CPU OpenMP)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_omp.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_cpu_omp.yaml)

Run xmask test suite (install from repo):<br>
[![Daily test (self-hosted, xmask, install from repo)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_xmask.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_xmask.yaml)

Run MPI tests for Xwakes (install from repo):<br>
[![Daily test (Xwakes, PI)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_xwakes_mpi.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_sh_xwakes_mpi.yaml)

Run test suite on GPU (install from repo):<br>
[![Daily test (self-hosted, CUDA)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_gpu_cuda.yaml/badge.svg)](https://github.com/xsuite/xsuite/actions/workflows/cron_test_gpu_cuda.yaml)



