Skip to content

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Jan 30, 2025

Summary

  • Removed support for the simulator option noise_model. This option will still work in local mode. We no longer need the from_dict() method ported over from Qiskit Aer. FWIW we originally ported from_dict() after it was removed from Aer in 0.15.0 but it was just added back to Aer here in 0.16.0 but may be removed again.

  • Removed deprecated NoiseLearnerResult properties generators and rates.

  • Removed deprecated util function get_runtime_api_base_url("").

Details and comments

Fixes #

@kt474 kt474 requested a review from ptristan3 February 5, 2025 19:12
@kt474 kt474 added the Changelog: Removal Include in the Removed section of the changelog label Feb 14, 2025
@kt474 kt474 merged commit a4061e3 into Qiskit:main Feb 14, 2025
17 checks passed
@kt474 kt474 deleted the handle-old-deprecations branch February 14, 2025 15:59
@@ -86,6 +87,10 @@

SERVICE_MAX_SUPPORTED_QPY_VERSION = 13

_AER_VERSION = tuple(
int(x) for x in re.match(r"\d+\.\d+\.\d", _aer_version_string).group(0).split(".")[:3]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caused a regression: #2142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Removal Include in the Removed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants