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
Copy file name to clipboardExpand all lines: docs/src/AdvancedUsageGuide.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -816,8 +816,21 @@ julia> @time svd(A, i');
816
816
ITensors provides the command `ITensors.compile()` to create what is
817
817
called a "custom system image", a custom version of Julia that
818
818
includes a compiled version of ITensors (see the [PackageCompiler documentation](https://julialang.github.io/PackageCompiler.jl/dev/) for more details).
819
-
Just run the command:
819
+
820
+
!!! compat "ITensors 0.7"
821
+
As of ITensors 0.7, you must now install and load both the
0 commit comments