Skip to content

Commit

Permalink
Expose HalfAngleCal (#1091)
Browse files Browse the repository at this point in the history
### Summary

The Half Angle Calibration experiment was not exposed. This PR adds the
necessary imports to correct this.
  • Loading branch information
TsafrirA authored Mar 19, 2023
1 parent 9e0bed4 commit ab4e90f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_experiments/library/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class instance to manage parameters and pulse schedules.
~calibration.FineAmplitudeCal
~calibration.FineXAmplitudeCal
~calibration.FineSXAmplitudeCal
~calibration.HalfAngleCal
~calibration.RoughAmplitudeCal
~calibration.RoughXSXAmplitudeCal
~calibration.EFRoughXSXAmplitudeCal
Expand All @@ -150,6 +151,7 @@ class instance to manage parameters and pulse schedules.
RoughFrequencyCal,
FrequencyCal,
FineFrequencyCal,
HalfAngleCal,
)
from .characterization import (
T1,
Expand Down
2 changes: 2 additions & 0 deletions qiskit_experiments/library/calibration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
FineAmplitudeCal
FineXAmplitudeCal
FineSXAmplitudeCal
HalfAngleCal
RoughAmplitudeCal
RoughXSXAmplitudeCal
EFRoughXSXAmplitudeCal
Expand All @@ -66,3 +67,4 @@
from .fine_drag_cal import FineDragCal, FineXDragCal, FineSXDragCal
from .frequency_cal import FrequencyCal
from .fine_frequency_cal import FineFrequencyCal
from .half_angle_cal import HalfAngleCal

0 comments on commit ab4e90f

Please sign in to comment.