TensorNetwork / tensornetwork.org

Source for The Tensor Network open-source review article
https://tensornetwork.org
Apache License 2.0
146 stars 48 forks source link

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).

Local Content Generation

To generate the website locally from a checked-out git repository, follow these steps:

    $ mv tensornetwork.org tensornetwork.org-git
    $ cd tensornetwork.org-git
    $ julia generate.jl
    $ cd ../tensornetwork.org
    $ python3 -m http.server 8080