Properties of long-range interacting systems

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'S. Ruffo & A. Trombettoni', True);
add_post_meta($ID, 'Credits', '2', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>

Main Topics

  • Introduction to long-range (LR) interactions
  • Mean-field models
  • Thermodynamics of LR systems: ensemble inequivalence and negative specific heat
  • Non-equilibrium steady states
  • Synchronization: the Kuramoto model
  • RG treatment of LR systems
  • Anisotropic LR interactions
  • LR quantum spin chains

Comments are closed.