amazon-braket / amazon-braket-sdk-python

A Python SDK for interacting with quantum devices on Amazon Braket
https://aws.amazon.com/braket/
Apache License 2.0
294 stars 118 forks source link

feature: Implement run_batch for MultiSimulator #1000

Closed rmshaffer closed 1 week ago

rmshaffer commented 3 weeks ago

Issue #, if available:

Description of changes: Braket SDK changes to support run_batch for the new MultiSimulator class in https://github.com/amazon-braket/amazon-braket-default-simulator-python/pull/260

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 42.64706% with 39 lines in your changes missing coverage. Please review.

Project coverage is 99.56%. Comparing base (0ad486f) to head (9cafa74).

Files Patch % Lines
src/braket/devices/local_simulator.py 42.64% 39 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1000 +/- ## =========================================== - Coverage 100.00% 99.56% -0.44% =========================================== Files 135 135 Lines 8941 9005 +64 Branches 2008 2022 +14 =========================================== + Hits 8941 8966 +25 - Misses 0 39 +39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rmshaffer commented 1 week ago

Closing this in favor of https://github.com/amazon-braket/amazon-braket-sdk-python/pull/1005