You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project on studying Celluar automata(Kinetically Constrained lattice gas) like simulations to study the behaviour of correlation functions at late time in the presence of non-linearity(Non Linear Diffusion).
Here we have implemented the simulattion in 3 different languages pythonJulia and Rust in respective order in search for performance gains.
Rust multi-threaded code seems to be the most stable and as fast as julia multi-threaded one.
the fastest of all is Julia GPU code with multi-threading.
Project on studying Celluar automata(Kinetically Constrained) like simulations to study the behaviour of correlation functions at late time in the presence of non-linearity(Non Linear Diffusion)