We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c6523 commit f9d406aCopy full SHA for f9d406a
test/test_tensortrain.jl
@@ -3,8 +3,7 @@ using Random
3
using Zygote
4
using Optim
5
6
-@testset "tensor train" begin
7
- g(v) = 1 / (sum(v .^ 2) + 1im)
+@testset "tensor train" for g in [v -> exp(exp(1im * sum(v))), v -> 1 / (sum(v .^ 2) + 1im)]
8
localdims = (6, 6, 6, 6)
9
tolerance = 1e-8
10
allindices = CartesianIndices(localdims)
0 commit comments