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

  1. Open a terminal and start the Julia REPL by typing julia
  2. Type ] to enter the package manager
  3. Enter the command add https://github.com/ITensor-opensystems/ITensorsOpenSystems.jl.git
  4. Once the installation is complete press backspace to take you to the julia> prompt
  5. Enter using ITensorsOpenSystems to ensure everything is installed

You're now ready to start one of our tutorials.