Ángel Ferran Pousa
Ángel Ferran Pousa
**Describe the bug** The read-write properties introduced in `0.13.0`, such as `dt`, `time`, etc., seem to have a different behavior than the previous `set_dt`, `set_time`, methods. In particular, they result...
For data visualization purposes, it is useful to have information about the extent of the simulation domain of a PIC simulation even when only particle species are present in the...
Addresses https://github.com/facebook/Ax/issues/746 (also in the wishlist https://github.com/facebook/Ax/issues/566). As the title implies, this PR adds the possibility of specifying some `ObservationFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials`. From my understanding, this...
Hi all, I'm in the process of making the VisualPIC backend fully rely on the `OpenPMDTimeSeries` (https://github.com/AngelFP/VisualPIC/pull/57). This will make it easier to maintain and avoid code duplication. In order...
The opacities cannot currently be saved to a file if the opacity is negative at some point. This can happen if the user has modified the opacity through the interactive...
The latest release removes the `GPKG` model, and suggests using the newer `BOTORCH_MODULAR` instead (https://github.com/facebook/Ax/pull/2316). However, I am not sure how to build a replacement for `GPKG` using this approach....
This would allow using the openpmd-viewer `ParticleTracker`.
Ideally, we would have a test where we create a lasy laser, save it to file, and read it into Wake-T. However, this is not yet possible with lasy (`mtr`...