pSpitzner 4 lat temu
rodzic
commit
ab058dbb7e
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -9,7 +9,7 @@ conda install h5py numpy matplotlib tqdm
 pip3 install -U 'mrestimator[full]'
 ```
 
-The outline is the following:
+## Outline
 
 1. create a realization of a branching process of certain length, timescale and number of trials. This is done in `run/triallength.py`
 2. calculate the correlation coefficients. This is done in `run/triallength.py`.
@@ -17,3 +17,5 @@ The outline is the following:
     * The `run/triallength.py` script takes an integer argument (think thread or job id) because we ran this on the cluster. Every id creates it's own hdf5 output file.
     * Merge the individual files with `run/merge_hdf5.py` to obtain data files similar to the ones provided here.
 3. fit the exponentials. This is done with `plt/plot_merged.py`.
+
+Note that the realizations for long trials (large `targettau` and `targetlength` in `run/triallength.py`) will take on the order of days computation and multiple gigabytes of ram. Adjust as needed.