Aaron Berdy

Results 11 issues of Aaron Berdy

*Issue #, if available:* *Description of changes:* If notebooks fail due to a DeviceOfflineException, raise a warning, but don't fail the test By submitting this pull request, I confirm that...

*Issue #, if available:* *Description of changes:* Previously, ResultType.StateVector() for example would not be recognized as valid by the IDE, since result type constructors as ResultType classmethods are defined dynamically....

*Issue #, if available:* *Description of changes:* [boto3 v1.22.3](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#1223) contains Braket API changes allowing multiple instances *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You...

*Issue #, if available:* *Description of changes:* For PL version conflict *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out...

The following code is technically against the OpenQASM spec, as you can only close over global const variables (https://openqasm.com/language/scope.html#subroutine-and-gate-scope) We may want to choose to interpret this as inputs allowed,...

A program with an input variable is transformed to replace the variable with a value and simplify the program where possible. Example: ``` import braket.experimental.autoqasm as aq from braket.experimental.autoqasm.instructions import...

*Issue #, if available:* *Description of changes:* Add class docstring to circuit subroutines *Testing done:* docs inspection ## Merge Checklist _Put an `x` in the boxes that apply. You can...

### What is the file name(s) where you found the bug? types.rst ### What is the current text that needs to be fixed or removed? (You can copy and paste)...

documentation