Progress toward a Monte Carlo Simulation of the Ice VI-VII Phase Transition

Size: px
Start display at page:

Download "Progress toward a Monte Carlo Simulation of the Ice VI-VII Phase Transition"

Transcription

1 Progress toward a Monte Carlo Simulation of the Ice VI-VII Phase Transition Christina Gower 2010 NSF/REU PROJECT Physics Department University of Notre Dame Advisor: Dr. Kathie E. Newman August 6, 2010

2 Abstract We study the phase transition between the self-clathrate forms of ice: Ice VI and Ice VII. This continues a project started the previous summer by REU student, Dawn King, who studied the geometry of the structural phase transition and developed a common coordinate system for the two structures. We are working to develop a phenomenological Ising-like spin model of the system to capture the energetics of the transition. The ultimate goal is to study the ice phase transition using Monte Carlo simulation methods. We have created a FORTRAN 95 program implementing the Metropolis algorithm and have tested it on the two-dimensional Ising model. We present results which show the nature of the Ising phase transition. The next step will be to extend the Ising model into an Ising-like model for describing the three-dimensional interpenetrating lattices of ice.

3 0.1 Introduction This project is a continuation from the summer 2009, where Dawn King studied the geometrical structure of the phase transition between Ice VI and Ice VII. Ice VI and VII are known as the self-clathrate forms because their structure is composed of interpenetrating sublattices with tetrahedral bonds. Our goal is to understand the mechanism that causes Ice VI to transform into Ice VII. When the phase transition occurs, hydrogen bonds are broken and the structure is distorted. We want to model the system through Monte Carlo simulations. 0.2 Monte Carlo Simulations Monte Carlo simulation was originally termed statistical sampling and was used to solve integrals of complicated functions Ref. [1]. This technique was particularly useful for functions of higher than three dimensions. Statistical sampling was not implemented in the field of physics until the 1930 s when Fermi used it on his work in neutron diffusion. Fermi did not publish his method of statistical sampling, so the Monte Carlo simulation was not acknowledged in the physics community until Nicolas Metropolis introduced it in his paper on hard-sphere gases in It is now a widely used numerical method for calculating the partition function of systems in statistical mechanics Ref. [3]. The partition function is the sum of all of the states in a system, denoted by Z = ν e βeν Ising Model The Ising Model is used in statistical mechanics as a way to mathematically explore the properties of a ferromagnet Ref. [1]. A ferromagnet is a substance that has a high level of magnetization. The model consists of two-state values, called spins, that are arranged on a

4 lattice or a graph. The spins represent dipoles in a ferromagnet. The Ising model is generally Figure 1: The Ising Model arranged in one of two initial states: The T = 0 state and the T = state. When the temperature is zero, we know that all of the spins are oriented in the same direction. This is termed an ordered state, and is illustrated in the figure above. The initial condition of T = specifies that the spins are randomly oriented. A disorded, or randomly ordered, system would consist of an equally likely chance for a given state to be either spin-up or spin-down. The Hamiltonian for the Ising Model is given by; H = J s i s j B ij i s i (1) Where s i are the spins on the lattice, and J is the interacting energy, or coupling constant, between nearest neighbor spins. Nearest neighbors are sites on the lattice that are directly touching the selected site. The first term is the sum of the selected spin multiplied by it s nearest neighbors, and is scaled by J. The second term in the Hamiltonian takes into account an external magnetic field, denoted by B. For the two-dimensional Ising model, the phase transition occurs at a temperature of T c 2.269J. Below this point, called the Critical Temperature, the orientation of the spins are completely random. Above the Critical Temperature most of the spins spontaneously align in one direction without the aid of an external magnetic field. Ref. [3]

5 0.2.2 Metropolis Algorithm The Metropolis algorithm was the very first Monte Carlo simulation done through a computer. This algorithm simulates the random fluctuations of a dynamic system as it reaches equilibrium. This is done through the following steps: Create a lattice. Select a site on the lattice. Calculate the change in energy of the system. Generate a random number r strictly between 0 and 1 If the random number r is less than e E, then flip the sign of the spin Otherwise, randomly choose the next site from nearest neighbors and repeat process 0.3 Our Project Ice VI and VII are complex structures composed of interpenetrating sublattices and are further complicated by the order-disorder of the hydrogen bonds between the molecules. Before we could intelligently study the Ice VI-VII transition, we had to first explore a simpler model to understand the nuances of such a process. Our solution was to devote this summer to simplifying our model of Ice into a two-dimensional Ising Model. With this, we were able to explore the logic behind writing a program for a phase transition. We discovered that if we divided the coupling constant by k b T, our Hamiltonian would be dimensionless and we wouldn t have to worry about the units we were working in. We plotted the energy of each state against the number of iterations. By changing the energy constant, J, we can see that

