You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the linked page, the first sentence says Most IBM® quantum processing units (QPUs) execute circuits at a fixed rate., which is no longer true. All of our backends use dynamic rep rate now, and we should just remove the mention of fixed rep rate.
Having said that, I think there's value in keep the page to explain what rep delay is and how to set it. Although it should explain while we do circuit0_shot0 -> circuit1_shot0 etc, there is no guarantee on the order the circuits from PUBs are executed. e.g. if you submit pubs=[pub1, pub2], there is no guarantee the circuits from pub1 will run before pub2.
The text was updated successfully, but these errors were encountered:
URL to the relevant documentation
https://docs.quantum.ibm.com/guides/repetition-rate-execution
Select all that apply
Describe the fix.
In the linked page, the first sentence says
Most IBM® quantum processing units (QPUs) execute circuits at a fixed rate.
, which is no longer true. All of our backends use dynamic rep rate now, and we should just remove the mention of fixed rep rate.Having said that, I think there's value in keep the page to explain what rep delay is and how to set it. Although it should explain while we do circuit0_shot0 -> circuit1_shot0 etc, there is no guarantee on the order the circuits from PUBs are executed. e.g. if you submit
pubs=[pub1, pub2]
, there is no guarantee the circuits from pub1 will run before pub2.The text was updated successfully, but these errors were encountered: