-
Notifications
You must be signed in to change notification settings - Fork 131
[WIP] Integrate T1 experiment with result database #29
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
Closed
Closed
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
d1307ef
added T1 experiment
yaelbh b980a19
--amend
yaelbh 0ec5d64
black
yaelbh 82ac1eb
lint
yaelbh 8b6f569
fixed header
yaelbh 87dc98f
changing variable names
yaelbh 4dadd6c
changed backend in t1 test
yaelbh 1a43b2e
added a test of a parallel experiment with T1
yaelbh e36046d
preparation and readout error in t1 tests
yaelbh 8e7d313
p0 and bounds as explicit function parameters
yaelbh f51c76a
black
yaelbh 23bd839
a small implementation change with t1
yaelbh 3ca68ea
added documentation to unit in t1
yaelbh 3544e1c
removed circuit_options from parameter list of circuits in t1
yaelbh 6f67362
a minor doc change
yaelbh c934818
default values to p0 and bounds
yaelbh aea7632
updated p0 and removed bounds
yaelbh 4d180b1
black
yaelbh 580f572
return more info about t1 fit
yaelbh 2436044
Merge branch 'main' into t1
yaelbh 04c3dd7
Merge branch 'main' into t1
yaelbh 0ede9ef
a small change in t1 tests
yaelbh 9d34c99
small improvements to t1
yaelbh 2067572
exp_fit_fun and curve_fit wrapper in a shared space
yaelbh 2ff0e3a
unit in circuit metadata and analysis result
yaelbh a0b30e5
lint
yaelbh c443951
added a test to t1 analysis class
yaelbh be7fcae
changed the result structure in t1
yaelbh 3b7d3bd
moved functions from BaseAnalysis to a separate file
yaelbh e80e7fe
lint
yaelbh 2daa615
review comments
yaelbh b967814
result unit in microseconds if unit is dt
yaelbh 17005fe
a small change to a test
yaelbh d67fa9d
T1Analisys._fit_quality
yaelbh c579517
removed unnecessary pylint disable
yaelbh 5d9b296
test_t1_metadata
yaelbh e1a9da6
allow the user to set the experiment type
yaelbh eea32e5
test_t1_low_quality
yaelbh bd7bf7d
black and lint
yaelbh 7eff4b4
more black and lint
yaelbh 6000cf8
added bounds option to t1
yaelbh cf7bfbb
a small fix
yaelbh 9581589
no dt info in metadata if unit is not dt
yaelbh f20ac7b
fix docstring of exp_fit_fun
yaelbh edebf3e
added generate_delays
yaelbh 70b3411
black and lint
yaelbh 77c54bd
typo fix
yaelbh 65fc269
removed generate_delays
yaelbh 8784f7e
Merge branch 'main' into t1
yaelbh bfb1e3c
make t1 use the helper functions
yaelbh 945fa3f
black
yaelbh 19bdd5a
T1 to always return results in seconds
yaelbh e1323bb
Merge branch 'main' into t1
yaelbh b493932
an attempt to integrate with results db
yaelbh f32954a
Merge branch 'pr5' into resdb
yaelbh a3cfa28
replaced if by elif
yaelbh 13c540e
Merge branch 'main' into resdb
yaelbh b95b230
Merge branch 'main' into t1
yaelbh 5ec6621
Update qiskit_experiments/characterization/t1_experiment.py
yaelbh f638060
removed experiment_type from t1
yaelbh e043918
circuit_unit should appear in the result for every unit
yaelbh 73a379b
use AnalysisResultV1
yaelbh 03c2fb3
Merge branch t1 into resdb
yaelbh 47fc3e0
test_t1_end2end is working
yaelbh c5b45e1
fixed test_t1_analysis
yaelbh 4543de7
black
yaelbh 2304ad9
fixed test_t1_low_quality
yaelbh 6a183fa
Merge branch 'main' into resdb
yaelbh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to pass options (e.g.
share_level) to the experiment data constructor, coming from therunmethod kwargs.