Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
62b4127
QST-RGD
Oct 11, 2024
17865df
Run_example
Oct 11, 2024
49b7933
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 11, 2024
a9a6363
Update src/qibo/tomography_RGD/Run_Tomo.py
HuberyMing Oct 17, 2024
081042e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 17, 2024
0f14ae1
Update src/qibo/tomography_RGD/Run_Tomo.py
HuberyMing Oct 17, 2024
28f3a09
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 17, 2024
94021c9
Update src/qibo/tomography_RGD/qibo_states.py
HuberyMing Oct 17, 2024
6d17de1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 17, 2024
15ef29d
update random_density_matrix usage
Oct 17, 2024
0678d2f
Update src/qibo/tomography_RGD/BasicTools.py
HuberyMing Oct 17, 2024
48d4d7e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 17, 2024
e13a3ea
update Generate_All_labels fun
Oct 17, 2024
4bdbe20
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 17, 2024
1db5284
shot measure to Pauli coef
Nov 13, 2024
32ecb68
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 13, 2024
e736115
ghz_state usage
Nov 13, 2024
b13ea1f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 13, 2024
09c3ed6
methodsRGD New
Feb 14, 2025
1f65a36
simplify projectors and measurements
Apr 21, 2025
15aefa0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2025
c04f0ad
remove old file
Apr 21, 2025
339c43d
add jupyter notebook
Jun 20, 2025
10d79cc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 20, 2025
352e790
2025 update
HuberyMing Feb 6, 2026
2d1df11
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 6, 2026
d3cd82a
remodel RGD_opt file
HuberyMing Mar 18, 2026
aff6cba
Fix: manual formatting to match pre-commit
HuberyMing Mar 18, 2026
699f78a
Fix numpy backend usage
HuberyMing Apr 14, 2026
276ff37
add necessary conftest.py
HuberyMing Apr 15, 2026
1fda9d6
Merge remote-tracking branch 'upstream/master' into QST
HuberyMing Apr 17, 2026
16e9f2f
Add quantum state tomography via Riemannian gradient descent
HuberyMing Apr 20, 2026
4549690
Romove development-only conftest from tracking
HuberyMing Apr 20, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
__pycache__/
*.py[cod]
*$py.class
src/qibo/tomography_RGD/testData/

# C extensions
*.so
Expand Down
1 change: 1 addition & 0 deletions src/qibo/tomography/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from qibo.tomography.gate_set_tomography import *
from qibo.tomography.state_tomography import PauliMap, RGDOptimizer
Loading