Skip to content

Add chsh example#380

Open
blegat wants to merge 3 commits intomasterfrom
bl/chsh
Open

Add chsh example#380
blegat wants to merge 3 commits intomasterfrom
bl/chsh

Conversation

@blegat
Copy link
Copy Markdown
Member

@blegat blegat commented Jul 16, 2024

@kalmarek I'll wait for KnuthBendix to integrate Monoids before merging this, I'll leave it as a WIP for now.
I needed a workaround with Full for it to work with the KernelBridge, it's not ideal as it is ignoring the MTable. Maybe it would be resolved by something similar to:
JuliaAlgebra/StarAlgebras.jl#55

Needs

Closes #364

@blegat blegat marked this pull request as ready for review April 20, 2026 15:24
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

❌ Patch coverage is 6.84932% with 68 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.32%. Comparing base (e366965) to head (97215d1).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/Bridges/Variable/lagrange.jl 0.00% 51 Missing ⚠️
src/Bridges/Constraint/Constraint.jl 0.00% 7 Missing ⚠️
src/Bridges/Variable/Variable.jl 0.00% 7 Missing ⚠️
src/Bridges/Bridges.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
- Coverage   84.46%   82.32%   -2.15%     
==========================================
  Files          41       42       +1     
  Lines        2511     2585      +74     
==========================================
+ Hits         2121     2128       +7     
- Misses        390      457      +67     

☔ 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.

@@ -0,0 +1,116 @@
import QuantumStuff: trace_monoid, Monoids
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kalmarek Any suggestion to get these with one of your released packages ?

)
end
else
@warn("$mono not in basis")
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should error, weird that it was ignored before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Non-polynomial example

1 participant