bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Document `Transformations` #73

Closed jofrevalles closed 11 months ago

jofrevalles commented 12 months ago

Summary

This PR aims to enhance the documentation for the transformations.jl module, providing more detailed descriptions of each available transformation and including a visual example to demonstrate the impact of the transformations on a tensor network.

codecov[bot] commented 12 months ago

Codecov Report

Merging #73 (0eba627) into master (6f21d05) will decrease coverage by 0.32%. Report is 17 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   78.13%   77.82%   -0.32%     
==========================================
  Files          10        9       -1     
  Lines         709      699      -10     
==========================================
- Hits          554      544      -10     
  Misses        155      155              
Files Changed Coverage Δ
src/Transformations.jl 97.46% <ø> (ø)

... and 4 files with indirect coverage changes

jofrevalles commented 11 months ago

@mofeing thanks for the comments, now the docs work as expected

mofeing commented 11 months ago

I prefer multiple smaller examples and leave the RQC for the examples, but it's good enough right now. I will change it in the future.