Skip to content

Pluto.jl notebook demonstrating the design of the work-in-progress rewrite of ITensors.jl.

Notifications You must be signed in to change notification settings

ITensor/itensor-deconstructed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pluto.jl notebook demonstrating the design of the work-in-progress rewrite of ITensors.jl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages