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 situations where the runtime has many workers (in an HPC cluster we can have on 10 nodes 1280 workers), QSearch and LEAP are underutilizing it, as they only submit a single batch from the frontier. For example, if we have a 7 qubit circuit, an 2-qubit gates, there will be 7 choose 2 (= 21) jobs in the batch.
I suggest that these passes will be able to send a batch of frontiers, thus reducing the time to solution.