-
When attempting to run tests against Python 3.13 in #2869, we came up against some new errors when collecting some tests in `test_synthetic_radiography.py` which appears to be related to `grids.py`. …
-
[input.txt](https://github.com/Warwick-Plasma/epoch/files/13804528/input.txt)
I would like to use EPOCH to simulate the interaction of the laser with an AI target, however, from the output it seems…
-
When trying to prescribe the electric field and set the plasma current, I noticed that I have to use a scaling factor to get the plasma current I need. For example I used to do it this way:
```
cond…
-
I've tried a minimal example:
```
wavelength = 1e-6
speed_of_light = 277972458
# Initialize FDTD grid
grid = fdtd.Grid(shape=(20*wavelength, 50*wavelength, 1), grid_spacing=wavelength/10)
…
-
Here is a list (files matched by content):
```
./RTL/Router/credit_based/RTL/New_SHMU_on_Node/Disclaimer.txt
./RTL/Router/credit_based/RTL/New_SHMU_on_Node/With_checkers/Disclaimer.txt
./Softwar…
-
There are probably at least hundreds of plasma simulation codes used for research. One difficulty is that if we want to switch between codes or perform a benchmark, then we have to set up the same pr…
-
### Godot version
4.0 beta 16
### System information
Operating System: Arch Linux KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 Kernel Version: 5.15.90-1-lts (64-bit…
-
Hello,
I get the following error message when I try to open my PK-sim model for fentanyl that seemed to work perfectly last time I opened it and worked on it last week. After the error is closed, n…
-
This just documents a little benchmark for @RemiLehe et al.
## PIConGPU Version
0.4.2 (11/2018)
## Backend & Hardware
- CUDA 9.2.88
- driver 396.26
- **one** Nvidia Tesla P100-SXM2-16GB,…
-
Hi all,
I'm running a 2D simulation using this PICMI input
```python
import numpy as np
from math import sqrt, ceil, floor
from pywarpx import callbacks, fields, libwarpx, particle_containers…