You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get the ITensorGLMakie backend to work in various situations but to no avail.
Minimal runnable code
using ITensors
using ITensorGLMakie
i =Index(2, "index_i")
j =Index(10, "index_j")
k =Index(40, "index_k")
l =Index(40, "index_l")
m =Index(40, "index_m")
A =randomITensor(i, j, l)
B =randomITensor(i, j, l, m)
C =randomITensor(k, m)
ABC =@visualize A * B * C
observed behavior
I would expect a window to appear with the visualization. The visualization works when using ITensorUnicodePlots instead.
julia>versioninfo()
Julia Version 1.9.3
Commit bed2cd540a (2023-08-2414:43 UTC)
Build Info:
Note: This is an unofficial build, please report bugs to the project
responsible for this build and not to the Julia project unless you can
reproduce the issue using official builds available at https://julialang.org/downloads
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU:16×11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, tigerlake)
Threads:1 on 16 virtual cores
Output from using Pkg; Pkg.status("ITensors"):
julia>using Pkg; Pkg.status("ITensors")
Status `~/Documents/maitrise/julia_tests/test_env/Project.toml`
[9136182c] ITensors v0.3.46
The text was updated successfully, but these errors were encountered:
Description of bug
I tried to get the ITensorGLMakie backend to work in various situations but to no avail.
Minimal runnable code
observed behavior
I would expect a window to appear with the visualization. The visualization works when using ITensorUnicodePlots instead.
Output of minimal runnable code
Version information
versioninfo()
:using Pkg; Pkg.status("ITensors")
:The text was updated successfully, but these errors were encountered: