-
-
The goal here is to provide an easy-to-use, and simple to extend, system for profiling Zgoubi. This will make it easier for future developers to identify computational bottlenecks in the code.
-
Currently all data is read out of a single ASCII zgoubi.fai data file. When one frame is requested, the software reads the whole file and extracts the data. This makes animations very slow until the b…
-
Zgoubi has a nice feature that it can read a .res file to get the .dat used to generate it. We can use his feature to build as simple test harness called full_test.sh:
```sh
#!/bin/bash
set -euo …
-
Requested by a zgoubi user, use the madx sequence file as the common format across zgoubi, elegant and synergia. Synergia already uses that format. Allow interoperability across sirepo codes via impor…
-
From a zgoubi user:
> The only thing I may suggest is to print the determinant of the matrices (as a way to check the symplecticity of the tracking which is particularly useful when tracking in fie…
-
This is TutMo2 by Dan and Kiel.
The intended exercises are
* simple Zgoubi example with computation of the PSR lattice functions
* more complex example with the numerical computation of chromaticit…
-
-
After integrating the last changes in Zgoubi (13 particle methods), the transfer matrix of the keyword FFAG is no longer correct, we have the same coordinates YT0 for the particle with a LET == A and …
-
In our parallel version of Zgoubi, we can restrict each image to working on those particles it “owns”, and we can gather those results correctly to image 1. The _output_, however, is problematic:
* A…