pasqal-io / pasqal-cloud

Apache License 2.0
14 stars 1 forks source link

Expose add_jobs to __init__ for use in client #124

Closed oliver-gordon closed 3 months ago

oliver-gordon commented 3 months ago

Description

We need a method of submitting Jobs to a preexisting batch exposed on the interface that's being used by pulser-pasqal. I've also included a required method to mark a batch as complete via the SDK interface.

I've also updated some small nits that weren't quite right. We've got method prefixes for methods that are clearly exported into other files.

Remaining Tasks

Related PRs in other projects (PASQAL developers only)

Additional merge criteria

Breaking changes

Checklist

Versioning (PASQAL developers only)

Documentation

Tests

Internal tests pipeline (PASQAL developers only)

After updating the version (PASQAL developers only)

oliver-gordon commented 3 months ago

I'll update the release version before this MR goes in because there are several MRs that could go in at any point right now and I don't want to push to update multiple times.