Frederik Florentinus Van der Veken

Results 14 issues of Frederik Florentinus Van der Veken

The preview (on https://crobi.github.io/dnd5e-quickref/preview/quickref.html) isn't up-to-date with the GitHub repo as it is missing some points (like the First Aid action)

## Description Closes # . ## Checklist Mandatory: - [ ] I have added tests to cover my changes - [ ] All the tests are passing, including my new...

Consider the following scenario: part = xp.build_particles(…, line=line, at_element=‘ip3’) line.optimize_for_tracking() line.track(part) After optimising, a lot of elements will have been removed, hence, the at_element of the particles (which is an...

bug
High priority

Check that - at_element and s are consistent - there are no error flags in particles.state

enhancement

## Description When calling `xt.Particles.from_pandas()` the code internally initialises the class as `cls(**dct)`, however, this does not pass the random generator seeds. If it instead calls `xt.Particles.from_dict()` this is solved....

## Description Using `ele_stop` in `track()` implies that the last turn will be incomplete (unless `ele_stop=0`); hence no extra turns should be added. I.e. if we do `track(num_turns=2, ele_start=10, ele_stop=20)`...

## Description Closes # . ## Checklist Mandatory: - [ ] I have added tests to cover my changes - [ ] All the tests are passing, including my new...

## Description Verify simple PR to expose some of the Xcoll API to the `Line`. ## Checklist Mandatory: - [ ] I have added tests to cover my changes -...

1) The `line.get_aperture_table()` has a forced shifting error of 0.5mm (if using the default step size). This means that ALL apertures in the line will be asymmetrically shifted by this...

When building particles with `xp.build_particles(...)` any arguments that define a non-reference particle (`mass_ratio`, `charge_ratio`, `chi`, `pdg_id`) are ignored. This should be updated at some point.