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.