There are two variants of scalability_randomtopo_run.py running supposedly the same scenario in MQNS and SeQUeNCe.
However, their outputs are significantly different, especially in the fidelity values.
# mqns commit 51853ae0eea02b0deee734a68879f3e954cb9f92
python ./examples/scalability_randomtopo_run.py --seed 1
python ./examples/sequence/scalability_randomtopo_run.py --seed 1
Output files: 10-16-20-1.zip
| simulator |
src-dst |
throughput |
fidelity |
| MQNS |
n10-n2 |
572 |
0.5568304175444247 |
| MQNS |
n8-n15 |
550 |
0.5441014033030881 |
| SeQUeNCe |
n10-n2 |
449 |
0.9310950000000102 |
| SeQUeNCe |
n8-n15 |
464 |
0.9310950000000108 |
There are two variants of
scalability_randomtopo_run.pyrunning supposedly the same scenario in MQNS and SeQUeNCe.However, their outputs are significantly different, especially in the fidelity values.
# mqns commit 51853ae0eea02b0deee734a68879f3e954cb9f92 python ./examples/scalability_randomtopo_run.py --seed 1 python ./examples/sequence/scalability_randomtopo_run.py --seed 1Output files: 10-16-20-1.zip