-
Notifications
You must be signed in to change notification settings - Fork 3
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
boundary_partitionedges
#51
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #51 +/- ##
==========================================
+ Coverage 78.68% 78.92% +0.23%
==========================================
Files 31 31
Lines 1187 1191 +4
==========================================
+ Hits 934 940 +6
+ Misses 253 251 -2 ☔ View full report in Codecov by Sentry. |
Could you add a test for |
Sure I just added that. |
Thanks! |
Can we move to a new version of NamedGraphs following this PR? Just so the tests for the ITensorNetworks PR: ITensor/ITensorNetworks.jl#139 pass |
Thanks for the reminder, registering it now. |
New function
boundary_partitionedges(pg::PartitionedGraph, partitionvertices::Vector{<:PartitionVertex})
which returns all thepartitionedges
(inPartitionEdge
format) incoming to the region specified bypartitionvertices
. Tests are also added.