Skip to content

CM-Tech/graphsums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Sums

for a graph

  z
 / \
x———y

Compute ωxyyzzx
Where ω is the cube root of unity and
x,y,z are all combinations (with replacement) of 0,1,2

Building

  1. cargo run --release

About

Compute (ω^(xy))*(ω^(yz))*(ω^(zx))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages