Philipp Niedermayer

Results 37 issues of 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...

enhancement
ux
mirrored-to-jira
certificates

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...

Bug
High
filter

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...

help wanted
translation
good first issue

## 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 ![](https://github.com/eltos/xsuite/blob/b0453aa58dca22def9fa90fbe78e87cfd759250e/docs/figures/sequence_example.png?raw=true) ## 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...

enhancement

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...

enhancement

## 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...

New Feature
QTGUI