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
Some functions are not exported correctly from main/src/function_to_mps.jl. While function_to_mps, mps_to_discrete_function, and mpo_to_mat are working well, I get the following error for mat_to_mpo:
UndefVarError: mat_to_mpo not defined
The text was updated successfully, but these errors were encountered:
Using:
using ITensors
using ITensorMPS
using ITensorQTT
and locally installed Julia packages:
IJulia v1.25.0
ITensorMPS v0.2.4
ITensorQTT v0.0.1 https://github.com/ITensor/ITensorQTT.jl.git#main
ITensorTDVP v0.4.7
ITensors v0.6.16
Some functions are not exported correctly from
main/src/function_to_mps.jl
. Whilefunction_to_mps
,mps_to_discrete_function
, andmpo_to_mat
are working well, I get the following error format_to_mpo
:UndefVarError:
mat_to_mpo
not definedThe text was updated successfully, but these errors were encountered: