In the compare_with_other_simulators folder, the benchmarks will work, but only after configuring paths and python versions. Your task is to do the following:
- Generalize the comparison in such a way that it works out-of-the-box for ANYONE. No path configuration needed (it should seek the executable based on relative path or search, up to you).
- Create a separate venv for each script. Specifically qiskit 1.3.1 will clash with tket as it is dependent on qiskit-terra, which was deprecated (transitive dependencies are painful).
- Create a simple UI to show the benchmarks! Please be mindful of design principles, and make uncluttered and modern UIs IF you choose to do so.
In the
compare_with_other_simulatorsfolder, the benchmarks will work, but only after configuring paths and python versions. Your task is to do the following: