Philipp Niedermayer
Philipp Niedermayer
When presenting a QR code to be scanned (e.g. during entrance control), the screen brightness might be insufficient and has to be increased for the scan to succeed. ## Current...
Fixes https://github.com/Willy-Kimura/BetterFolderBrowser/issues/4
### What happened? The tag propagation for Rational Resampler Block seams to be broken: It sometimes undeterministically drops tags. As the block is using the default tag propagation mechanism of...
If you want to help translate PasteIntoFile, check out the Crowdin project. Make sure to translate at least all strings labelled "high priority". If you find your language missing in...
## Description Add a first example for xplt following up on https://github.com/xsuite/xplt/issues/5 See https://github.com/xsuite/xtrack/pull/477 for related example code update  ## Checklist Mandatory: - [ ] I have added tests...
Running xsuite with the latest numpy version on pyopencl results in a TypeError MRE: ```python import xobjects as xo import xpart as xp context = xo.ContextPyopencl() particles = xp.Particles(_context=context, p0c=6500e9)...
I initialize a struct containing a dynamic size array on a pyopencl context. I want to explicitly initialize the array with zeros (to prevent random initial values). If at runtime...
For extensive simulations with a large number of particles or turns the memory requirement of a beam monitor can grow dramatically and qickly exceed the buffer sizes available on the...
## Description Add a first example for xplt following up on https://github.com/xsuite/xplt/issues/5 See https://github.com/xsuite/xsuite/pull/487 for related docs update ## Checklist Mandatory: - [ ] I have added tests to cover...
## Description Allows saving multiple variables and restoring their values at a later point. Multiple slots are available to support different sets of values in parallel. Useful to save the...