Skip to content

Commit

Permalink
Remove Quantum TN code
Browse files Browse the repository at this point in the history
Moved to new repository [`Qrochet`](https://github.com/bsc-quantic/Qrochet.jl).
  • Loading branch information
mofeing committed Nov 3, 2023
1 parent 135b5ea commit 6057944
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 3,154 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Quac = "b9105292-1415-45cf-bff1-d6ccf71e6143"

[extensions]
TenetChainRulesCoreExt = "ChainRulesCore"
TenetChainRulesTestUtilsExt = ["ChainRulesCore", "ChainRulesTestUtils"]
TenetFiniteDifferencesExt = "FiniteDifferences"
TenetMakieExt = "Makie"
TenetQuacExt = "Quac"

[compat]
ChainRulesCore = "1.0"
Expand All @@ -42,6 +40,5 @@ Graphs = "1.7"
Makie = "0.18, 0.19"
Muscle = "0.1"
OMEinsum = "0.7"
Quac = "0.2"
ValSplit = "0.1"
julia = "1.9"
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ A video of its presentation at JuliaCon 2023 can be seen here:
- [x] Tensor Network slicing/cuttings
- [x] Automatic Differentiation of TN contraction
- [ ] Distributed contraction
- [ ] Quantum Tensor Networks
- [x] Matrix Product States (MPS)
- [x] Matrix Product Operators (MPO)
- [ ] Tree Tensor Networks (TTN)
- [x] Projected Entangled Pair States (PEPS)
- [ ] Multiscale Entanglement Renormalization Ansatz (MERA)
- [ ] Numerical Tensor Network algorithms
- [ ] Tensor Renormalization Group (TRG)
- [ ] Density Matrix Renormalization Group (DMRG)
- [x] Local Tensor Network transformations
- [x] Hyperindex converter
- [x] Rank simplification
Expand All @@ -39,4 +30,3 @@ A video of its presentation at JuliaCon 2023 can be seen here:
- [x] Column reduction
- [x] Split simplification
- [x] 2D & 3D visualization of large networks, powered by [`Makie`](https://github.com/MakieOrg/Makie.jl)
- [x] Translation from quantum circuits, powered by [`Quac`](https://github.com/bsc-quantic/Quac.jl)
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
EinExprs = "b1794770-133b-4de1-afb4-526377e9f4c5"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
QuacIO = "0dfb065c-ad45-4a42-9a50-cb82c165eb0b"
Tenet = "85d41934-b9cd-44e1-8730-56d86f15f3ec"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

Expand Down
19 changes: 4 additions & 15 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,10 @@ makedocs(
pages = Any[
"Home"=>"index.md",
"Tensors"=>"tensors.md",
"Tensor Networks"=>[
"Introduction" => "tensor-network.md",
"Contraction" => "contraction.md",
"Transformations" => "transformations.md",
"Visualization" => "visualization.md",
],
"Quantum Tensor Networks"=>[
"Introduction" => "quantum/index.md",
"Matrix Product States (MPS)" => "quantum/mps.md",
"Projected Entangled Pair States (PEPS)" => "quantum/peps.md",
],
"Examples"=>[
"Google's Quantum Advantage experiment" => "examples/google-rqc.md",
"Automatic Differentiation on Tensor Network contraction" => "examples/ad-tn.md",
],
"Tensor Networks"=>"tensor-network.md",
"Contraction"=>"contraction.md",
"Transformations"=>"transformations.md",
"Visualization"=>"visualization.md",
"Alternatives"=>"alternatives.md",
"References"=>"references.md",
],
Expand Down
69 changes: 0 additions & 69 deletions docs/src/examples/ad-tn.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/src/examples/google-rqc.md

This file was deleted.

Loading

0 comments on commit 6057944

Please sign in to comment.