♻️ Delegate exact circuit execution to MQT Core - #978
Draft
simon1hofmann wants to merge 3 commits into
Draft
Conversation
10 tasks
12 tasks
Contributor
Cpp-Linter Report
|
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.
🤖 AI text below 🤖
Description
Consolidate duplicated DD circuit execution as part of
munich-quantum-toolkit/core#2103:
CircuitSimulatorpath to MQT Core's sharedexecution kernel;
simulators;
repeated and failed simulations; and
mqt.ddsim.sampleandmqt.ddsim.simulate_statevectoras the new homeof MQT Core's former high-level helpers.
The deterministic-noise simulator now also releases replaced density roots
between runs. Documentation, migration guidance, and regression tests cover
static and dynamic circuits, repeated measurements and jobs, RNG continuation,
specialized simulator hooks, failure recovery, and the Python helpers.
Part of munich-quantum-toolkit/core#2103
Dependencies and merge order
This PR is stacked on #977 and therefore targets
codex/core-v4-circuit-optimizer. It also depends onmunich-quantum-toolkit/core#2273, which introduces the result-bearing
dd::sampleAPI.The Core version requirement and lock file intentionally remain unchanged while
Core v4 is unreleased. Keep this PR as a draft until Core v4 is available, #977
is resolved, the dependency metadata is updated, and the complete test suite
passes against the released dependency.
Validation
uvx nox -s lintgit diff --checkThe complete default suite and CI require the future Core v4 dependency pin.
AI assistance
Codex materially assisted with implementation, validation, review, and this pull
request description. A human must review and understand the changes before
marking this pull request ready.
Checklist
If PR contains AI-assisted content:
🤖 *AI text below* 🤖(titles are exempt).