sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
58 stars 18 forks source link

Integration of Qiskit Batch Mode in sQUlearn #304

Open David-Kreplin opened 1 week ago

David-Kreplin commented 1 week ago

Currently, sQUlearn utilizes pure sessions to execute jobs on the IBM backends. With Primitives V2, they also allow the usage of batched jobs: IBM Quantum Primitives V2 - Batch Jobs.

In batched jobs, several quantum jobs can be submitted as a batch and are executed together. This usually saves costly execution time on the backend, especially for kernel and quantum reservoir computing methods.