Skip to content
/ NBTW Public

Calculation of the number of non-backtracking walks (NBTWs) for simple graphs in Python

Notifications You must be signed in to change notification settings

ercco/NBTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

NBTW

Calculation of the number of non-backtracking walks (NBTWs) for simple graphs in Python.

Usage:

import nbtw
nbtw.get_nbtws(A,k)

(A = adjacency matrix, k = walk length)

About

Calculation of the number of non-backtracking walks (NBTWs) for simple graphs in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages