Skip to content

Commit

Permalink
Use SVD algorithm qr_iteration in MPO evolution test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Dec 17, 2020
1 parent 0082887 commit 8653523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,8 @@ end

s0 = siteinds(M0)

M = apply(gates, M0; apply_dag = true, cutoff = 1e-15, maxdim = 500)
M = apply(gates, M0; apply_dag = true, cutoff = 1e-15,
maxdim = 500, svd_alg = "qr_iteration")

s = siteinds(M)
for n in 1:N
Expand Down

2 comments on commit 8653523

@mtfishman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/26588

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.31 -m "<description of version>" 8653523b5419cdeb78a312e03cab503801ad4b50
git push origin v0.1.31

Please sign in to comment.