diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-01-14 18:10:04 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-01-14 18:10:04 -0500 |
commit | 01f1dc51c093e4dff0ea66a552ea51489781950f (patch) | |
tree | e0a290245f2ce537ac8e7830651f16c66df2c33a /xmds2 | |
parent | f72dfff841bfab46bf0a1817ec48e53c9644c5c4 (diff) | |
download | Nresonances-01f1dc51c093e4dff0ea66a552ea51489781950f.tar.gz Nresonances-01f1dc51c093e4dff0ea66a552ea51489781950f.zip |
param files test cases
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/fast_light.params | 9 | ||||
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/slow_light.params | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_light.params b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_light.params new file mode 100644 index 0000000..f66ce4e --- /dev/null +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_light.params @@ -0,0 +1,9 @@ + +PARAMS = \ + --Ndens=1e15 \ + --Lcell=10.0e-2 \ + --Temperature=5 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --E1o=2e7 --E2o=1e2 --E3o=4e7 --E4o=1e0 + diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/slow_light.params b/xmds2/Nlevels_with_doppler_with_z_4wm/slow_light.params new file mode 100644 index 0000000..e5c6f1c --- /dev/null +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/slow_light.params @@ -0,0 +1,9 @@ + +PARAMS = \ + --Ndens=1e15 \ + --Lcell=10.0e-2 \ + --Temperature=5 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --E1o=2e7 --E2o=1e2 --E3o=4e7 --E4o=0 + |