oqc-community / qat

QAT is a quantum compiler and runtime focused on low-level, just-above-driver integration.
Other
43 stars 11 forks source link

Add in batching for optimizations #104

Closed chemix-lunacy closed 4 months ago

chemix-lunacy commented 4 months ago

When you have larger machines and higher quality level variance runtime far outweighs any minor improvements made by trying to iterate through every single quality level. This also includes the fact that most people will be running larger circuits that use the majority of the QPU so we cut out large chunks of iterations which can never work due to lack of number of qubits.

chemix-lunacy commented 4 months ago

Closing for now, if we need to apply a patch later the change is small enough - and we know what it is - to deal with it then.