Installing Julia and ITensorsOpenSystems.jl
Installing Julia
To start using ITensorsOpenSystems.jl you'll need Julia >= 1.9 installed. To do this visit https://julialang.org/downloads/ and follow the instructions for your operating system. You may also use your operating system's package manager.
Installing ITensorsOpenSystems.jl
With Julia installed
- Open a terminal and start the Julia REPL by typing
julia - Type
]to enter the package manager - Enter the command
add https://github.com/ITensor-opensystems/ITensorsOpenSystems.jl.git - Once the installation is complete press backspace to take you to the
julia>prompt - Enter
using ITensorsOpenSystemsto ensure everything is installed
You're now ready to start one of our tutorials.