Functional Renormalization Group

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'A.Codello', 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)

“;
?>


FuncRenGrPicture

Main topics

  • Fractals: the notion of dimension and the concept of self-similarity
  • RG view on probability and limit theorems
  • RG in a deterministic system: transitions to chaos for discrete deterministic maps
  • Continuos phase transitions in equilibrium statistical mechanics: RG analysis
  • Evaluating multiple integrals: the effective average action method
  • Ising universality classes from d=inf to d=1
  • O(N) universality classes in continuos dimension: from self-avoiding random walks to the spherical model passing by the Kosterlitz-Thouless transition
  • Lecture notes

    Comments are closed.