Skip to content

Feature/knapsack quantum tree generator#154

Draft
niklaskerkhoff wants to merge 14 commits into
developfrom
feature/knapsack_quantum_tree_generator
Draft

Feature/knapsack quantum tree generator#154
niklaskerkhoff wants to merge 14 commits into
developfrom
feature/knapsack_quantum_tree_generator

Conversation

@niklaskerkhoff

Copy link
Copy Markdown
Collaborator
  1. Integrate the knapsack quantum tree generator solver. It returns OpenQASM 2.0 and uses circuit processing for execution.
  2. Enriched ExecutionResult with functionality to retrieve information of interest of the plain solver-output
  3. Make circuit processing steps return Result-Interface instead of String. Offers Visitor-Pattern to handle different types of Result-Implementations. Currently available implementations are ExecutionResult and StringResult. Tests of circuit processing now fail and will be adjusted.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@koalamitice koalamitice linked an issue Jun 19, 2026 that may be closed by this pull request
@koalamitice koalamitice added the type: enhancement New feature or request label Jun 19, 2026
@Elscrux Elscrux force-pushed the develop branch 5 times, most recently from 913cdeb to 918cd23 Compare June 26, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quantum Tree Generator Solver

3 participants