Skip to content

Commit

Permalink
Remove more calibration references from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Feb 17, 2025
1 parent 632c56e commit 12d1da8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions docs/apidocs/mod_driven_freq_tuning.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/tutorials/custom_experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Optionally, to allow configuring experiment and execution options, you can overr
.. note::

Qiskit Experiments supports experiments on non-qubit components defined as subclasses of
:class:`.DeviceComponent`, such as the :class:`.Resonator` in the :class:`.ResonatorSpectroscopy`
experiment. If you would like to work on these components in your experiment, you should override
:class:`.DeviceComponent`, such as the :class:`.Resonator`.
If you would like to work on these components in your experiment, you should override
``_metadata()`` to populate ``device_components`` with these components. Here is
an example for an experiment that takes in :class:`.Resonator` components:

Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Exploring Modules
.. toctree::
:maxdepth: 1

calibrations
data_processor
curve_analysis
visualization
Expand Down
1 change: 0 additions & 1 deletion qiskit_experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
accessed by importing the following modules.
- :mod:`qiskit_experiments.library.characterization`
- :mod:`qiskit_experiments.library.driven_freq_tuning`
- :mod:`qiskit_experiments.library.randomized_benchmarking`
- :mod:`qiskit_experiments.library.tomography`
"""
Expand Down
1 change: 0 additions & 1 deletion qiskit_experiments/library/characterization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
FineSXDrag
LocalReadoutError
CorrelatedReadoutError
ResonatorSpectroscopy
MultiStateDiscrimination
ZZRamsey
Expand Down
3 changes: 0 additions & 3 deletions qiskit_experiments/library/characterization/fine_amplitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ class FineAmplitude(BaseExperiment, RestlessMixin):
# section: reference
.. ref_arxiv:: 1 1504.06597
# section: manual
:ref:`fine-amplitude-cal`
"""

@classmethod
Expand Down

0 comments on commit 12d1da8

Please sign in to comment.