CQCL / qnexus

Quantinuum Nexus python client.
https://docs.quantinuum.com/nexus/
Apache License 2.0
6 stars 1 forks source link

Batch circuit uploading #78

Open vardhini-quantinuum opened 3 months ago

vardhini-quantinuum commented 3 months ago

A protocol can generate a lot of circuits in InQuanto and when we upload circuits to get back a circuit ref, we do this one at a time. This means that more calls are being made to the Nexus service than required.

If we could upload a list of circuits to Nexus in one go, this might speed things up a lot.

vanyae-cqc commented 3 months ago

users have also reported that the server crashes when submitting jobs with lots of circuit refs. Worth looking into as part of this effort