6 our state comes to equilibrium at specific energies. This is what we expect to happen, which tells us that our program is consistent and follows the correct logical steps Computer Simulation We created the Monte Carlo simulation using FORTRAN 95. Our code was based primarily on the Metropolis algorithm. We declared a two-dimensional array, assigned the value 1 to each site in the array, then randomly chose a nearest neighbor to alter. The FORTRAN code contains an IF statement that applies periodic boundary conditions to the array. Periodic boundary conditions allow us to model an infinite square lattice, because the lattice repeats itself infinitely in all directions. Once our array is made, we call a random number r and run through iterations of the Metropolis algorithm Results From our FORTRAN code, we were able to graph the energy changes in the system against the number of iterations the program went through in GNUplot. We varied our coupling constant and the number of iterations in our code in order to see the effects on the coupling constant, as well as determine the point of equilibrium of the system. We can see from the following charts that we accurately modeled a two-dimensional Ising model. By developing an Ising-like model of ice, we will be able to study the phase transition between Ice VI-VII both geometrically and through statistical mechanics. These methods will allow us to study the energetics of the transition as well as to gain a better understanding of the properties of Ice. We can see from Figure 2 that our system comes to equilibrium within the first five thousand iterations. Figure 3 shows us a more detailed description of the system coming to equilibrium.

7 3600 "J2n100000" Figure 2: Energy vs. Iterations on a 30x30 Lattice where J is set at 2 with iterations "J2n10000" Figure 3: Energy vs. Iterations on a 30x30 Lattice where J is set at 2 with iterations.

8 0.4 Future We can see from our figures that our program is successful. Our hope is to expand our program in the future into three dimensions. We have already worked on the visualization of the Ice model, and now that we have developed a FORTRAN model for a two-dimensional Ising Model we can start developing an Ising-like model in three dimensions for the Ice VI-VII transition.

9 Bibliography [1] Chandler, David. Introduction to Modern Satistical Mechanics. New York: Oxford UP, Print. [2] Allen, M. P., and D. J. Tildesley. Computer Simulation of Liquids. Oxford, England: Clarendon, Print. [3] Newman, M. E. J., and G. T. Barkema. Monte Carlo Methods in Statistical Physics. Oxford: Clarendon, Print. [4] Landau, David P., and K. Binder. A Guide to Monte Carlo Simulations in Statistical Physics. Cambridge: Cambridge UP, Print. 7

Energetics in Ice VI

Energetics in Ice VI Energetics in Ice VI Nishanth Sasankan 2011 NSF / REU PROJECT Physics Department University of Notre Dame Advisor: Dr. Kathie E. Newman Abstract There are many different phases of Ice, which exist in different

More information

The Phase Transition of the 2D-Ising Model

The Phase Transition of the 2D-Ising Model The Phase Transition of the 2D-Ising Model Lilian Witthauer and Manuel Dieterle Summer Term 2007 Contents 1 2D-Ising Model 2 1.1 Calculation of the Physical Quantities............... 2 2 Location of the

More information

Numerical Analysis of 2-D Ising Model. Ishita Agarwal Masters in Physics (University of Bonn) 17 th March 2011

Numerical Analysis of 2-D Ising Model. Ishita Agarwal Masters in Physics (University of Bonn) 17 th March 2011 Numerical Analysis of 2-D Ising Model By Ishita Agarwal Masters in Physics (University of Bonn) 17 th March 2011 Contents Abstract Acknowledgment Introduction Computational techniques Numerical Analysis

More information

Monte Carlo Simulation of the Ising Model. Abstract

Monte Carlo Simulation of the Ising Model. Abstract Monte Carlo Simulation of the Ising Model Saryu Jindal 1 1 Department of Chemical Engineering and Material Sciences, University of California, Davis, CA 95616 (Dated: June 9, 2007) Abstract This paper

More information

MONTE CARLO METHODS IN SEQUENTIAL AND PARALLEL COMPUTING OF 2D AND 3D ISING MODEL

MONTE CARLO METHODS IN SEQUENTIAL AND PARALLEL COMPUTING OF 2D AND 3D ISING MODEL Journal of Optoelectronics and Advanced Materials Vol. 5, No. 4, December 003, p. 971-976 MONTE CARLO METHODS IN SEQUENTIAL AND PARALLEL COMPUTING OF D AND 3D ISING MODEL M. Diaconu *, R. Puscasu, A. Stancu

More information

The XY-Model. David-Alexander Robinson Sch th January 2012

The XY-Model. David-Alexander Robinson Sch th January 2012 The XY-Model David-Alexander Robinson Sch. 08332461 17th January 2012 Contents 1 Introduction & Theory 2 1.1 The XY-Model............................... 2 1.2 Markov Chains...............................

More information

A Monte Carlo Implementation of the Ising Model in Python

A Monte Carlo Implementation of the Ising Model in Python A Monte Carlo Implementation of the Ising Model in Python Alexey Khorev alexey.s.khorev@gmail.com 2017.08.29 Contents 1 Theory 1 1.1 Introduction...................................... 1 1.2 Model.........................................

More information

Introduction to the Renormalization Group

Introduction to the Renormalization Group Introduction to the Renormalization Group Gregory Petropoulos University of Colorado Boulder March 4, 2015 1 / 17 Summary Flavor of Statistical Physics Universality / Critical Exponents Ising Model Renormalization

More information

Copyright 2001 University of Cambridge. Not to be quoted or copied without permission.

Copyright 2001 University of Cambridge. Not to be quoted or copied without permission. Course MP3 Lecture 4 13/11/2006 Monte Carlo method I An introduction to the use of the Monte Carlo method in materials modelling Dr James Elliott 4.1 Why Monte Carlo? The name derives from the association

More information

Monte-Carlo simulation of small 2D Ising lattice with Metropolis dynamics

