The Tensor Network is an open-source review article about tensor network algorithms, theory, and software.
This repository contains both the content for the site (in the src/ folder) and the program (generator.jl) for generating the website (https://tensornetwork.org).
To generate the website locally from a checked-out git repository, follow these steps:
tensornetwork.org
, if necessary, rename it: $ mv tensornetwork.org tensornetwork.org-git
$ cd tensornetwork.org-git
$ julia generate.jl
tensornetwork.org
will be generated one level up $ cd ../tensornetwork.org
$ python3 -m http.server 8080