Skip to content
Snippets Groups Projects
Commit 431d3449 authored by Shashank Singh's avatar Shashank Singh
Browse files

Finished README.

parent 24fa02e0
No related branches found
No related tags found
No related merge requests found
......@@ -6,22 +6,25 @@ This repository contains a Python implementation of simulations supporting the p
A preprint of the paper is available on [ArXiv](https://arxiv.org/abs/2206.01454).
This repository is still under construction, and updated code, as well as instructions for reproducing the results in that paper, will be added soon.
To reproduce Figure 3, run:
To reproduce Figures 3, 4, and 5 of that paper:
1) Install [Python 3.9](https://www.python.org/downloads/release/python-390/).
2) Run `pip install -r requirements.txt`. You may want to do this within a [virtual environment](https://docs.python.org/3/tutorial/venv.html).
3) To reproduce Figure 3, run:
python figure_3.py
This may take a few hours to run.
This took us ~30 minutes to run.
To reproduce Figure 4, run:
python figure_4.py
This may take a few hours to run.
This took us ~4 hours to run.
To reproduce Figure 5, run:
python figure_5.py
This should run nearly instantaneously.
This took us ~1 second to run.
We ran these scripts on an Ubuntu laptop with Intel Core i7-10750H CPU.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment