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

Closed
wants to merge 18 commits into from
Closed

Aws backend #18

wants to merge 18 commits into from

Commits on Apr 3, 2024

  1. initial aws_client commit

    TL231 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fbe063f View commit details
    Browse the repository at this point in the history
  2. remove .idea

    TL231 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1888fc7 View commit details
    Browse the repository at this point in the history
  3. added amazon packages

    TL231 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a9e7dfd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    0918568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed4620 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    1c372cc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    a5e664a View commit details
    Browse the repository at this point in the history
  2. Added transpiler (and relevant inputs for transpiler), modified metho…

    …d of adding verbatim box
    mho291 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ff3302d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c22533c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. remove module checks

    TL231 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    397c1ae View commit details
    Browse the repository at this point in the history
  2. updated tests

    TL231 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    979b33c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Added two function. 1. Transpile qasm to qasm using Qiskit, 2. Transp…

    …ile qibo to braket circuit. Modified execute_circuit to only include inputs for verbatim_circuits and nshots.
    mho291 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    310b840 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Barebones version of aws_client.py. No transpilation, no verbatim_cir…

    …cuits, only execute_circuit
    mho291 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    57cf3f1 View commit details
    Browse the repository at this point in the history
  2. Update aws_client.py

    Changed name from BraketBackend to BraketClientBackend
    mho291 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2d8563c View commit details
    Browse the repository at this point in the history
  3. Update aws_client.py

    Modified docstring
    mho291 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4a51a17 View commit details
    Browse the repository at this point in the history
  4. Update test_aws.py

    Updated the Client name.
    mho291 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a1e418c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    6729b0b View commit details
    Browse the repository at this point in the history
  2. Only test qibo backend first

    mho291 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    92841df View commit details
    Browse the repository at this point in the history