bringing dani_multilayer up to speed#158
Merged
eliewolfe merged 44 commits intodani_multilayerfrom Jan 20, 2025
Merged
Conversation
This test is not necessary given L178 and L185
…ing outcome relabelling.
…en applying outcome relabelling." This reverts commit 9dbcc06.
… by making it a dynamic property instead of keeping it in InflationProblem's __init__
…nflationSDP may have used a too-large generating set given intermediate latents or other noncommutation relations between distict parties. Fixes major bug that InflationLP completely ignored the noncommutation matrix, and consequently imposed nonnegativity of certain nonphysical events given nonclassical sources and intermediate latents!
Merge pull request #119 from ecboghiu/test-workflow
…gle algorithm to enumerate all as well as maximal cliques. This should significantly speed up the first step of InflationLP (especially when there are nonclassical sources in play), as well as InflationSDP when using a `physical` generating set of monomials.
This is a generic function and should go in a generic file
This function is not used since v2.0.0
It seems like we do not need it any more
The decision was made based on the fact that this was the only version that would not crash the corresponding test in my laptop
Code comments removed, file requirements.txt removed (we do not use it)
…lity after new compatability-template implementation, and one docstring correction
Added license file as GitHub secret.
Update python-unittest-ci.yml
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.
Prior to full, sdp_utils is still trying to use dense method on newer sparse arrays.