-
Can we set up a test with VPIC and compare it with other PIC codes like EPOCH, WarpX etc? We can setup some simple 2D or 3D test where we irradiate simple flat target with the laser.
Let's start …
-
I set up the environment and ran experiment using the NVI-DEHR/configs/nvi.sh script.
I modified the data_path argument in the original script from PIC_2.0 to NVI, as downloaded, and changed the…
-
### Steps to reproduce the issue
```console
$ spack install vpic
...
77 /home/ec2-user/spack/lib/spack/env/gcc/gcc -DVPIC_USE_PTHREADS -I/home/ec2-user/spack/opt/spack/linux-amzn2-aarch…
-
Hi developer, I compared the running speed of EPOCH and VPIC,then found that EPOCH is much slower. Mainly due to the following reasons, firstly, VPIC is vector storage. Secondly、 EPOCH needs to conver…
-
code to reproduce:
```
#include
#include
#include
#include "pdc.h"
int
main(int argc, char **argv)
{
pdcid_t pdc_id, cont_id, cont_prop, cont_id2;
int rank = 0, size = 1;
…
-
Add field ionization physics to VPIC:
- [x] Calculate the ionization rate (multiphoton ionization, ADK ionization, and BSI ionization) based on the interpolated E-field
- [x] Compare ionization …
-
Hi,
This is a new user question: In `src/vpic/dump.cc`, the `band_interleave` branch of `hydro_dump` seems to not correctly set the `dim` array to include ghost layer:
```c
dim[0] = nxout;
…
-
and make sure it works with and without `VPIC` define.
-
Some VINs are invalid but still contain enough encoded information for a successful VPIC decode. PyVIN should still send these to the API for decode (either by default or by a flag, TBD).
Example: …
-
Hello James:
First, thank you for doing this, this is an excellent example. When I run this, the results_df has 4 nulls in the execute/result column. When I followed the readme, that example name…