Skip to main content

Creating fractal networks from Monsivais et al, Chaos 30, 123146 (2020)

Project description

This package creates Fractal networks.

The steps for installation are as follows:

  1. pip install fractal-network-generator
  2. from fractal_network import NetworkGenerator
  3. NetworkGenerator.graph(num_of_levels,num_of_nodes_in_a_clique)

OUTPUT: A file will be created in the current working directory having the name num_of_nodes_in_a_clique-num_of_levels.dat. Example: If NetworkGenerator.graph(4,3) is entered then a dat file with name "3-4.dat" will be created.

Column 1: node number

Column 2: label

Column 3: Degree

The next columns indicate the neighbour and the level of connection between the node and neighbour alternately. For example:

12 10110 3 10 2 13 1 14 1

12 is the node numer, 10110 is the label, 3 is the degree.

10 2 indicates a connection between 12 and 10 having level 2.

13 1 indicates a connection between 12 and 13 having level 1.

14 1 indicates a connection between 12 and 14 having level 1.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fractal_network_generator-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

fractal_network_generator-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page