[do not merge] feature/autoqasm → main
This is a draft PR for the purpose of easily merging changes from main to feature/autoqasm feature branch, and automatically running CI and code coverage on the feature branch. It is not intended to be merged.
Issue #, if available:
Description of changes:
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
- [ ] I have read the CONTRIBUTING doc
- [ ] I used the commit message format described in CONTRIBUTING
- [ ] I have updated any necessary documentation, including READMEs and API docs (if appropriate)
Tests
- [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate)
- [ ] I have checked that my tests are not configured for a specific region or account (if appropriate)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Codecov Report
Patch coverage: 100.00% and no project coverage change.
Comparison is base (
1ea24fb) 100.00% compared to head (94dd965) 100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #613 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 122 153 +31
Lines 8144 9224 +1080
Branches 1826 1992 +166
===========================================
+ Hits 8144 9224 +1080
| Files Changed | Coverage Δ | |
|---|---|---|
| src/braket/experimental/autoqasm/constants.py | 100.00% <ø> (ø) |
|
| ...raket/experimental/autoqasm/converters/__init__.py | 100.00% <ø> (ø) |
|
| ...et/experimental/autoqasm/converters/assignments.py | 100.00% <ø> (ø) |
|
| ...perimental/autoqasm/converters/break_statements.py | 100.00% <ø> (ø) |
|
| ...erimental/autoqasm/converters/return_statements.py | 100.00% <ø> (ø) |
|
| src/braket/experimental/autoqasm/errors.py | 100.00% <ø> (ø) |
|
| ...ket/experimental/autoqasm/instructions/__init__.py | 100.00% <ø> (ø) |
|
| ...braket/experimental/autoqasm/instructions/gates.py | 100.00% <ø> (ø) |
|
| ...experimental/autoqasm/instructions/instructions.py | 100.00% <ø> (ø) |
|
| ...experimental/autoqasm/instructions/measurements.py | 100.00% <ø> (ø) |
|
| ... and 24 more |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
dc2ac56) 100.00% compared to head (12d93ec) 100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #613 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 129 163 +34
Lines 8362 9761 +1399
Branches 1862 2080 +218
===========================================
+ Hits 8362 9761 +1399
| Files | Coverage Δ | |
|---|---|---|
| src/braket/circuits/serialization.py | 100.00% <100.00%> (ø) |
|
| src/braket/devices/local_simulator.py | 100.00% <100.00%> (ø) |
|
| src/braket/experimental/__init__.py | 100.00% <100.00%> (ø) |
|
| src/braket/experimental/autoqasm/__init__.py | 100.00% <100.00%> (ø) |
|
| src/braket/experimental/autoqasm/api.py | 100.00% <100.00%> (ø) |
|
| src/braket/experimental/autoqasm/constants.py | 100.00% <ø> (ø) |
|
| ...raket/experimental/autoqasm/converters/__init__.py | 100.00% <ø> (ø) |
|
| ...et/experimental/autoqasm/converters/assignments.py | 100.00% <ø> (ø) |
|
| ...perimental/autoqasm/converters/break_statements.py | 100.00% <ø> (ø) |
|
| ...erimental/autoqasm/converters/return_statements.py | 100.00% <ø> (ø) |
|
| ... and 32 more |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
84c3bb7) to head (15ac8ee).
Additional details and impacted files
@@ Coverage Diff @@
## main #613 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 135 173 +38
Lines 8903 10614 +1711
Branches 1998 2270 +272
===========================================
+ Hits 8903 10614 +1711
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this PR as it is no longer needed. AutoQASM will be moving to a new repo at https://github.com/amazon-braket/autoqasm.