Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Xsuite #47

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,34 @@
"publication_link" : "TBD"
}
,
{
"title" : "Xsuite",
"description" : "Xsuite is a collection of python packages for the simulation of beam dynamics in particle accelerators. It supports different computing platforms, in particular conventional CPUs and GPUs.",
"application": ["beam dynamics", "lattice design"],
"compute": ["cpu", "gpu", "openmp", "opencl", "cuda", "python"],
"method": ["symplectic integration"],
"phenomena": ["synchrotron radiation", "impedances", "feedbacks", "space charge", "electron cloud", "beam-beam", "beamstrahlung", "electron lenses", "electron cooling", "beam-matter interaction"],
"platform": ["linux", "macos", "windows"],
"homepage": "https://xsuite.web.cern.ch",
"institutions" : [
"CERN",
"EPFL",
"GSI",
"TRIUMF"
],
"institution_link" : [
"https://home.cern/",
"https://www.epfl.ch/",
"https://www.gsi.de/",
"https://www.triumf.ca/"
],
"repository" : "https://github.com/xsuite",
"issue_tracker" : "https://github.com/xsuite/xsuite/issues",
"license" : "Apache-2.0",
"publication" : "G. Iadarola, R. De Maria, S. Łopaciuk, A. Abramov, X. Buffat, D. Demetriadou, L. Deniau, P. Hermes, P. Kicsiny, P. Kruyt, A. Latina, L. Mether, K. Paraschou, G. Sterbini, F. F. Van Der Veken, P. Belanger, P. Niedermayer, D. Di Croce, T. Pieloni, L. Van Riesen-Haupt, M. Seidel. “Xsuite: An Integrated Beam Physics Simulation Framework,” JACoW HB2023 (2024), TUA2I1.",
"publication_link" : "https://doi.org/10.18429/JACoW-HB2023-TUA2I1"
}
,
{
"title" : "OPAL",
"subtitle" : "Object Oriented Parallel Accelerator Library",
Expand Down