Actions

Module:Computation: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
Line 9: Line 9:
==Student content==
==Student content==


If you want to see an Ising model of collective motion (i.e., animal schooling, bacterial swarming), see:
If you want to see an Ising model of collective motion (i.e., animal schooling, bacterial swarming), see: http://people.esam.northwestern.edu/~cristian/VicsekModel2NoisesCode.zip]
 
[http://people.esam.northwestern.edu/~cristian/VicsekModel2NoisesCode.zip]


This is an implementation of [[http://angel.elte.hu/~vicsek/pdf/vicseketal95prl.pdf][Vicsek, et al. 1994]]
This is an implementation of [[http://angel.elte.hu/~vicsek/pdf/vicseketal95prl.pdf][Vicsek, et al. 1994]]

Revision as of 16:20, 16 June 2011

Complex Systems Summer School 2011 Modules

Organized by Cris Moore

Background

Readings

Student content

If you want to see an Ising model of collective motion (i.e., animal schooling, bacterial swarming), see: http://people.esam.northwestern.edu/~cristian/VicsekModel2NoisesCode.zip]

This is an implementation of [[1][Vicsek, et al. 1994]]

If you're using a Mac, you run it as follows:

1. Unzip the file somewhere. 2. Open a command line ("terminal") and cd to the directory you just unzipped it in. 3. Type "javac Animation2D.java" 4. Type "java Animation2D"