Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aws backend #18

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Aws backend #18

wants to merge 18 commits into from

Conversation

TL231
Copy link

@TL231 TL231 commented Apr 3, 2024

Initial barebones aws backend commit.

  • Adds a backend client for aws.
  • Adds a local test for aws client.
    Things to be done/fixed.
  • Fix workflow test.
  • Figure where to add transpiler
  • Refactor code

Things to be done/fixed (2024-04-30):

  • Remove transpiler from "barebones" version
  • Remove verbatim circuits from "barebones" version
  • Include aws_client.py in qibo/src/qibo/backends/init.py,
  • pytests for aws_client.py

@TL231 TL231 marked this pull request as ready for review April 3, 2024 05:03
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 72.13115% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 80.17%. Comparing base (c1e4f62) to head (a9e7dfd).

Files Patch % Lines
src/qibo_cloud_backends/aws_client.py 72.13% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   89.09%   80.17%   -8.92%     
==========================================
  Files           3        4       +1     
  Lines          55      116      +61     
==========================================
+ Hits           49       93      +44     
- Misses          6       23      +17     
Flag Coverage Δ
unittests 80.17% <72.13%> (-8.92%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
…ile qibo to braket circuit. Modified execute_circuit to only include inputs for verbatim_circuits and nshots.
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
src/qibo_cloud_backends/aws_client.py Outdated Show resolved Hide resolved
mho291 and others added 5 commits April 30, 2024 16:01
Changed name from BraketBackend to BraketClientBackend
Modified docstring
Updated the Client name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants