File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " ITensorGaussianMPS"
22uuid = " 2be41995-7c9f-4653-b682-bfa4e7cebb93"
33authors = [" Matthew Fishman <mfishman@flatironinstitute.org> and contributors" ]
4- version = " 0.1.10 "
4+ version = " 0.1.11 "
55
66[deps ]
77Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
Original file line number Diff line number Diff line change 3131 AU = A * U
3232 B = GMPS. make_subspace_real_if_possible (AU)
3333 # verify that same subspace is spanned by real eigenvectors B as original eigenvectors A or AU
34- @test norm (((B * B' * A) .- A)) <= eps (Float64) * 10
35- @test norm (((B * B' * AU) .- AU)) <= eps (Float64) * 10
34+ @test norm (((B * B' * A) .- A)) <= eps (Float64) * 10 ^ 2
35+ @test norm (((B * B' * AU) .- AU)) <= eps (Float64) * 10 ^ 2
3636end
You can’t perform that action at this time.
0 commit comments