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

Saving and loading calibrations data #1120

Merged

Commits on Mar 31, 2023

  1. Add save util to calibrations and update experiment json encoder and …

    …decoder to handle Qiskit data types.
    nkanazawa1989 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6ae6a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3267b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f764a View commit details
    Browse the repository at this point in the history
  4. Release note

    nkanazawa1989 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    05e8a26 View commit details
    Browse the repository at this point in the history
  5. Update module docstring

    nkanazawa1989 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2dfb2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Review comments

    - Docs update
    - Remove schema for schedule and move qubit info to metadata
    - Change function names
    
    Co-authored-by: Daniel Egger <egger.d.j@gmail.com>
    nkanazawa1989 and eggerdj committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    993fcb8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    60fef70 View commit details
    Browse the repository at this point in the history
  2. Misc, prep for 0.6

    - Fix Calibrations eq logic. This logic uses json dump for dict serialization which doesn't work for complex parameter value.
    - Fix test without deprecation. Revert logic change to Calibrations.config method which is no longer used anyways.
    - Fix wrong import
    nkanazawa1989 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    283bc9a View commit details
    Browse the repository at this point in the history
  3. temp fix dependency

    nkanazawa1989 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6d480d1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 15, 2023

  1. Documentation update

    Co-authored-by: Daniel J. Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj committed May 15, 2023
    Configuration menu
    Copy the full SHA
    5ac4519 View commit details
    Browse the repository at this point in the history
  2. Update tests

    nkanazawa1989 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    895017a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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