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

Implement a CompactState class to allow for abstract inputs in resource operations. #7126

Open
wants to merge 818 commits into
base: master
Choose a base branch
from

Conversation

Jaybsoni
Copy link
Contributor

@Jaybsoni Jaybsoni commented Mar 20, 2025

Context:
In most cases, we would like to perform resource estimation in a regime where the systems size is too large to simulate. In these situations, it's also the case that the inputs to the algorithms are too big (or too difficult) to generate classically. We can still estimate resources if we have some "meta" information about the inputs .

This class will allow us to just provide the meta information and work "out of the box" with existing resource operations.

Description of the Change:

  • Added CompactState
  • Added ResourceMPSPrep

@Jaybsoni Jaybsoni changed the base branch from master to resource_shors March 20, 2025 13:36
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.62%. Comparing base (eda31c9) to head (18aa8c9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7126   +/-   ##
=======================================
  Coverage   99.62%   99.62%           
=======================================
  Files         509      509           
  Lines       49602    49602           
=======================================
  Hits        49417    49417           
  Misses        185      185           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from resource_shors to master March 25, 2025 13:58
@Jaybsoni
Copy link
Contributor Author

[sc-86983]

@Jaybsoni Jaybsoni requested a review from soranjh March 28, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants