-
I pip installed openpmd_api 0.15.2 and tried to do particle writing. I have attached the script I used down below. Setting Unit.si showed an error saying that 'openpmd_api.openpmd_api_cxx.Record' obje…
-
We can either depend on compile-time on mpi4py or, as in openPMD, mirror the C APIs:
https://github.com/openPMD/openPMD-api/blob/0.15.1/src/binding/python/Series.cpp#L41-L154
ax3l updated
7 months ago
-
I encountered an error with openPMD BTD with this 2D [input file](https://github.com/ECP-WarpX/WarpX/files/6371538/inputs.txt) when executing e.g.
```sh
# compilation
cmake .. -DWarpX_DIMS=2 -DWarp…
-
**Describe the bug**
I am building an all-static build of ADIOS2 v2.9.2 with C-Blosc2 v2.11.1 for Wheels in https://github.com/openPMD/openPMD-api/pull/1554
While installing ADIOS2 works, using it…
ax3l updated
9 months ago
-
Investigate a possible architecture for a simulation database.
- [x] Take a look at [nomad](https://metainfo.nomad-coe.eu).
- [ ] Devise a workflow where data is split up into metadata (including…
-
Hi @xxirii @GBlaclard,
Our collaborator and one of the VisIt maintainers, @dpugmire, merged an updated version of this plugin upstream into the VisIt 3.0 mainline:
https://github.com/visit-dav/v…
-
Currently, we have undefined values in BTD lab stations that are not fully filled.
E.g., the example in `Examples/Physics_applications/laser_acceleration/inputs_2d_boost`
will with openPMD-viewer …
ax3l updated
8 months ago
-
**Describe the bug**
I am currently transitioning to ADIOS 2.6.0 in our CI and encounter problems at runtime with the new split libraries on macOS 10.13 and 10.14 of the form:
```
dyld: Library not…
-
**Combining multiple openPMD files into a single one.**
Hi, I am trying to combine multiple openPMD files into a single one. Currently, I have wrote the piece of code as seen below:
```python
fro…
-
I just learned the long way that my naive approach to slice data (or even read full datasets) like
```python
mydata = it.meshes['cons_cons_density_lvl1'][opmd.Record_Component.SCALAR][:,:,10]
serie…