Accelerator Toolbox (at) is a Python library for particle accelerator simulations, focusing on lattice design, tracking, and analysis. Version 0.8.0 supports Python >=3.10. It provides element definitions, lattice manipulation, and synchronous particle computations. Active development with periodic releases.
pip install accelerator-toolboxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic lattice creation with a quadrupole element.
Update imports from 'from at.elements import X' to 'from at.lattice.elements import X'.
Replace find_orbit with find_synchronous.
Always verify element indices when accessing lattice elements by index.
Upgrade to accelerator-toolbox>=0.8.0.
Use 'from at.lattice.elements import Quadrupole'.
No resource links recorded.