Monte-Carlo simulation of small 2D Ising lattice with Metropolis dynamics Monte-Carlo simulation of small 2D Ising lattice with Metropolis dynamics Paul Secular Imperial College London (Dated: 6th February 2015) Results of a Monte-Carlo simulation of the nearest-neighbour Ising

More information

Ising Model. Ising Lattice. E. J. Maginn, J. K. Shah

Ising Model. Ising Lattice. E. J. Maginn, J. K. Shah Ising Lattice E. J. Maginn, J. K. Shah Department of Chemical and Biomolecular Engineering University of Notre Dame Notre Dame, IN 46556 USA Monte Carlo Workshop, Brazil Ising Lattice Model Consider a

More information

3.320 Lecture 18 (4/12/05)

3.320 Lecture 18 (4/12/05) 3.320 Lecture 18 (4/12/05) Monte Carlo Simulation II and free energies Figure by MIT OCW. General Statistical Mechanics References D. Chandler, Introduction to Modern Statistical Mechanics D.A. McQuarrie,

More information

Simulation of the two-dimensional square-lattice Lenz-Ising model in Python

Simulation of the two-dimensional square-lattice Lenz-Ising model in Python Senior Thesis Simulation of the two-dimensional square-lattice Lenz-Ising model in Python Author: Richard Munroe Advisor: Dr. Edward Brash 2012-10-17 Abstract A program to simulate the the two-dimensional

More information

Metropolis Monte Carlo simulation of the Ising Model

Metropolis Monte Carlo simulation of the Ising Model Metropolis Monte Carlo simulation of the Ising Model Krishna Shrinivas (CH10B026) Swaroop Ramaswamy (CH10B068) May 10, 2013 Modelling and Simulation of Particulate Processes (CH5012) Introduction The Ising

More information

Monte Carlo study of the Baxter-Wu model

Monte Carlo study of the Baxter-Wu model Monte Carlo study of the Baxter-Wu model Nir Schreiber and Dr. Joan Adler Monte Carlo study of the Baxter-Wu model p.1/40 Outline Theory of phase transitions, Monte Carlo simulations and finite size scaling

More information

Monte Carlo Simulation of the 2D Ising model

Monte Carlo Simulation of the 2D Ising model Monte Carlo Simulation of the 2D Ising model Emanuel Schmidt, F44 April 6, 2 Introduction Monte Carlo methods are a powerful tool to solve problems numerically which are dicult to be handled analytically.

More information

Critical Temperature - the temperature above which the liquid state of a substance no longer exists regardless of the pressure.

Critical Temperature - the temperature above which the liquid state of a substance no longer exists regardless of the pressure. Critical Temperature - the temperature above which the liquid state of a substance no longer exists regardless of the pressure. Critical Pressure - the vapor pressure at the critical temperature. Properties

More information

16 Singular perturbations

16 Singular perturbations 18.354J Nonlinear Dynamics II: Continuum Systems Lecture 1 6 Spring 2015 16 Singular perturbations The singular perturbation is the bogeyman of applied mathematics. The fundamental problem is to ask: when

More information

3. General properties of phase transitions and the Landau theory

3. General properties of phase transitions and the Landau theory 3. General properties of phase transitions and the Landau theory In this Section we review the general properties and the terminology used to characterise phase transitions, which you will have already

More information

Phase transitions in the Ising model with random gap defects using the Monte Carlo method

Phase transitions in the Ising model with random gap defects using the Monte Carlo method Phase transitions in the Ising model with random gap defects using the Monte Carlo method Kimberly Schultz A senior thesis submitted to the Carthage College Physics & Astronomy Department in partial fulfillment

More information

Monte Carlo Simulations in Statistical Physics

Monte Carlo Simulations in Statistical Physics Part II Monte Carlo Simulations in Statistical Physics By D.Stauffer Introduction In Statistical Physics one mostly deals with thermal motion of a system of particles at nonzero temperatures. For example,

More information

Computational Simulations of Magnets at High Temperatures Utilizing the Ising Model and the Monte Carlo Technique

Computational Simulations of Magnets at High Temperatures Utilizing the Ising Model and the Monte Carlo Technique Computational Simulations of Magnets at High Temperatures Utilizing the Ising Model and the Monte Carlo Technique Project SEED Dr. Ken Ahn Mayrolin Garcia Introduction How does the property of magnetism

More information

Phase transition and spontaneous symmetry breaking

Phase transition and spontaneous symmetry breaking Phys60.nb 111 8 Phase transition and spontaneous symmetry breaking 8.1. Questions: Q1: Symmetry: if a the Hamiltonian of a system has certain symmetry, can the system have a lower symmetry? Q: Analyticity:

More information

Intro. Each particle has energy that we assume to be an integer E i. Any single-particle energy is equally probable for exchange, except zero, assume

Intro. Each particle has energy that we assume to be an integer E i. Any single-particle energy is equally probable for exchange, except zero, assume Intro Take N particles 5 5 5 5 5 5 Each particle has energy that we assume to be an integer E i (above, all have 5) Particle pairs can exchange energy E i! E i +1andE j! E j 1 5 4 5 6 5 5 Total number

More information

Critical Dynamics of Two-Replica Cluster Algorithms

Critical Dynamics of Two-Replica Cluster Algorithms University of Massachusetts Amherst From the SelectedWorks of Jonathan Machta 2001 Critical Dynamics of Two-Replica Cluster Algorithms X. N. Li Jonathan Machta, University of Massachusetts Amherst Available

