Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.73 KB

ITensor deconstructed: rewriting ITensors.jl

This repository contains a Pluto.jl notebook itensor-deconstructed.jl that demonstrates a new set of packages that are being developed as part of a rewrite of ITensors.jl.

To run the code, clone the repository and enter the directory where it is cloned:

git clone https://github.com/ITensor/itensor-deconstructed.git
cd itensor-deconstructed

Then, install and launch Pluto.jl:

julia> import Pkg; Pkg.add("Pluto")

julia> Pluto.run()

Pluto will open in the browser, where you can open the file itensor-deconstructed.jl that you can find in your cloned version of this repository.

Note that the notebook relies on a number of packages that are registered in the ITensor registry, you will need to add that registry before you can run the notebook locally. See the instructions here.