ocelot icon indicating copy to clipboard operation
ocelot copied to clipboard

OCELOT is a multiphysics simulation toolkit designed for studying FEL and storage ring-based light sources.

Results 36 ocelot issues
Sort by recently updated
recently updated
newest added
trafficstars

Pull request includes exact drift element, map, and test cases. Tracking results match MADX. Also, small fix to coupler kick, such that it is not used when no energy is...

do initialisation for the elegant converter like so: def __init__(self): self.init_convert_matrix() then missing elements could be added: from ocelot.adaptors.elegant_lattice_converter import * conv = ElegantLatticeConverter() conv.elegant_matrix['KQUAD'] = {'type': Quadrupole, 'params': {'L':'l',...

enhancement

Hello, The documentation on master does not build when calling `python setup.py build_sphinx` as expected. I think it would be good to have at least the API documentation also accessible...

presently zero-length cavities do bot work due to code like this in in cavity_R_z (cpbd/r_matrix.py) r_z_e = lambda z, energy: cavity_R_z(z, V=element.v * z / element.l, E=energy, freq=element.freq,... zero-length cavity...

enhancement

Hi, I was working with the `elegant` simulator and I heard about `ocelot` from ICFA ML meeting. I was accustomed to python, so I want to migrate some lattice from...

currently there are two classes for orbit correctors: Hcor and Vcor Need to implement following functionality: - simultaneous horizontal and vertical correction in one corrector - Correction coils on dipoles,...

enhancement

Hi, I'm trying to run simulations with apertures enabled to simulate some expected particle loss in the beam pipe, but I'm encountering some unexpected behavior. I'm running the latest version...

Self explanatory