The team
- Dr. Malcolm MacIver - Principal Investigator
- Dr. Daniel Dombeck - Principal Investigator
- Dr. German Espinosa - Posdoctoral Researcher
- Dr. Chris Angeloni - Posdoctoral Researcher
- Alexander Lai - Ph.D. Candidate
- Gabrielle Wink - Ph.D. Candidate
- Lily Browdy - Undergrad Student
- Judith Murciano - Undergrad Student
- Benjamin Zitzewitz - Undergrad Student
- Parker Ryan - Undergrad Student
- Joe Reed - Undergrad Student
- Joshua Chi - Undergrad Student
The cellworld Library
Use the cellworld library to generate new world configurations or open existing ones, explore experimental results, plot results and more.
Prerequisites
Python 3.6 or newer.
Installation
>> pip pinstall cellworld
Examples
Opening a world from the library
code:
import cellworld as cw
import matplotlib.plyplot as plt
world = cw.World.get_from_parameters_names("hexagonal", "canonical", "21_05")
display = cw.Display(world)
plt.show()
result: