Skip to main content

A package for complexity science research

Project description

Complexity Science Package

pip install complexity-science

Contributing:

git clone https://github.com/KristerJazz/complexity-science.git


Cellular Automata

Sample usage:

import complexity_science.ca as cs

cellular_automata = cs.CA_1D(100) #creates a 1-Dimensional CA of 100 cells

cellular_automata.initialize(50) #initializes the 50th cell of the CA

cellular_automata.run_wolfram_rule(30, 100) #returns the resulting state of the CA following the rule and plots the result with a default colormap


Epidemics


Networks Fragmentation

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

complexity-science-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

complexity_science-0.0.1-py3-none-any.whl (5.2 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