Skip to content

Commit

Permalink
fix: Fixed merge commit and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePalazzo committed Jan 30, 2024
1 parent e7eff05 commit ce109d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ def _acquisition(
type=SweeperType.OFFSET,
)

delta_bias_range = np.arange(
-params.bias_width / 2, params.bias_width / 2, params.bias_step
)
if params.flux_qubits is None:
flux_qubits = list(platform.qubits.keys())

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class ResonatorFluxParameters(Parameters):
"""Amplitude step for flux pulses sweep [a.u.]."""

def __post_init__(self):
print(self.__dict__)
has_bias_params = self.bias_width is not None and self.bias_step is not None
has_flux_params = (
self.flux_amplitude_width is not None
Expand Down

0 comments on commit ce109d6

Please sign in to comment.