More information

Physics 115/242 Monte Carlo simulations in Statistical Physics

Physics 115/242 Monte Carlo simulations in Statistical Physics Physics 115/242 Monte Carlo simulations in Statistical Physics Peter Young (Dated: May 12, 2007) For additional information on the statistical Physics part of this handout, the first two sections, I strongly

More information

J ij S i S j B i S i (1)

J ij S i S j B i S i (1) LECTURE 18 The Ising Model (References: Kerson Huang, Statistical Mechanics, Wiley and Sons (1963) and Colin Thompson, Mathematical Statistical Mechanics, Princeton Univ. Press (1972)). One of the simplest

More information

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 9a BONDING AND SOLUTIONS

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 9a BONDING AND SOLUTIONS 3.091 Introduction to Solid State Chemistry Lecture Notes No. 9a BONDING AND SOLUTIONS 1. INTRODUCTION Condensed phases, whether liquid or solid, may form solutions. Everyone is familiar with liquid solutions.

More information

REVIEW: Derivation of the Mean Field Result

REVIEW: Derivation of the Mean Field Result Lecture 18: Mean Field and Metropolis Ising Model Solutions 1 REVIEW: Derivation of the Mean Field Result The Critical Temperature Dependence The Mean Field Approximation assumes that there will be an

More information

3.320: Lecture 19 (4/14/05) Free Energies and physical Coarse-graining. ,T) + < σ > dµ

3.320: Lecture 19 (4/14/05) Free Energies and physical Coarse-graining. ,T) + < σ > dµ 3.320: Lecture 19 (4/14/05) F(µ,T) = F(µ ref,t) + < σ > dµ µ µ ref Free Energies and physical Coarse-graining T S(T) = S(T ref ) + T T ref C V T dt Non-Boltzmann sampling and Umbrella sampling Simple

More information

Lab 70 in TFFM08. Curie & Ising

Lab 70 in TFFM08. Curie & Ising IFM The Department of Physics, Chemistry and Biology Lab 70 in TFFM08 Curie & Ising NAME PERS. -NUMBER DATE APPROVED Rev Aug 09 Agne 1 Introduction Magnetic materials are all around us, and understanding

More information

Markov Chain Monte Carlo The Metropolis-Hastings Algorithm

Markov Chain Monte Carlo The Metropolis-Hastings Algorithm Markov Chain Monte Carlo The Metropolis-Hastings Algorithm Anthony Trubiano April 11th, 2018 1 Introduction Markov Chain Monte Carlo (MCMC) methods are a class of algorithms for sampling from a probability

More information

Immigration, integration and ghetto formation

Immigration, integration and ghetto formation Immigration, integration and ghetto formation arxiv:cond-mat/0209242v1 10 Sep 2002 Hildegard Meyer-Ortmanns School of Engineering and Science International University Bremen P.O.Box 750561 D-28725 Bremen,

More information

PHASE TRANSITIONS AND CRITICAL PHENOMENA

PHASE TRANSITIONS AND CRITICAL PHENOMENA INTRODUCTION TO PHASE TRANSITIONS AND CRITICAL PHENOMENA BY H. EUGENE STANLEY Boston University OXFORD UNIVERSITY PRESS New York Oxford CONTENTS NOTATION GUIDE xv PART I INTRODUCTION 1. WHAT ARE THE CRITICAL

More information

WORLD SCIENTIFIC (2014)

WORLD SCIENTIFIC (2014) WORLD SCIENTIFIC (2014) LIST OF PROBLEMS Chapter 1: Magnetism of Free Electrons and Atoms 1. Orbital and spin moments of an electron: Using the theory of angular momentum, calculate the orbital

More information

Quantum spin systems - models and computational methods

Quantum spin systems - models and computational methods Summer School on Computational Statistical Physics August 4-11, 2010, NCCU, Taipei, Taiwan Quantum spin systems - models and computational methods Anders W. Sandvik, Boston University Lecture outline Introduction

More information

States of Matter; Liquids and Solids. Condensation - change of a gas to either the solid or liquid state

States of Matter; Liquids and Solids. Condensation - change of a gas to either the solid or liquid state States of Matter; Liquids and Solids Phase transitions - a change in substance from one state to another Melting - change from a solid to a liquid state Freezing - change of a liquid to the solid state

More information

Phase transitions and finite-size scaling

Phase transitions and finite-size scaling Phase transitions and finite-size scaling Critical slowing down and cluster methods. Theory of phase transitions/ RNG Finite-size scaling Detailed treatment: Lectures on Phase Transitions and the Renormalization

More information

2D and 3D Ising model using Monte Carlo and Metropolis method

2D and 3D Ising model using Monte Carlo and Metropolis method 2D and 3D Ising model using Monte Carlo and Metropolis method Syed Ali Raza May 2012 1 Introduction We will try to simulate a 2D Ising model with variable lattice side and then extend it to a 3 dimensional

More information

Quantum and classical annealing in spin glasses and quantum computing. Anders W Sandvik, Boston University

Quantum and classical annealing in spin glasses and quantum computing. Anders W Sandvik, Boston University NATIONAL TAIWAN UNIVERSITY, COLLOQUIUM, MARCH 10, 2015 Quantum and classical annealing in spin glasses and quantum computing Anders W Sandvik, Boston University Cheng-Wei Liu (BU) Anatoli Polkovnikov (BU)

