Edoardo Zoni

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

bug
component: tests
bug: affects latest release

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

cleaning

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

bug
component: electrostatic
bug: affects latest release
component: collisions

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

component: core
component: collisions

### Overview Coming soon... ### To do - [x] Particle component names - [ ] Particle user attributes?

bug
bug: affects latest release

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

component: documentation

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

component: documentation

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

component: documentation

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

cleaning