Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended support for different V2 transpilers from different backends. #879

Conversation

OkuyanBoga
Copy link
Collaborator

Summary

Extended support for different V2 transpilers from different Aer backends.
Closes #872.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12297389817

Details

  • 0 of 6 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.08%) to 90.633%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit_machine_learning/neural_networks/estimator_qnn.py 0 3 0.0%
qiskit_machine_learning/neural_networks/sampler_qnn.py 0 3 0.0%
Totals Coverage Status
Change from base Build 12232563922: -0.08%
Covered Lines: 4364
Relevant Lines: 4815

💛 - Coveralls

@OkuyanBoga OkuyanBoga added priority: high type: enhancement ✨ Features or aspects to improve labels Dec 12, 2024
@OkuyanBoga OkuyanBoga added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Dec 16, 2024
@OkuyanBoga OkuyanBoga merged commit e1859dd into qiskit-community:main Dec 16, 2024
16 checks passed
@OkuyanBoga OkuyanBoga deleted the feature-support-for-different-v2-primitives branch December 16, 2024 16:07
mergify bot pushed a commit that referenced this pull request Dec 16, 2024
OkuyanBoga added a commit that referenced this pull request Dec 19, 2024
…. (backport #879) (#882)

* Added checks for different transpiler types (#879)

(cherry picked from commit e1859dd)

* Update constraints.txt

---------

Co-authored-by: M. Emre Sahin <[email protected]>
Co-authored-by: Edoardo Altamura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high stable backport potential The bug might be minimal and/or import enough to be port to stable type: enhancement ✨ Features or aspects to improve
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pass_manager param in EstimatorQNN generates error for V2 estimator on statevector simulator
3 participants