More information

Quantum Annealing in spin glasses and quantum computing Anders W Sandvik, Boston University

Quantum Annealing in spin glasses and quantum computing Anders W Sandvik, Boston University PY502, Computational Physics, December 12, 2017 Quantum Annealing in spin glasses and quantum computing Anders W Sandvik, Boston University Advancing Research in Basic Science and Mathematics Example:

More information

Monte Caro simulations

Monte Caro simulations Monte Caro simulations Monte Carlo methods - based on random numbers Stanislav Ulam s terminology - his uncle frequented the Casino in Monte Carlo Random (pseudo random) number generator on the computer

More information

The Oxford Solid State Basics

The Oxford Solid State Basics The Oxford Solid State Basics Steven H. Simon University of Oxford OXFORD UNIVERSITY PRESS Contents 1 About Condensed Matter Physics 1 1.1 What Is Condensed Matter Physics 1 1.2 Why Do We Study Condensed

More information

Spin Superfluidity and Graphene in a Strong Magnetic Field

Spin Superfluidity and Graphene in a Strong Magnetic Field Spin Superfluidity and Graphene in a Strong Magnetic Field by B. I. Halperin Nano-QT 2016 Kyiv October 11, 2016 Based on work with So Takei (CUNY), Yaroslav Tserkovnyak (UCLA), and Amir Yacoby (Harvard)

More information

Spontaneous Symmetry Breaking

Spontaneous Symmetry Breaking Spontaneous Symmetry Breaking Second order phase transitions are generally associated with spontaneous symmetry breaking associated with an appropriate order parameter. Identifying symmetry of the order

More information

A New Algorithm for Monte Carlo Simulation of king Spin Systems* A. B. BORTZ M. H. KALOS J. L. LEBOWITZ

A New Algorithm for Monte Carlo Simulation of king Spin Systems* A. B. BORTZ M. H. KALOS J. L. LEBOWITZ JOURNAL OF COMPUTATIONAL PHYSICS 17, lo-18 (1975) A New Algorithm for Monte Carlo Simulation of king Spin Systems* A. B. BORTZ Berfer Graduate School of Science, Yeshiva University, New York, New York

More information

Phase Transitions and Renormalization:

Phase Transitions and Renormalization: Phase Transitions and Renormalization: Using quantum techniques to understand critical phenomena. Sean Pohorence Department of Applied Mathematics and Theoretical Physics University of Cambridge CAPS 2013

More information

Topological defects and its role in the phase transition of a dense defect system

Topological defects and its role in the phase transition of a dense defect system Topological defects and its role in the phase transition of a dense defect system Suman Sinha * and Soumen Kumar Roy Depatrment of Physics, Jadavpur University Kolkata- 70003, India Abstract Monte Carlo

More information

Critical Exponents. From P. Chaikin and T Lubensky Principles of Condensed Matter Physics

Critical Exponents. From P. Chaikin and T Lubensky Principles of Condensed Matter Physics Critical Exponents From P. Chaikin and T Lubensky Principles of Condensed Matter Physics Notice that convention allows for different exponents on either side of the transition, but often these are found

More information

Magnetic properties of spherical fcc clusters with radial surface anisotropy

Magnetic properties of spherical fcc clusters with radial surface anisotropy Magnetic properties of spherical fcc clusters with radial surface anisotropy D. A. Dimitrov and G. M. Wysin Department of Physics Kansas State University Manhattan, KS 66506-2601 (December 6, 1994) We

More information

The Role of Limited Valency and Bonding Orientation on Phase Behavior

The Role of Limited Valency and Bonding Orientation on Phase Behavior Wesleyan University The Honors College The Role of Limited Valency and Bonding Orientation on Phase Behavior by Tan Zhi Da Henry Class of 2008 A thesis submitted to the faculty of Wesleyan University in

More information

Chapter 10: Liquids and Solids

Chapter 10: Liquids and Solids Chapter 10: Liquids and Solids Chapter 10: Liquids and Solids *Liquids and solids show many similarities and are strikingly different from their gaseous state. 10.1 Intermolecular Forces Intermolecular

More information

Monte Carlo Methods in Statistical Mechanics

Monte Carlo Methods in Statistical Mechanics Monte Carlo Methods in Statistical Mechanics Mario G. Del Pópolo Atomistic Simulation Centre School of Mathematics and Physics Queen s University Belfast Belfast Mario G. Del Pópolo Statistical Mechanics

More information

8.3.2 The finite size scaling method

8.3.2 The finite size scaling method 232 Chapter 8: Analysing Monte Carlo data In general we don t know this value, which makes it difficult to perform the fit. It is possible to guess T c and then vary the guess to make the line in Figure

More information

Metropolis, 2D Ising model

Metropolis, 2D Ising model Metropolis, 2D Ising model You can get visual understanding from the java applets available, like: http://physics.ucsc.edu/~peter/ising/ising.html Average value of spin is magnetization. Abs of this as

More information

Graphical Representations and Cluster Algorithms

Graphical Representations and Cluster Algorithms Graphical Representations and Cluster Algorithms Jon Machta University of Massachusetts Amherst Newton Institute, March 27, 2008 Outline Introduction to graphical representations and cluster algorithms

More information

