Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

correlated RB fitter #434

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b0d5fa2
replace pickle files by json files
dekelmeirom Apr 28, 2020
de2da65
reorder compare functions
dekelmeirom Apr 28, 2020
cce3348
fix linter errors
dekelmeirom Apr 28, 2020
9c046e0
expected results also saved as json
dekelmeirom May 12, 2020
63d01dc
fix fitter and interleaved fitter generations
dekelmeirom May 19, 2020
0cd4b96
Merge remote-tracking branch 'upstream/master'
dekelmeirom Jun 2, 2020
25efa73
generate rb data for fitter tests
dekelmeirom Jun 9, 2020
aa23555
linter errors fix
dekelmeirom Jun 14, 2020
f6c64bc
add qv test data generation
dekelmeirom Jun 16, 2020
f2b4452
Update generate_data.py
dekelmeirom Jun 16, 2020
25c5360
add one measurement calibration data generation
dekelmeirom Jun 16, 2020
853a017
add tensored calibration data generation
dekelmeirom Jun 21, 2020
638d458
init of correlated RB fitter code
dekelmeirom Jun 21, 2020
f719d10
fix some lint errors
dekelmeirom Jun 21, 2020
fc7da33
add corr_rb example
dekelmeirom Jun 23, 2020
4cb1241
add tensored meas calibration data generation
dekelmeirom Jun 23, 2020
1f207d5
fix linter error
dekelmeirom Jun 23, 2020
47482d6
Merge branch 'master' into correlated-rb-fitter
dekelmeirom Aug 10, 2020
2bdcc7d
add correlated rb test
dekelmeirom Aug 13, 2020
c26665f
Merge remote-tracking branch 'upstream/master' into correlated-rb-fitter
dekelmeirom Aug 13, 2020
cc4baf2
fix lint error
dekelmeirom Aug 13, 2020
56cdda3
update the corr rb example
dekelmeirom Aug 13, 2020
e5722dd
change corr rb test error
dekelmeirom Aug 17, 2020
de28546
fix lint errors
dekelmeirom Aug 17, 2020
5feb67c
fix documentation and lint errors
dekelmeirom Aug 19, 2020
a2caa41
lint error fix
dekelmeirom Aug 19, 2020
9684896
fix small bug
dekelmeirom Aug 19, 2020
1834f2d
remove unnecessary loop
dekelmeirom Aug 19, 2020
635ce3d
fix correlated fitter in non-trivial subsystems
dekelmeirom Aug 19, 2020
208ab06
add non trivial pattern test for corr rb fitter
dekelmeirom Aug 20, 2020
1965bba
corr rb - fix simulation example and test
dekelmeirom Sep 6, 2020
8b18dd2
fix lint error
dekelmeirom Sep 6, 2020
0aabdd8
change corr rb example
dekelmeirom Sep 8, 2020
c7481f2
fix bug at ordering of the qubits in corrRB
dekelmeirom Oct 11, 2020
3d59901
update the tests according to the bug fix
dekelmeirom Oct 11, 2020
2d4c8ba
lower the noise in the corrRB test to better fit
dekelmeirom Oct 11, 2020
a475e11
fix lint errors
dekelmeirom Oct 11, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .circuits import randomized_benchmarking_seq
from .dihedral import (CNOTDihedral, decompose_cnotdihedral, random_cnotdihedral)
from .fitters import (RBFitter, InterleavedRBFitter, PurityRBFitter,
CNOTDihedralRBFitter)
CNOTDihedralRBFitter, CorrelatedRBFitter)
from .rb_utils import (count_gates, gates_per_clifford,
coherence_limit, twoQ_clifford_error,
calculate_1q_epg, calculate_2q_epg, calculate_1q_epc, calculate_2q_epc)
Expand Down

Large diffs are not rendered by default.

Loading