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

Remove pulse and calibration management related code #1511

Merged
merged 28 commits into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dd8f560
Remove code related to pulse-level experiments and pulse calibration
wshanks Dec 27, 2024
63227aa
Remove all usage of PulseBackend from documentation
wshanks Feb 17, 2025
89cd65f
black
wshanks Feb 17, 2025
8da970b
lint
wshanks Feb 17, 2025
7af093a
Remove left-over references to StarkRamsey experiments in docs
wshanks Feb 17, 2025
e4c52f2
Fix visualiztion tutorial (RamseyXY backend)
wshanks Feb 17, 2025
decc2a5
Drop pulse support from MultiStateDiscrimination and some pulse tests
wshanks Feb 17, 2025
9f2d623
Remove pulse calibration support from RB experiments
wshanks Feb 17, 2025
2cb5289
Remove support for serializing and deserializing ScheduleBlock
wshanks Feb 17, 2025
4645e00
Clean up FineZXAmplitude reference to InstructionScheduleMap
wshanks Feb 17, 2025
06bc04c
Remove more references to calibration
wshanks Feb 17, 2025
c7c58bc
Removal calibration support from ParallelExperiment
wshanks Feb 17, 2025
b464630
black
wshanks Feb 17, 2025
0a47dd6
Remove calibration experiment references from restless documentation
wshanks Feb 17, 2025
632c56e
lint
wshanks Feb 17, 2025
12d1da8
Remove more calibration references from docs
wshanks Feb 17, 2025
5c87eb7
Fix missed references to old experiments and missing figure
wshanks Feb 18, 2025
d21b721
Remove left-over code related to pulse calibration support for RB exp…
wshanks Feb 25, 2025
b7c4e29
Deprecate pulse backends and protect their imports of deprecated Qisk…
wshanks Feb 25, 2025
72ffa57
Deprecate the pulse backends and drop qiskit-dynamics from extras
wshanks Feb 26, 2025
844518c
Deprecate FineZXAmplitude
wshanks Feb 26, 2025
ffee01f
Restore still relevant tests that were removed with the calibration t…
wshanks Feb 26, 2025
eaa8018
Switch ZZRamsey tests to use an Aer backend instead of a mock backend
wshanks Feb 27, 2025
0019a2e
Add release notes
wshanks Feb 27, 2025
8c1f647
black
wshanks Feb 27, 2025
8e7b2c2
lint
wshanks Feb 27, 2025
14e078b
Add qiskit-dynamics back to dev dependencies
wshanks Feb 27, 2025
18f5486
Merge remote-tracking branch 'upstream/main' into qiskit2-removals
wshanks Feb 27, 2025
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
6 changes: 0 additions & 6 deletions docs/apidocs/calibration_management.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/apidocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Package Modules
library
data_processing
curve_analysis
calibration_management
database_service
visualization
test
Expand All @@ -28,9 +27,7 @@ Experiment Modules
.. toctree::
:maxdepth: 1

mod_calibration
mod_characterization
mod_driven_freq_tuning
mod_randomized_benchmarking
mod_tomography
mod_quantum_volume
6 changes: 0 additions & 6 deletions docs/apidocs/mod_calibration.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/apidocs/mod_driven_freq_tuning.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"manuals/characterization/t2ramsey": "_images/t2ramsey_4_0.png",
"manuals/characterization/tphi": "_images/tphi_5_1.png",
"manuals/characterization/t2hahn": "_images/t2hahn_5_0.png",
"manuals/characterization/stark_experiment": "_images/stark_experiment_1_0.png",
"**": "_static/images/logo.png",
}

Expand Down
Loading
Loading