Skip to content
forked from GuiTeNet/guitenet

Graphical user interface for tensor networks

License

Notifications You must be signed in to change notification settings

Sondro/guitenet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuiTeNet

GuiTeNet is a graphical user interface for (quantum) tensor networks. It is written in JavaScript and uses the D3.js library for visualization.

Directory structure

.
|- index.html          container for loading JavaScript files, hosting the SVG canvas and code generation text element
|- scrips/
|    |- main.js        main file responsible for visualization and transforming user actions into intermediate elementary tensor network operations
|    |- operations.js  elementary tensor network operations
|    |- backend.js     code generation (currently Python/NumPy supported)
|    |- utils.js       utility functions
|- styles/
     |- guitenet.css   CSS file used for styling the SVG elements

License

MIT License

About

Graphical user interface for tensor networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 6.5%
  • HTML 1.4%