-
First seen in https://github.com/openPMD/openPMD-validator/issues/43
Should we define that all paths end on `/` in the standard?
> I think imposing the final `/` makes implementations easier (go…
-
Populate a notebook repository with tutorial notebooks to demonstrate how to perform signal simulations with McStasScript. Signals will be stored in nexus format and optionally deposited in suitable d…
-
By supporting ADIOS1 and ADIOS2 in openPMD-api for file backends, we seem to cause confusion for users in corner-cases where both the BP3 engine is not 100% compatible as well as situations where we s…
-
Would it be possible to add playback controls to automatically advance/reverse the iterations in a series similar to VCR controls?
In Paraview or VisIt, there is functionality like this: https://vi…
-
In the call to `adios2::IO::Open( file, mode )`, engines according to file, mode and options are picked.
For some situations when we use ADIOS2, i.e. #2487, but also future transitions to new transpo…
-
**Describe the bug**
It looks like `bool` types are currently only supported for attributes with our ADIOS2 backend.
Adding support for types with the same convention should be added, too.
**To R…
-
In the current implementation, the central class is `Laser`, which contains the laser profile parameters, one grid where the laser is defined and will also contain the propagator. The current API woul…
-
The obvious start is
``` julia
mutable struct Particle
string name
PScoord orbit
Quaternion spin
end
```
with
```julia
mutable struct PScoord
x
px
y
py
z…
-
We defined the following KPIs (Key Performance Indicators) for WP5. This issue is meant to keep track of the current status. Each time one of these numbers increases, add a comment below.
-
## When i use GPU Code to track particle id, it return wrong results.
The tracked particle moving in light speed, but it should be near static(it's the background particle). The id of particle was…