Installing QuantumLab

Installing QuantumLab is very straightforward:
[su_list icon=”icon: check-square-o”]

  • Install julia according to http://julialang.org/downloads/platform.html. E.g. for Ubuntu this boils down to something close to `apt-get install julia`.
  • Start the julia REPL by entering `julia` in your shell (bash, Powershell, …) or clicking the corresponding icon.
  • Enter `Pkg.add(“QuantumLab”)` to install the QuantumLab itself.

[/su_list]

After these steps you can start using QuantumLab by entering

using("QuantumLab")

in the julia REPL.