diff options
author | 2020-01-13 11:14:17 -0800 | |
---|---|---|
committer | 2020-01-13 11:14:17 -0800 | |
commit | 5f9b4aa7d04ab3b945b180ba079b6482db2e9c24 (patch) | |
tree | 61dce185c004c5c906c87bdff1bb8b1dadcf6cb1 /Examples/Modules | |
parent | 4e1b36d2b7adc7fad187212aa8bac43278e9f307 (diff) | |
download | WarpX-5f9b4aa7d04ab3b945b180ba079b6482db2e9c24.tar.gz WarpX-5f9b4aa7d04ab3b945b180ba079b6482db2e9c24.tar.zst WarpX-5f9b4aa7d04ab3b945b180ba079b6482db2e9c24.zip |
moving E/B parser variables to MultiParticleContainer class. changing input files appropriately.
Diffstat (limited to 'Examples/Modules')
-rw-r--r-- | Examples/Modules/qed/breit_wheeler/inputs.3d_test_optical_depth_evolution | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/Modules/qed/breit_wheeler/inputs.3d_test_optical_depth_evolution b/Examples/Modules/qed/breit_wheeler/inputs.3d_test_optical_depth_evolution index 8e4bcc3d7..0e1b37a00 100644 --- a/Examples/Modules/qed/breit_wheeler/inputs.3d_test_optical_depth_evolution +++ b/Examples/Modules/qed/breit_wheeler/inputs.3d_test_optical_depth_evolution @@ -158,11 +158,11 @@ qed_bw.lookup_table_mode = "dummy_builtin" ################################# ### EXTERNAL E FIELD ### (3e15 * [-0.811107105653813 0.324442842261525 0.486664263392288] ) -warpx.E_ext_particle_init_style = "constant" -warpx.E_external_particle = -2433321316961438 973328526784575 1459992790176863 +particles.E_ext_particle_init_style = "constant" +particles.E_external_particle = -2433321316961438 973328526784575 1459992790176863 #### ### EXTERNAL B FIELD ### (1e7 * [0.28571429 0.42857143 0.85714286] ) -warpx.B_ext_particle_init_style = "constant" -warpx.B_external_particle = 2857142.85714286 4285714.28571428 8571428.57142857 +particles.B_ext_particle_init_style = "constant" +particles.B_external_particle = 2857142.85714286 4285714.28571428 8571428.57142857 #### |