Because I didn't know how to resolve that immediately, I decided to take out unit tests in simulation.rs think about how to re-introduce those tests.
Also, I would prefer only one variant of execute_qsim. As far as I am concerned, we can also execute the single partition Qsim in another thread. This test is there to make sure that the overall simulation logic, without messaging, works correctly.
Because I didn't know how to resolve that immediately, I decided to take out unit tests in
simulation.rs
think about how to re-introduce those tests.Also, I would prefer only one variant of
execute_qsim
. As far as I am concerned, we can also execute the single partition Qsim in another thread. This test is there to make sure that the overall simulation logic, without messaging, works correctly.