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 8ece8a2 commit 55f8564Copy full SHA for 55f8564
test/base/test_sitetype.jl
@@ -322,7 +322,8 @@ end
322
end
323
324
@testset "siteind defined by siteind overload" begin
325
- ITensors.siteind(::SiteType"Test2") = Index(4, "Test2")
+ # TODO: Make `ITensors.siteind` accessible? Or delete this test?
326
+ ITensors.SiteTypes.siteind(::SiteType"Test2") = Index(4, "Test2")
327
s = siteind("Test2", 3)
328
@test dim(s) == 4
329
@test hastags(s, "Test2,n=3")
0 commit comments