Skip to content

Commit e5eee23

Browse files
authored
[DOCS] Warning in ITensors.compile() docs about ITensors v0.7 (#1606)
* [DOCS] Warning in `ITensors.compile()` docs about ITensors v0.7 * [ITensors] Bump to v0.7.9
1 parent f55dbc4 commit e5eee23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensors"
22
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.7.8"
4+
version = "0.7.9"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

src/packagecompile/compile.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@ This will take some time, perhaps a few minutes.
5050
This will create a system image containing the compiled version of ITensors
5151
located at `dir/filename`, by default `$(default_compile_path())`.
5252
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+
5359
$(compile_note())
5460
""" compile

0 commit comments

Comments
 (0)