Magnetic Monopoles in Spin Ice

Magnetic Monopoles in Spin Ice Magnetic Monopoles in Spin Ice Tim Herfurth Institut für Theoretische Physik Goethe-Universität Frankfurt July 6th, 2011 Outline 1 Spin Ice Water Ice What is Spin Ice? 2 Magnetic Monopoles Origin of Magnetic

More information

Domain magnetization approach to the isothermal critical exponent

Domain magnetization approach to the isothermal critical exponent omain magnetization approach to the isothermal critical exponent A.-M. Tsopelakou, G. Margazoglou, Y. F. Contoyiannis, P. A. Kalozoumis, and F. K. iakonos epartment of Physics, University of Athens, GR-577

More information

The Chemical Basis of Animal Life. Chapter 2

The Chemical Basis of Animal Life. Chapter 2 The Chemical Basis of Animal Life Chapter 2 Chemistry The branch of science dealing with composition of substances and reactions among these substances. A knowledge of chemistry is essential for understanding

More information

Physics 127b: Statistical Mechanics. Second Order Phase Transitions. The Ising Ferromagnet

Physics 127b: Statistical Mechanics. Second Order Phase Transitions. The Ising Ferromagnet Physics 127b: Statistical Mechanics Second Order Phase ransitions he Ising Ferromagnet Consider a simple d-dimensional lattice of N classical spins that can point up or down, s i =±1. We suppose there

More information

Spin waves in the classical Heisenberg antiferromagnet on the kagome lattice

Spin waves in the classical Heisenberg antiferromagnet on the kagome lattice Journal of Physics: Conference Series Spin waves in the classical Heisenberg antiferromagnet on the kagome lattice To cite this article: Stefan Schnabel and David P Landau J. Phys.: Conf. Ser. 4 View the

More information

Hanoi 7/11/2018. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam.

Hanoi 7/11/2018. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. Hanoi 7/11/2018 Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. Finite size effects and Reweighting methods 1. Finite size effects 2. Single histogram method 3. Multiple histogram method 4. Wang-Landau

More information

Chem 1075 Chapter 13 Liquids and Solids Lecture Outline

Chem 1075 Chapter 13 Liquids and Solids Lecture Outline Chem 1075 Chapter 13 Liquids and Solids Lecture Outline Slide 2-3 Properties of Liquids Unlike gases, liquids respond dramatically to temperature and pressure changes. We can study the liquid state and

More information

