Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
▼ include | |
documentation.h | Contains the mainpage of the documentation |
glauber_dynamics.h | Contains main dynamics and main function |
update_rules.h | Define a general update_rule class and contains examples for them |
▼ lib | |
▼ weightedgraph | |
▼ include | |
edge.h | Define the edge struct and functions relating to it |
vertex.h | Define the vertex struct and functions relating to it |
weightedgraph.h | Define the graph struct and functions relating to it |
▼ test | |
test_vertex.c | Glib testing based test code for vertex.h |
test_weightedgraph.c | Glib testing based test code for weightedgraph.h |
▼ test | |
test_update_rules.c | Glib testing based test code for update_rules.h |