py-orbit icon indicating copy to clipboard operation
py-orbit copied to clipboard

Core of Py-ORBIT code

Results 8 py-orbit issues
Sort by recently updated
recently updated
newest added

While investigating effects of space charge in presence of placements and field errors in accumulator ring lattice for long term tracking, I am encountering error message after few turns and...

Firstly, I found that readMad() could not get correct lattice from my Madx lattice file, resulting from mistaking lines like "Q01:QUADRUPOLE,L=1.0,K1:=kQD1;", which should be "elements" type, as "variables" type in...

Firstly, an improvement for function readMad() was made. Now, Madx lines like 'Q01:QUADRUPOLE,L=1.0,K1:=kQD1;' could be read correctly. Secondly, an attempt for using 'fint' and 'hgap' was made, but the correctness...

getDCHs and getDCVs in TrajectoryCorrection class don't read out the correctors if the correctors are the children of quad nodes.

Following function iterates over all elements of input sequence coming from python and puts all elements of the sequence into `_zImped_n` memory buffer allocated with `new` https://github.com/PyORBIT-Collaboration/py-orbit/blob/7916ee32bd92c554e386a3ea81c49e9df67e2a63/src/spacecharge/wrap_lspacechargecalc.cc#L63 https://github.com/PyORBIT-Collaboration/py-orbit/blob/7916ee32bd92c554e386a3ea81c49e9df67e2a63/src/spacecharge/LSpaceChargeCalc.cc#L43 If the...

I use MADX and PyORBIT to track single particle through a drift, a dipole and another dirft, then set only fielderror to this dipole, the x coordinate is different from...

This module needs thorough refactoring. 1. All x-section data needs to be moved out of C++ source file 2. Generic material definition should be possible on python level -> supplying...

Make sure it works with Intel compilers (see #18 )

enhancement