E = <ij> N 2. (0.3) (so that k BT

E = <ij> N 2. (0.3) (so that k BT Phys 4 Project solutions. November 4, 7 Note the model and units Quantities The D Ising model has the total energy E written in terms of the spins σ i = ± site i, E = σ i σ j (.) where < ij > indicates

More information

Luigi Paolasini

Luigi Paolasini Luigi Paolasini paolasini@esrf.fr LECTURE 7: Magnetic excitations - Phase transitions and the Landau mean-field theory. - Heisenberg and Ising models. - Magnetic excitations. External parameter, as for

More information

3 - Ice and crystalline water

3 - Ice and crystalline water 3 - Ice and crystalline water All ice is not crystalline not all crystalline water is ice H 2 O solid phases (From Savage) Some general comments on the phase diagram All crystalline ice is tetrahedrically

More information

Physics 127b: Statistical Mechanics. Renormalization Group: 1d Ising Model. Perturbation expansion

Physics 127b: Statistical Mechanics. Renormalization Group: 1d Ising Model. Perturbation expansion Physics 17b: Statistical Mechanics Renormalization Group: 1d Ising Model The ReNormalization Group (RNG) gives an understanding of scaling and universality, and provides various approximation schemes to

More information

arxiv: v1 [cond-mat.dis-nn] 12 Nov 2014

arxiv: v1 [cond-mat.dis-nn] 12 Nov 2014 Representation for the Pyrochlore Lattice arxiv:1411.3050v1 [cond-mat.dis-nn] 12 Nov 2014 André Luis Passos a, Douglas F. de Albuquerque b, João Batista Santos Filho c Abstract a DFI, CCET, Universidade

More information

Physics 127b: Statistical Mechanics. Landau Theory of Second Order Phase Transitions. Order Parameter

Physics 127b: Statistical Mechanics. Landau Theory of Second Order Phase Transitions. Order Parameter Physics 127b: Statistical Mechanics Landau Theory of Second Order Phase Transitions Order Parameter Second order phase transitions occur when a new state of reduced symmetry develops continuously from

More information

Phase Transitions and Critical Behavior:

Phase Transitions and Critical Behavior: II Phase Transitions and Critical Behavior: A. Phenomenology (ibid., Chapter 10) B. mean field theory (ibid., Chapter 11) C. Failure of MFT D. Phenomenology Again (ibid., Chapter 12) // Windsor Lectures

More information

Classical Monte Carlo Simulations

Classical Monte Carlo Simulations Classical Monte Carlo Simulations Hyejin Ju April 17, 2012 1 Introduction Why do we need numerics? One of the main goals of condensed matter is to compute expectation values O = 1 Z Tr{O e βĥ} (1) and

More information

Cluster Monte Carlo simulations of phase transitions and critical phenomena in zeolites

Cluster Monte Carlo simulations of phase transitions and critical phenomena in zeolites JOURNAL OF CHEMICAL PHYSICS VOLUME 113, NUMBER 9 1 SEPTEMBER 2000 Cluster Monte Carlo simulations of phase transitions and critical phenomena in zeolites Ilija Dukovski and Jonathan Machta Department of

More information

Kinetic Monte Carlo (KMC) Kinetic Monte Carlo (KMC)

Kinetic Monte Carlo (KMC) Kinetic Monte Carlo (KMC) Kinetic Monte Carlo (KMC) Molecular Dynamics (MD): high-frequency motion dictate the time-step (e.g., vibrations). Time step is short: pico-seconds. Direct Monte Carlo (MC): stochastic (non-deterministic)

More information

Cluster Algorithms to Reduce Critical Slowing Down

Cluster Algorithms to Reduce Critical Slowing Down Cluster Algorithms to Reduce Critical Slowing Down Monte Carlo simulations close to a phase transition are affected by critical slowing down. In the 2-D Ising system, the correlation length ξ becomes very

More information

Phase Transitions of Random Binary Magnetic Square Lattice Ising Systems

Phase Transitions of Random Binary Magnetic Square Lattice Ising Systems I. Q. Sikakana Department of Physics and Non-Destructive Testing, Vaal University of Technology, Vanderbijlpark, 1900, South Africa e-mail: ike@vut.ac.za Abstract Binary magnetic square lattice Ising system

More information

Magnetic Monopoles in Spin Ice

Magnetic Monopoles in Spin Ice Magnetic Monopoles in Spin Ice Claudio Castelnovo University of Oxford Roderich Moessner Max Planck Institut Shivaji Sondhi Princeton University Nature 451, 42 (2008) ISIS Seminars, Rutherford Appleton

More information

Magnetic monopoles in spin ice

Magnetic monopoles in spin ice Magnetic monopoles in spin ice Claudio Castelnovo Oxford University Roderich Moessner MPI-PKS Dresden Shivaji Sondhi Princeton University Nature 451, 42 (2008) The fundamental question astroparticle physics

More information

Collective Effects. Equilibrium and Nonequilibrium Physics

Collective Effects. Equilibrium and Nonequilibrium Physics 1 Collective Effects in Equilibrium and Nonequilibrium Physics: Lecture 2, 24 March 2006 1 Collective Effects in Equilibrium and Nonequilibrium Physics Website: http://cncs.bnu.edu.cn/mccross/course/ Caltech

More information

Phase Transitions in Condensed Matter Spontaneous Symmetry Breaking and Universality. Hans-Henning Klauss. Institut für Festkörperphysik TU Dresden

Phase Transitions in Condensed Matter Spontaneous Symmetry Breaking and Universality. Hans-Henning Klauss. Institut für Festkörperphysik TU Dresden Phase Transitions in Condensed Matter Spontaneous Symmetry Breaking and Universality Hans-Henning Klauss Institut für Festkörperphysik TU Dresden 1 References [1] Stephen Blundell, Magnetism in Condensed

More information

VSOP19, Quy Nhon 3-18/08/2013. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam.

VSOP19, Quy Nhon 3-18/08/2013. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. VSOP19, Quy Nhon 3-18/08/2013 Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. Part III. Finite size effects and Reweighting methods III.1. Finite size effects III.2. Single histogram method III.3.

More information

Computational Physics (6810): Session 13

Computational Physics (6810): Session 13 Computational Physics (6810): Session 13 Dick Furnstahl Nuclear Theory Group OSU Physics Department April 14, 2017 6810 Endgame Various recaps and followups Random stuff (like RNGs :) Session 13 stuff

More information

CHEMISTRY. Matter and Change. Table Of Contents. Section 4.1 Early Ideas About Matter. Unstable Nuclei and Radioactive Decay

CHEMISTRY. Matter and Change. Table Of Contents. Section 4.1 Early Ideas About Matter. Unstable Nuclei and Radioactive Decay CHEMISTRY 4 Table Of Contents Matter and Change Section 4.1 Early Ideas About Matter Chapter 4: The Structure of the Atom Section 4.2 Section 4.3 Section 4.4 Defining the Atom How Atoms Differ Unstable

More information

VSOP19, Quy Nhon 3-18/08/2013. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam.

VSOP19, Quy Nhon 3-18/08/2013. Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. VSOP19, Quy Nhon 3-18/08/2013 Ngo Van Thanh, Institute of Physics, Hanoi, Vietnam. Part II. Monte Carlo Simulation Methods II.1. The spin models II.2. Boundary conditions II.3. Simple sampling Monte Carlo

More information

(G). This remains probably true in most random magnets. It raises the question of. On correlation functions in random magnets LETTER TO THE EDITOR

(G). This remains probably true in most random magnets. It raises the question of. On correlation functions in random magnets LETTER TO THE EDITOR J. Phys. C: Solid State Phys., 14 (1981) L539-L544. Printed in Great Britain LETTER TO THE EDITOR On correlation functions in random magnets Bernard Derridai and Henk Hilhorst$ t Service de Physique ThCorique,

More information

The Monte Carlo Method of Random Sampling in Statistical Physics

The Monte Carlo Method of Random Sampling in Statistical Physics IOSR Journal of Applied Physics (IOSR-JAP) e-issn: 2278-4861. Volume 4, Issue 4 (Sep. - Oct. 213), PP 15-23 The Monte Carlo Method of Random Sampling in Statistical Physics 1 Akabuogu E. U., 2 Chiemeka

More information

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 6a BONDING AND SURFACES

3.091 Introduction to Solid State Chemistry. Lecture Notes No. 6a BONDING AND SURFACES 3.091 Introduction to Solid State Chemistry Lecture Notes No. 6a BONDING AND SURFACES 1. INTRODUCTION Surfaces have increasing importance in technology today. Surfaces become more important as the size

More information

ICCP Project 2 - Advanced Monte Carlo Methods Choose one of the three options below

ICCP Project 2 - Advanced Monte Carlo Methods Choose one of the three options below ICCP Project 2 - Advanced Monte Carlo Methods Choose one of the three options below Introduction In statistical physics Monte Carlo methods are considered to have started in the Manhattan project (1940

More information

Magnetic Monopoles in Spin Ice

Magnetic Monopoles in Spin Ice Magnetic Monopoles in Spin Ice Claudio Castelnovo University of Oxford Roderich Moessner Max Planck Institut Shivaji Sondhi Princeton University Nature 451, 42 (2008) 25 th International Conference on

More information

Monte Carlo Simulations for a Soft Sphere Fluid

Monte Carlo Simulations for a Soft Sphere Fluid Monte Carlo Simulations for a Soft Sphere Fluid Patrick Kreitzberg Advisor: Dr. David Roundy May 8 th, 2015 1 Contents 1 2 3 5 7 Abstract Introduction Methods Results and Discussion Conclusion Acknowledgments

More information

Supporting Online Material (1)

Supporting Online Material (1) Supporting Online Material The density functional theory (DFT) calculations were carried out using the dacapo code (http://www.fysik.dtu.dk/campos), and the RPBE (1) generalized gradient correction (GGA)

More information

8.334: Statistical Mechanics II Problem Set # 4 Due: 4/9/14 Transfer Matrices & Position space renormalization

8.334: Statistical Mechanics II Problem Set # 4 Due: 4/9/14 Transfer Matrices & Position space renormalization 8.334: Statistical Mechanics II Problem Set # 4 Due: 4/9/14 Transfer Matrices & Position space renormalization This problem set is partly intended to introduce the transfer matrix method, which is used

More information

Intermolecular Forces and States of Matter AP Chemistry Lecture Outline

Intermolecular Forces and States of Matter AP Chemistry Lecture Outline Intermolecular Forces and States of Matter AP Chemistry Lecture Outline Name: Chemical properties are related only to chemical composition; physical properties are related to chemical composition AND the

More information

arxiv: v1 [cond-mat.stat-mech] 9 Feb 2012

arxiv: v1 [cond-mat.stat-mech] 9 Feb 2012 Magnetic properties and critical behavior of disordered Fe 1 x Ru x alloys: a Monte Carlo approach I. J. L. Diaz 1, and N. S. Branco 2, arxiv:1202.2104v1 [cond-mat.stat-mech] 9 Feb 2012 1 Universidade

More information

Spreadsheet analysis of stability and meta-stability of low-dimensional magnetic. particles using Ising approach accepted version

Spreadsheet analysis of stability and meta-stability of low-dimensional magnetic. particles using Ising approach accepted version Spreadsheet analysis of stability and meta-stability of low-dimensional magnetic particles using Ising approach accepted version This is an author-created, un-copyedited version of an article accepted

More information

CHAPTER 2 INTERATOMIC FORCES. atoms together in a solid?

CHAPTER 2 INTERATOMIC FORCES. atoms together in a solid? CHAPTER 2 INTERATOMIC FORCES What kind of force holds the atoms together in a solid? Interatomic Binding All of the mechanisms which cause bonding between the atoms derive from electrostatic interaction

More information

STATISTICAL PHYSICS OF GEOMETRICALLY FRUSTRATED MAGNETS

STATISTICAL PHYSICS OF GEOMETRICALLY FRUSTRATED MAGNETS STATISTICAL PHYSICS OF GEOMETRICALLY FRUSTRATED MAGNETS Classical spin liquids, emergent gauge fields and fractionalised excitations John Chalker Physics Department, Oxford University Outline Geometrically

More information

MONTE CARLO METHOD. Reference1: Smit Frenkel, Understanding molecular simulation, second edition, Academic press, 2002.

MONTE CARLO METHOD. Reference1: Smit Frenkel, Understanding molecular simulation, second edition, Academic press, 2002. MONTE CARLO METHOD Reference1: Smit Frenkel, Understanding molecular simulation, second edition, Academic press, 2002. Reference 2: David P. Landau., Kurt Binder., A Guide to Monte Carlo Simulations in

More information

LECTURE 11: Monte Carlo Methods III

LECTURE 11: Monte Carlo Methods III 1 LECTURE 11: Monte Carlo Methods III December 3, 2012 In this last chapter, we discuss non-equilibrium Monte Carlo methods. We concentrate on lattice systems and discuss ways of simulating phenomena such

More information

Monte Carlo Methods in High Energy Physics I

Monte Carlo Methods in High Energy Physics I Helmholtz International Workshop -- CALC 2009, July 10--20, Dubna Monte Carlo Methods in High Energy Physics CALC2009 - July 20 10, Dubna 2 Contents 3 Introduction Simple definition: A Monte Carlo technique

More information

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals.

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Physical Metallurgy The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Crystal Binding In our discussions

More information