Edoardo Zoni
Edoardo Zoni
The hard-coded path to the checksum files in the default regression analysis script, ```py sys.path.insert(1, "../../../../warpx/Regression/Checksum/") ``` may cause issues when running tests locally through `ctest`, due to the `warpx`...
Following up on #5687, this PR applies the current `clang-format` style, as is, to two more files, WarpX.H and WarpX.cpp. The code changes were implemented automatically by running `pre-commit run...
This may fix a bug that @kale-j observed in an electromagnetic simulation based on #6275, and that was troubleshooted by @oshapoval, @RemiLehe, and myself. This PR takes care of the...
### Overview Follow up on #5955 and implement the electromagnetic part of the energy-preserving PIC-MCC algorithm described in [(Vay, Jean-Luc, et al. "Energy-preserving coupling of explicit particle-in-cell with Monte Carlo...
### Overview Coming soon... ### To do - [x] Particle component names - [ ] Particle user attributes?
### To do - [ ] Refactor the whole section - [x] Rebase after #6338 ### New sections Coming soon. ### Issues * `particles.use_fdtd_nci_corr`: why `particles.`? * `max_step` and `stop_time`...
I would like to propose an audacious change, inspired by a comment from @aeriforme during the documentation hackathon, and rename the following sections: - "Inputs: Parameter List": "Raw Inputs" -...
Follow up to #3560, prompted by the discussion in #6076. We may be missing some Doxygen warnings (which we treat as errors for CI purposes) due to preprocessor directives. Test...
### Overview I propose these code changes because I believe they improve the summary of main PIC parameters that we write to standard output. Feel free to close the PR...