Skip to content

Commit 318cc1e

Browse files
Copilotfgfuchs
andauthored
Refactor to installable MVC/MIS package with unified solver API (#2)
* Add installable src package with MVC/MIS solver API Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Fix review feedback and harden quantum/classical API details Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Add QEG-LDF algorithm and API wiring Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Refine QEG-LDF validation and deterministic relabeling Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Refactor solver internals for cleaner maintainable structure Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Remove duplicate MVC notebook copy files Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Remove legacy MVC folder and update README scope Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Simplify API surface and add notebook example Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> * Simplify package and add notebook-first usage example Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fgfuchs <2428162+fgfuchs@users.noreply.github.com>
1 parent 9da2ee7 commit 318cc1e

21 files changed

Lines changed: 786 additions & 4016 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.egg-info/
4+
.pytest_cache/

MVC/QGMVC.py

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)