summaryrefslogtreecommitdiff
path: root/config.m
diff options
context:
space:
mode:
authorHunter Rew <hbrew@email.wm.edu>2014-04-24 01:45:01 -0400
committerHunter Rew <hbrew@email.wm.edu>2014-04-24 01:45:01 -0400
commit80b579089e6ce787486772f34e80f369fe9c6888 (patch)
treedb4075ca2fd155543d41de2005d96f640764501e /config.m
parentf4223c4b920900b64da0625bee0be4d7db003a39 (diff)
downloadeit_filter_simulations-80b579089e6ce787486772f34e80f369fe9c6888.tar.gz
eit_filter_simulations-80b579089e6ce787486772f34e80f369fe9c6888.zip
Take number of processes as config variable
Diffstat (limited to 'config.m')
-rw-r--r--config.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.m b/config.m
index 849dcca..b88adc6 100644
--- a/config.m
+++ b/config.m
@@ -10,6 +10,8 @@ drive = drive(1:1); % Select which drives you want here
detuning1 = [-15]; % Single photon detuning
dephase_bc = [0]; % Ground state dephasing
+global n = 3; %Number of processes to run
+
format long
global source_dir = 'source/';