HQSquantumsimulations / qoqo-quest

Other
7 stars 8 forks source link

Mechanism to set the random seed is missing #189

Open jake-arkinstall opened 1 month ago

jake-arkinstall commented 1 month ago

I'm looking for a method to set the random seed used for measurements in order to run reproducible simulations.

In the quest_sys documentation, there are some mentions of using seedQuEST to set a seed. However, this is currently missing from the rust wrapper.

nfwvogt commented 2 weeks ago

Yes, we haven't implemented that feature on the rust side yet, but I agree it is useful. We will try to add it to the next release.