diff options
author | 2019-10-25 12:09:24 +0200 | |
---|---|---|
committer | 2019-10-25 12:09:24 +0200 | |
commit | 06ff9be518f86d73b7fd8056676e9a6c49b83f08 (patch) | |
tree | 18302f92609a4d6101d9a8088312e08faa265a63 /Examples/Modules/qed | |
parent | e723d2f78b40dae713fabfebe15fdecbcd4e4296 (diff) | |
parent | d37100ff5f6eafd30167c463ca107dff10dbd9f4 (diff) | |
download | WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.tar.gz WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.tar.zst WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.zip |
Merge branch 'qed_bw_qs_factory_class' into qed_evolve_optical_depth
Diffstat (limited to 'Examples/Modules/qed')
4 files changed, 4 insertions, 4 deletions
diff --git a/Examples/Modules/qed/breit_wheeler/inputs.2d_test_table_gen b/Examples/Modules/qed/breit_wheeler/inputs.2d_test_table_gen index 1c1e96cf3..99a660d7c 100644 --- a/Examples/Modules/qed/breit_wheeler/inputs.2d_test_table_gen +++ b/Examples/Modules/qed/breit_wheeler/inputs.2d_test_table_gen @@ -21,7 +21,7 @@ warpx.fine_tag_hi = 5.e-6 -25.e-6 ################################# algo.current_deposition = esirkepov algo.charge_deposition = standard -algo.field_gathering = standard +algo.field_gathering = energy-conserving algo.particle_pusher = boris interpolation.nox = 3 # Particle interpolation order. Must be the same in x, y, and z interpolation.noy = 3 diff --git a/Examples/Modules/qed/breit_wheeler/inputs.2d_test_tau_init b/Examples/Modules/qed/breit_wheeler/inputs.2d_test_tau_init index 78b9c198b..2cfa476f9 100644 --- a/Examples/Modules/qed/breit_wheeler/inputs.2d_test_tau_init +++ b/Examples/Modules/qed/breit_wheeler/inputs.2d_test_tau_init @@ -19,7 +19,7 @@ warpx.fine_tag_hi = 5.e-6 -25.e-6 ################################# algo.current_deposition = esirkepov algo.charge_deposition = standard -algo.field_gathering = standard +algo.field_gathering = energy-conserving algo.particle_pusher = boris interpolation.nox = 3 # Particle interpolation order. Must be the same in x, y, and z interpolation.noy = 3 diff --git a/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_table_gen b/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_table_gen index 2d3449fd7..fd1d90b64 100644 --- a/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_table_gen +++ b/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_table_gen @@ -21,7 +21,7 @@ warpx.fine_tag_hi = 5.e-6 -25.e-6 ################################# algo.current_deposition = esirkepov algo.charge_deposition = standard -algo.field_gathering = standard +algo.field_gathering = energy-conserving algo.particle_pusher = boris interpolation.nox = 3 # Particle interpolation order. Must be the same in x, y, and z interpolation.noy = 3 diff --git a/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_tau_init b/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_tau_init index 4844245e9..4ebf12e3e 100644 --- a/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_tau_init +++ b/Examples/Modules/qed/quantum_synchrotron/inputs.2d_test_tau_init @@ -19,7 +19,7 @@ warpx.fine_tag_hi = 5.e-6 -25.e-6 ################################# algo.current_deposition = esirkepov algo.charge_deposition = standard -algo.field_gathering = standard +algo.field_gathering = energy-conserving algo.particle_pusher = boris interpolation.nox = 3 # Particle interpolation order. Must be the same in x, y, and z interpolation.noy = 3 |