albert_barabasi_physrevlett_rigid
Enter search terms or a module, class or function name.
Create a graph without self-loops or parallel edges; having power law degree distribution with an exponent ‘around’ a.
n : int
Number of nodes in graph.
a : float
Ideal exponent.
G : networkx.Graph
The constructed graph.