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

Implement `ProjectedEntangledPair` ansatz #71

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

This PR closes #8. It implements an initial version of the ProjectedEntangledPair ansatz. There are some things to do yet, like normalized random initialization, contraction or tests. But I would like to merge this now so we have more ansatzs than MPS to test functionalities.

codecov[bot] commented 1 year ago

Codecov Report

Merging #71 (d40c923) into master (ca1f74a) will decrease coverage by 9.81%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
- Coverage   87.91%   78.10%   -9.81%     
==========================================
  Files           9       10       +1     
  Lines         629      708      +79     
==========================================
  Hits          553      553              
- Misses         76      155      +79     
Impacted Files Coverage Δ
src/Quantum/PEP.jl 0.00% <0.00%> (ø)
src/Quantum/Quantum.jl 73.73% <ø> (ø)
src/Tenet.jl 100.00% <ø> (ø)