Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 2, 2024
1 parent 59475c6 commit cb0e28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/test_treetensornetworks/test_solvers/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
Expand Down
3 changes: 2 additions & 1 deletion test/test_treetensornetworks/test_solvers/test_dmrg.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@eval module $(gensym())
using DataGraphs: vertex_data
using Dictionaries: Dictionary
using Graphs: nv, vertices
using ITensors: ITensors
using ITensors.ITensorMPS: MPO, MPS
using ITensorNetworks:
ITensorNetworks, OpSum, TTN, apply, dmrg, inner, mpo, random_mps, siteinds
ITensorNetworks, OpSum, TTN, apply, dmrg, inner, mpo, random_mps, relabel_sites, siteinds
using KrylovKit: eigsolve
using NamedGraphs: named_comb_tree
using Observers: observer
Expand Down

0 comments on commit cb0e28e

Please sign in to comment.