Skip to content

TensorNetwork/tensornetwork.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • install the Julia language binary from julialang.org. Version 1.2 works, version 0.4.5 doesn't.
  • install cmark from the github repository.
  • make sure that the git repository is not cloned into a folder tensornetwork.org, if necessary, rename it:
    $ mv tensornetwork.org tensornetwork.org-git
  • inside the git repository, run
    $ cd tensornetwork.org-git
    $ julia generate.jl
  • a new folder tensornetwork.org will be generated one level up
  • inside that folder, start a tiny HTTP server to serve the files locally:
    $ cd ../tensornetwork.org
    $ python3 -m http.server 8080

About

Source for The Tensor Network open-source review article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published