Skip to content

Commit 12d1da8

Browse files
committed
Remove more calibration references from docs
1 parent 632c56e commit 12d1da8

6 files changed

Lines changed: 2 additions & 14 deletions

File tree

docs/apidocs/mod_driven_freq_tuning.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/tutorials/custom_experiment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Optionally, to allow configuring experiment and execution options, you can overr
4747
.. note::
4848

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

docs/tutorials/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Exploring Modules
2424
.. toctree::
2525
:maxdepth: 1
2626

27-
calibrations
2827
data_processor
2928
curve_analysis
3029
visualization

qiskit_experiments/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
accessed by importing the following modules.
4747
4848
- :mod:`qiskit_experiments.library.characterization`
49-
- :mod:`qiskit_experiments.library.driven_freq_tuning`
5049
- :mod:`qiskit_experiments.library.randomized_benchmarking`
5150
- :mod:`qiskit_experiments.library.tomography`
5251
"""

qiskit_experiments/library/characterization/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
FineSXDrag
4141
LocalReadoutError
4242
CorrelatedReadoutError
43-
ResonatorSpectroscopy
4443
MultiStateDiscrimination
4544
ZZRamsey
4645

qiskit_experiments/library/characterization/fine_amplitude.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ class FineAmplitude(BaseExperiment, RestlessMixin):
100100
# section: reference
101101
.. ref_arxiv:: 1 1504.06597
102102
103-
# section: manual
104-
:ref:`fine-amplitude-cal`
105-
106103
"""
107104

108105
@classmethod

0 commit comments

Comments
 (0)