diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-12-28 23:47:44 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-12-28 23:47:44 -0500 |
commit | 474d8067e7e80b3d81297ce1253507cb61a938b2 (patch) | |
tree | 192529531ae406288582ce00d87769cd37595cbb | |
parent | 4ac6438360efc9d1bedf315e4bcf60ce747e45e2 (diff) | |
download | Nresonances-474d8067e7e80b3d81297ce1253507cb61a938b2.tar.gz Nresonances-474d8067e7e80b3d81297ce1253507cb61a938b2.zip |
added parameters used in final report
3 files changed, 33 insertions, 0 deletions
diff --git a/xmds2/realistic_Rb_and_fields/eit_two_field_circular_eit_cold.params b/xmds2/realistic_Rb_and_fields/eit_two_field_circular_eit_cold.params new file mode 100644 index 0000000..d5e6dc1 --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/eit_two_field_circular_eit_cold.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=1e-3 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e0 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=0 --Em4o=0 + diff --git a/xmds2/realistic_Rb_and_fields/fast_three_field_circular_cold_fast2.params b/xmds2/realistic_Rb_and_fields/fast_three_field_circular_cold_fast2.params new file mode 100644 index 0000000..b5444dd --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/fast_three_field_circular_cold_fast2.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=1e-3 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e0 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=200e6 --Em4o=0 + diff --git a/xmds2/realistic_Rb_and_fields/two_field_circular_eit_hot.params b/xmds2/realistic_Rb_and_fields/two_field_circular_eit_hot.params new file mode 100644 index 0000000..a6fdf84 --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/two_field_circular_eit_hot.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=320 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=0 --Em4o=0 + |