This repository is used to reproduce simulations described in SeQUeNCe paper.
Python version >= 3.7
Follow install intstruction in SeQUeNCe to install library
pip install matplotlib
pip install pandas
Run simulation
expect execution time (12 processes): around 15 hours
command:
cd sec5.2-comparsion-of-quantum-memory-parameters
python3 run.py
Plot graph
command:
python3 plot.py
Run simulation with regular delay
expect execution time (3 processes): around 8 hours
command:
python3 run1.py
Run simulation with low delay
expect execution time (3 processes): around 73 hours
command:
python3 run2.py
Run simulation
expect execution time (20 processes): around 15 hours
command:
python3 run.py
Plot graph
command:
python3 plot.py