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

Refactor LRE functions for large circuits #2512

Open
1 task
Tracked by #2223
purva-thakre opened this issue Sep 25, 2024 · 1 comment
Open
1 task
Tracked by #2223

Refactor LRE functions for large circuits #2512

purva-thakre opened this issue Sep 25, 2024 · 1 comment
Labels
lre Layerwise Richardson Extrapolation

Comments

@purva-thakre
Copy link
Contributor

purva-thakre commented Sep 25, 2024

Code coverage for inference functions

  • managed to trigger the following warning when input_degree=5 and fold_multiplier=3 for this unit test.

warnings.warn( # pragma: no cover
"To account for overflow error, required determinant of "
+ "large sample matrix is calculated through "
+ "`np.linalg.slogdet`."

@purva-thakre purva-thakre self-assigned this Sep 25, 2024
@purva-thakre purva-thakre added the lre Layerwise Richardson Extrapolation label Sep 25, 2024
@purva-thakre purva-thakre removed their assignment Sep 25, 2024
@purva-thakre purva-thakre mentioned this issue Sep 27, 2024
8 tasks
@purva-thakre purva-thakre added this to the 0.41.0 milestone Oct 11, 2024
@natestemen
Copy link
Member

@purva-thakre can you add more details about what needs to be done here? Is the issue about adding a test that triggers that warning or refactoring code to make it not needed?

@natestemen natestemen modified the milestones: 0.41.0, 0.42.0 Oct 25, 2024
@purva-thakre purva-thakre removed this from the 0.42.0 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lre Layerwise Richardson Extrapolation
Projects
None yet
Development

No branches or pull requests

2 participants