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 f55dbc4 commit aeae430Copy full SHA for aeae430
src/packagecompile/compile.jl
@@ -50,5 +50,11 @@ This will take some time, perhaps a few minutes.
50
This will create a system image containing the compiled version of ITensors
51
located at `dir/filename`, by default `$(default_compile_path())`.
52
53
+!!! compat "ITensors 0.7"
54
+ As of ITensors 0.7, you must now install and load the
55
+ [ITensorMPS.jl](https://github.com/ITensor/ITensorMPS.jl) package
56
+ in order to use `ITensors.compile()`, since it relies on running MPS/MPO
57
+ functionality as example code for Julia to compile.
58
+
59
$(compile_note())
60
""" compile
0 commit comments