summaryrefslogtreecommitdiff
path: root/MOR_5_levels_with_doppler_and_propagation
diff options
context:
space:
mode:
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rwxr-xr-xMOR_5_levels_with_doppler_and_propagation/run_simulation.sh17
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
+