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

T2 experiment with Hahn echoes #365

Merged
merged 118 commits into from
Jan 31, 2022
Merged
Changes from 1 commit
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
a4fa8ef
Add template for T2 exp, still need to check results
ItamarGoldman Aug 22, 2021
e638dca
Made the code cleaner
ItamarGoldman Aug 22, 2021
28271b9
cleared RB documantation
ItamarGoldman Aug 22, 2021
2838973
Merge branch 'main' into T2_Hahn_Echo
ItamarGoldman Aug 23, 2021
fbd95b3
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Aug 30, 2021
1f8c4ca
Fixed errors and for 1 echo the circuit is generated (need to work on…
ItamarGoldman Aug 30, 2021
d3af495
Changed the Echo pulse to pi instead of pi/2
ItamarGoldman Aug 30, 2021
94d0afc
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Sep 9, 2021
0a3935d
Changed the class to support only single qubit
ItamarGoldman Sep 9, 2021
cb84b37
added options instead of fields
ItamarGoldman Sep 13, 2021
d0f47c4
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Sep 13, 2021
a2be5f8
Pylint and Black
ItamarGoldman Sep 13, 2021
2d95f33
used base class attribute for qubit
ItamarGoldman Sep 13, 2021
91d63d9
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Sep 22, 2021
be3d352
Updated code to be as in other experiments
ItamarGoldman Sep 22, 2021
0dc3777
Added the Analysis class
ItamarGoldman Sep 22, 2021
600173b
Base analysis class draft + fixes
ItamarGoldman Sep 23, 2021
36854cc
Update T2Hahn.py
ItamarGoldman Sep 23, 2021
44befa8
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Sep 26, 2021
e23ee47
Update t2hahn.py
ItamarGoldman Sep 26, 2021
a269079
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Sep 29, 2021
231203f
Update t2hahn.py
ItamarGoldman Sep 29, 2021
b7dceae
Added Backend template from t2ramsey
ItamarGoldman Sep 29, 2021
bfa67e2
Update t2hahn_backend.py
ItamarGoldman Sep 29, 2021
3d8a1c7
fixed doc string and input check function
ItamarGoldman Oct 3, 2021
1db4e9e
the circuit is now working on qubit '0' exclusively
ItamarGoldman Oct 3, 2021
f2e4799
Update t2hahn.py
ItamarGoldman Oct 3, 2021
ae4ce88
Added operation for 'RX' gate
ItamarGoldman Oct 4, 2021
42d9f82
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Oct 21, 2021
f20a344
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Oct 24, 2021
1cf5e90
Removed duplicate length from verify parameters
ItamarGoldman Oct 24, 2021
047a430
changed documentation suggestions
ItamarGoldman Oct 24, 2021
8c9ca60
changed documanttion
ItamarGoldman Oct 24, 2021
95a28b2
Removed * from T_2
ItamarGoldman Oct 24, 2021
3ab1b85
changed basis gate 'h', 'p' to 'ry', 'rx'
ItamarGoldman Oct 24, 2021
17178d3
Update t2hahn_backend.py
ItamarGoldman Oct 24, 2021
6b8bc58
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Oct 25, 2021
bcaf380
Added Ry, Rx and measure gates
ItamarGoldman Oct 25, 2021
e9a0e3e
Changed every t2ramsy to t2hahn (WIP)
ItamarGoldman Oct 25, 2021
9c9548b
changed "T2Hahn" to "T2"
ItamarGoldman Oct 25, 2021
1f89a4d
added tests (still not working)
ItamarGoldman Oct 25, 2021
cfc6bdc
Delay now applied once
ItamarGoldman Nov 7, 2021
8818a34
added tests for T2hahn Echo
ItamarGoldman Nov 8, 2021
57bc001
Applied black
ItamarGoldman Nov 8, 2021
a91ed7d
Update t2hahn_backend.py
ItamarGoldman Nov 10, 2021
3039f1b
Update t2hahn_backend.py
ItamarGoldman Nov 10, 2021
75cbbae
Changed the gate op to be a function and added time evolution of the …
ItamarGoldman Nov 10, 2021
ea0068d
Added output types
ItamarGoldman Nov 10, 2021
96da63c
Added measurement on "ZY" plane in Z basis
ItamarGoldman Nov 14, 2021
29683f9
Added angle parameter for rotation and fixed bugs
ItamarGoldman Nov 15, 2021
5e14b8a
changed "==" to "np.isclose()"
ItamarGoldman Nov 15, 2021
8afaade
Pass pylint
ItamarGoldman Nov 15, 2021
3cfff22
Pylint + black
ItamarGoldman Nov 15, 2021
39ce1f4
cleaned code
ItamarGoldman Nov 15, 2021
f120136
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Nov 15, 2021
5564384
incomplete change to backend
ItamarGoldman Nov 17, 2021
a8ccda9
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Nov 17, 2021
4012463
deleted unnecessary fit parameters and changed input for backend
ItamarGoldman Nov 17, 2021
3512a29
changes to use only Rx without Ry
ItamarGoldman Nov 21, 2021
8419ab0
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Nov 22, 2021
cada640
Experiment Working Up to tau that is not correct
ItamarGoldman Nov 22, 2021
5f989d0
Update comment Y90 to X90
ItamarGoldman Nov 24, 2021
99fd9d5
Deleted extra space from measurement function in the backend
ItamarGoldman Nov 24, 2021
73f734c
changed the backend as Yael review comments
ItamarGoldman Nov 24, 2021
d53454e
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Nov 24, 2021
5addf45
Merge branch 'T2_Hahn_Echo' of github.com:ItamarGoldman/qiskit-experi…
ItamarGoldman Nov 24, 2021
010face
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Nov 28, 2021
588c6c2
Test are working
ItamarGoldman Nov 29, 2021
d85fdf2
Passed Black and Lint
ItamarGoldman Nov 29, 2021
6f1f04d
Update t2hahn_backend.py
ItamarGoldman Nov 29, 2021
643f7e7
deleted the abs as the projection is a real number
ItamarGoldman Nov 29, 2021
62b8163
Black and pylint
ItamarGoldman Nov 29, 2021
fce7229
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Dec 5, 2021
961a9dd
Added comments
ItamarGoldman Dec 5, 2021
7bd81d1
Added tutorial
ItamarGoldman Dec 5, 2021
d5aea87
Added tutorial and fix bug for echoes
ItamarGoldman Dec 6, 2021
7ddf41d
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Dec 8, 2021
48bc87c
Added Parallel experiment to the test and backend
ItamarGoldman Dec 8, 2021
2b87ab5
Changed that the analysis class will be passed to constructor
ItamarGoldman Dec 8, 2021
3c7627e
Added release notes
ItamarGoldman Dec 8, 2021
a8c48c2
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Dec 12, 2021
25a09c0
Changed the code dor recent changes (added config, removed unit, etc)
ItamarGoldman Dec 12, 2021
c567fb2
Passed black and pylint
ItamarGoldman Dec 12, 2021
ad8be9b
passed pylint and black
ItamarGoldman Dec 12, 2021
d55e950
fixed bug
ItamarGoldman Dec 12, 2021
c20d857
fixed docs
ItamarGoldman Dec 12, 2021
933d98c
Update t2hahn.py
ItamarGoldman Dec 12, 2021
a8028e2
Raising error when delay applied and the qubit isn't in the XY plain …
ItamarGoldman Dec 12, 2021
038be8a
Update test_t2hahn.py
ItamarGoldman Dec 12, 2021
7fb2b6e
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Dec 15, 2021
f74ef7c
edited comment and change 'plain' to 'plane'
ItamarGoldman Dec 15, 2021
b398466
added tests for number of echoes
ItamarGoldman Dec 26, 2021
a90bc26
Fixed Black
ItamarGoldman Dec 27, 2021
6184579
rerun pylint
ItamarGoldman Dec 27, 2021
06cf69c
Added to tutorial both experiments
ItamarGoldman Dec 27, 2021
0730710
updated code + tutorial per instructions
ItamarGoldman Jan 2, 2022
35527b6
fixed a bug for 0 echoes case.
ItamarGoldman Jan 3, 2022
ddef180
fixed issue
ItamarGoldman Jan 9, 2022
54d5ad4
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Jan 9, 2022
907ae9d
In the test excluded quality check for num_echoes=0
ItamarGoldman Jan 9, 2022
a0aa2ac
Changed tutorial text and a bit of code
ItamarGoldman Jan 12, 2022
6e334b8
Added bounds and removed p0 from analysis, finished tutorial
ItamarGoldman Jan 13, 2022
9b34c01
Edited tutorial as reviewed
ItamarGoldman Jan 16, 2022
787801f
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Jan 16, 2022
eba1bff
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Jan 24, 2022
92c6602
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Jan 24, 2022
16c04da
Update t2hahn_characterization.ipynb
ItamarGoldman Jan 24, 2022
8eb4f51
fixed test to be with "self.json_equiv" and fixed lint
ItamarGoldman Jan 24, 2022
377af03
added cosmetic fixes to the tutorial
ItamarGoldman Jan 24, 2022
978c0b3
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman Jan 30, 2022
a48b536
Added text and changed functions
ItamarGoldman Jan 30, 2022
3e9fd41
updated feature text.
ItamarGoldman Jan 30, 2022
968a2f1
black version 22.1.0 pass
ItamarGoldman Jan 30, 2022
29c67e6
fixed angles to be of absolute value and not previous ones.
ItamarGoldman Jan 30, 2022
1597f1e
updated text in the tutorial.
ItamarGoldman Jan 31, 2022
b12831b
changed doc string year to 2022
ItamarGoldman Jan 31, 2022
d95b3f9
updated tutorial text
ItamarGoldman Jan 31, 2022
8fc4849
fixed text
ItamarGoldman Jan 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into T2_Hahn_Echo
ItamarGoldman committed Sep 13, 2021
commit d0f47c46cdee179ad25e9274e31cbaec4704a049

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.