Scaling and Renormalization

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

  • Critical phenomena, critical exponents and scaling theory.
  • The renormalization group: main ideas and general formalism.
  • Real space renormalization: block spins, Kadanoff construction and
    applications.
  • Momentum space renormalization: gaussian model, epsilon expansion,
    Wilson-Fisher fixed point.
  • Kostelitz-Thouless phase transition: XY model, vortices, the Coulomb
    Gas and Sine-Gordon model.
  • Renormalization group for fermions: Luttinger liquids and Fermi
    liquids from an RG perspective.
  • Scaling and renormalization in quantum impurity problems: the Kondo
    effect.
  • Comments are closed.