diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-05-13 12:03:54 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-05-13 12:03:54 -0400 |
commit | 837fc24b4fb586f8c32c93affc9e941b2b061c63 (patch) | |
tree | 75355e698934d32b421cf657ed82a04de02184d0 /MOR_5_levels_with_doppler_and_propagation | |
parent | b9fe2cd7f27cdf07cbd4c9e127f2a458520b42b4 (diff) | |
download | noisy_eit_xmds-837fc24b4fb586f8c32c93affc9e941b2b061c63.tar.gz noisy_eit_xmds-837fc24b4fb586f8c32c93affc9e941b2b061c63.zip |
added a shell script to run the simulation
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rwxr-xr-x | MOR_5_levels_with_doppler_and_propagation/run_simulation.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/run_simulation.sh b/MOR_5_levels_with_doppler_and_propagation/run_simulation.sh new file mode 100755 index 0000000..a67565e --- /dev/null +++ b/MOR_5_levels_with_doppler_and_propagation/run_simulation.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +./Nlevels_with_MOR.run \ + --numTimePoints=100000 --timeSpan=2e-4 \ + --Temperature=1e-6 \ + --commAmplNoise=0.0 \ + --onePhotonPhaseNoise=0.2 \ + --twoPhotonPhaseNoise=0.0 \ + --Split0=1e5 \ + --EdLo=1e7 \ + --EpRo=1 \ + --EdRo=1e7 \ + --EpLo=1 + + +xsil2graphics2 Nlevels_with_MOR.xsil + |