⬆️ Update QDMI to latest version from stable v1.2.x branch (backport #1593)#1594
Closed
mergify[bot] wants to merge 2 commits intov3.xfrom
Closed
⬆️ Update QDMI to latest version from stable v1.2.x branch (backport #1593)#1594mergify[bot] wants to merge 2 commits intov3.xfrom
v1.2.x branch (backport #1593)#1594mergify[bot] wants to merge 2 commits intov3.xfrom
Conversation
## Description This PR updates QDMI to the latest version from the stable 1.2.x branch, which should be fairly close to the actual 1.2.2 release. The biggest change here is that device now no longer need to directly link against `qdmi::qdmi`, but are rather self-contained. ## Checklist <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are focused and relevant to this change. - [x] I have added appropriate tests that cover the new/changed functionality. - [x] I have updated the documentation to reflect these changes. - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] I have added migration instructions to the upgrade guide (if needed). - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. **If PR contains AI-assisted content:** - [x] I have disclosed the use of AI tools in the PR description as per our [AI Usage Guidelines](https://github.com/munich-quantum-toolkit/core/blob/main/docs/ai_usage.md). - [x] AI-assisted commits include an `Assisted-by: [Model Name] via [Tool Name]` footer. - [x] I confirm that I have personally reviewed and understood all AI-generated content, and accept full responsibility for it. --------- Signed-off-by: burgholzer <burgholzer@me.com> (cherry picked from commit bd9f9cb) # Conflicts: # CHANGELOG.md # include/mqt-core/qdmi/common/Common.hpp # test/qdmi/devices/dd/concurrency_test.cpp # test/qdmi/devices/dd/device_properties_test.cpp # test/qdmi/devices/dd/device_status_test.cpp # test/qdmi/devices/dd/helpers/test_utils.cpp # test/qdmi/devices/dd/job_parameters_test.cpp # test/qdmi/devices/dd/results_probabilities_test.cpp # test/qdmi/devices/dd/results_sampling_test.cpp # test/qdmi/devices/dd/results_statevector_test.cpp
Author
|
Cherry-pick of bd9f9cb has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Member
|
@Mergifyio rebase |
Author
☑️ Nothing to do, the required conditions are not metDetails
|
Member
|
@Mergifyio update |
Author
☑️ Nothing to do, the required conditions are not metDetails
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates QDMI to the latest version from the stable 1.2.x branch, which should be fairly close to the actual 1.2.2 release.
The biggest change here is that device now no longer need to directly link against
qdmi::qdmi, but are rather self-contained.Checklist
If PR contains AI-assisted content:
Assisted-by: [Model Name] via [Tool Name]footer.(cherry picked from commit bd9f9cb)