Commit b535e751 authored by Thomas Middelburg's avatar Thomas Middelburg Committed by Edgar Reehuis
Browse files

Revert "normalize weighted acquisitions with respect to acq duration"

parent f34f51e1
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

### Breaking changes
- Qblox backend - `QuantifyCompiler.compile`, `determine_absolute_timing` and `compile_circuit_to_device` restandardized: returned schedule is the transformed schedule; and added `keep_original_schedule` argument (!771)
- Acquisition - `WeightedIntegratedComplex` and `NumericalWeightedIntegratedComplex` now return normalized integrations, similar to `SSBIntegrationComplex` (!801)

### Merged branches and closed issues

+1 −1
Original line number Diff line number Diff line
@@ -1025,7 +1025,7 @@ class _QRMAcquisitionManager:
        """

        protocol_to_function_mapping = {
            "WeightedIntegratedComplex": self._get_integration_amplitude_data,
            "WeightedIntegratedComplex": self._get_integration_data,
            "SSBIntegrationComplex": self._get_integration_amplitude_data,
            "ThresholdedAcquisition": self._get_threshold_data,
            "Trace": self._get_scope_data,