Statistical Mechanics

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'C.Micheletti', True);
add_post_meta($ID, 'Credits', '4', True);

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

by $AUTHOR ($CREDITS credits)

“;
?>


StatMechPicture

Main topics

Part (A)

  • Basic notions
    • ensemble microcanonical, canonical and grancanonical
    • Boltzamann, Bose and Fermi statistics
    • quantum statistical mechanics
  • Phase Transition
    • Ising model (Transfer matrix in 1D + field etc.)
    • Weiss approach
    • critical exponents
    • variational principles and mean field
    • infinite range model
    • scaling relations, Widom hypothesis and its consequences
    • finite-size scaling
  • Computational methods and off-equilibrium
    • master equation
    • Langevin approach
    • importance sampling and Monte Carlo
    • Simulated annealing
    • reweighting techniques

    Part (B)

  • Soft-condensed matter
    • Statistical mechanics for polymers
    • percolation theory

    Comments are closed.