-
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
Xz/luxor tensor plot #44
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 93.16% 92.83% -0.33%
==========================================
Files 13 18 +5
Lines 1097 1270 +173
==========================================
+ Hits 1022 1179 +157
- Misses 75 91 +16 ☔ View full report in Codecov by Sentry. |
Please add some tests. |
Added some dependency for the functions defined in |
It is strange the the CodeCov seems not working correctly, the revised results are not uploaded properly.
|
I made a few updates, please confirm the changes are reasonable. |
Thanks a lot for your help, I think all changes are reasonable and greatly simplified the code. |
Nice, I just made a minor release here: JuliaRegistries/General#112375 |
Add the viz tool
LuxorTensorPlot
as an extension of theOMEinsumContractionOrders
.Two function have been provided,
viz_eins
plots the tensor network, andviz_contraction
generate videos of an contraction order.For more detailed usage, see the revised README.md.