Skip to content

Additions needed for sweeping algorithms on trees #18

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

Merged
merged 20 commits into from
Jan 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c81a211
Sweeping algorithms for tree tensor networks: draft
Oct 31, 2022
b3ca106
Switch off numerical truncation by default in OpSum->TTNO converter
leburgel Nov 1, 2022
b389589
Merge branch 'indsnetwork_additions' into tree_sweeping
leburgel Nov 3, 2022
e00c345
Remove functionalities that were merged into NamedGraphs.jl
leburgel Nov 3, 2022
74dc679
Merge branch 'indsnetwork_additions' into tree_sweeping
leburgel Nov 3, 2022
f883124
Merge remote-tracking branch 'origin' into tree_sweeping
leburgel Nov 4, 2022
0eb9ef9
Remove temporary `expect` in favor or `expect.jl` merged from main
leburgel Nov 4, 2022
d337f7c
Use `convert_eltype` instead of `convert_leaf_eltype` where appropria…
leburgel Nov 28, 2022
77be11c
Change `linkdims` to return `NamedDimDataGraph`
leburgel Nov 28, 2022
d6b9633
Update
leburgel Dec 12, 2022
26ec817
Merge branch 'main' into tree_sweeping
leburgel Dec 12, 2022
40a9975
Move implementation to `loginner`, make `logdot` the alias.
leburgel Dec 21, 2022
a04d3cf
No more mutables; remove many in-place operations.
leburgel Dec 22, 2022
152db53
Remove in-place operations.
leburgel Jan 9, 2023
d490aed
Merge remote-tracking branch 'origin' into tree_sweeping
leburgel Jan 9, 2023
e9f0c7a
Remove unnecessary comment.
leburgel Jan 9, 2023
914b711
Merge branch 'main' into tree_sweeping
mtfishman Jan 9, 2023
6cb3e36
Fix imports.jl
mtfishman Jan 9, 2023
591cd3c
Update directory name from treetensornetwork to treetensornetworks
mtfishman Jan 9, 2023
105cec6
Fix some warnings
mtfishman Jan 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix imports.jl
  • Loading branch information
mtfishman committed Jan 9, 2023
commit 6cb3e36b6771f02df117608adb14f3c56650f507
2 changes: 1 addition & 1 deletion src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Graphs: SimpleGraph, is_directed, weights

import KrylovKit: eigsolve, linsolve

import LinearAlgebra: factorize, normalize, normalize!, qr, svd,
import LinearAlgebra: factorize, normalize, normalize!, qr, svd

import ITensors:
# contraction
Expand Down