7. Quantum Monte Carlo (QMC)

Size: px
Start display at page:

Download "7. Quantum Monte Carlo (QMC)"

Transcription

1 Molecular Simulations with Chemical and Biological Applications (Part I) 7. Quantum Monte Carlo (QMC) Dr. Mar(n Steinhauser 1 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 1 Introduc5on Dr. Mar(n Steinhauser 2 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 2 1

2 The quantum many- body problem Fundamental object in quantum mechanics: Want to find special wave func(ons such that Ψ(r 1,r 2,...,r N ) HΦ ( r, r,..., r ) = EΦ ( r, r,..., r ) n 1 2 N n 1 2 N where 1 Z 1 H = + 2 r 2 I i i ii rii i< j ij This is a fundamentally many- body equa(on! We want to find an accurate method that will work in general to solve this 3 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 3 The Problem of Dimensionality Direct quantum methods are too slow! Suppose, we represent the complete N- body wavefunc(on and treat it as strictly a problem in linear algebra then find the exact solu(on If each dimension takes 100 complex numbers, then: N par(cles in 3 dimensions will take 10 6N numbers. Even with computer (me and memory increasing exponen(ally, the size of system we can treat will only grow linearly in (me! 4 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 4 2

3 High Standards for Accuracy Set by Nature! 5 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 5 Algorithms for Solving these Problems came in HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 6 3

4 Monte Carlo Monte Carlo is solving a problem using random numbers! Evaluate integrals: expecta(on value of a random variable is just the integral over its probability distribu(on generate a bunch of random numbers and average to get the integral Simulate random processes- - random walks sample configura(on space Number of dimensions doesn t mazer for MC Efficiency That s why usually MC is the best method for high- dimensional problems 7 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 7 SUMMARY: IMPORTANT ENSEMBLES Microcanonical (NVE) Canonical (NVT) Isobaric/isothermal (NPT) Probability distributions ( { }) = P { r i }, p i 1 Ω E,V, N ( ) H ri ( { }) = e P { r i }, p i ( { }) { }, p i kt Z ( T,V, N ) ( ) e H ri P { r i },{ p i },V Z P ({ },{ p i }) PV kt ( T,P, N ) Ω( E,V, N) = δ E H micro ( ({ r i },{ p i })) Z P ( T,V, N ) = e micro E kt Z P ( T,P, N ) = e V micro E PV kt Free energies (atomistic macroscopic thermodynamics) S = k log Ω(E,V, N ) F (T,V, N ) = kt log Z G(T, P, N ) = kt log Z p 8 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 8 4

5 THE IDEA OF MONTE CARLO Simple vs. Importance Sampling ü The realiza(on that one should not sample the microstates completely at random (simple sampling), but according to to their actual Boltzmann weights (this is the equilibrium distribu(on!), is the first step towards the celebrated Metropolis algorithm (importance sampling). ü One can actually only speak of a temperature of a system (factor β in the exponent), when the system has reached equilibrium, i.e. when the microstate occupa(on probabili(es form a Boltzmann distribu(on. g( x) g( x) x x 9 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 9 MC AS A MARKOV PROCESS ü So far we haven t said anything about how we have to choose each state so it appears with its correct Boltzmann probability. One way to answer to this ques(on is to consider MC as a Markov process. ü A Markov process is a mechanism by which an ini(al state X is transformed into a new state Y in a stochas(c fashion using a set of transi(on probabili(es P( X Y ) which sa(sfy certain condi(ons (for details, see Tutorial on the Monte Carlo (MC) Method on the lecture website). X : p X,T X ( ) P X Y ( ) Y :( p Y,T Y ) P( Y ) 10 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 10 5

6 MC AS A MARKOV PROCESS ü Transi(on probabili(es of a true Markov process should sa(sfy the following condi(ons: They should vary with (me, They should neither depend on the proper(es of the ini(al or final state, nor on any other state through which the system passes, For a given ini(al state, the sum of transi(on probabili(es over all final states must be equal to one. ü In a MC simula(on we repeatedly apply a Markov process to generate a Markov chain of states. ü The Markov process is chosen such that it produces a succession of states which appear with their Boltzmann probabili(es. This is known as equilibrium of the system. 11 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 11 EXAMPLE OF A MARKOV PROCESS OF LAST LECTURE The Simple Random Walk (Brownian Mo5on) 12 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 12 6

7 MC AS A MARKOV PROCESS ü In order to reach equilibrium, the Markov process has to be ergodic, i.e. it should be possible to reach any state of the system from any other state. ü The Markov process should sa(sfy the principle of detailed balance, i. e. the rates at which the system makes transi(ons into and out of any microstate should be the same: p X P( X Y ) = p Y P( Y X) ü The condi(on of detailed balance imposes a (me- reversal symmetry on the system and provides a sufficient (but not necessary) condi(on for the ra(o of the transi(on probabili(es to produce a Boltzmann equilibrium distribu(on of the occupancy of microstates. 13 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 13 MC AS A MARKOV PROCESS ü For the equilibrium distribu(on to be Boltzmann- like, the ra(on of the transi(on probabili(es should be (for details, see Sect in Tutorial on the Monte Carlo (MC) Method on the lecture website): p X p Y ( ) ( ) = exp β ( E E Y X ) = P Y X P X Y ü In prac(ce, this is done by tuning the actual transi(on probabili(es such that the acceptance ra5o, i.e. the probability of a randomly generated transi(on is as large as possible. ü Only Constraints: 1. The above equa(on 2. The sum over all transi(on probabili(es is equal to one. 14 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 14 7

8 THE METROPOLIS ALGORITHM ü Finally, we arrive at the Metropolis algorithm, which is a repe((on of three steps: 15 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 15 IMPROVING ON THE METROPOLIS ALGORITHM ü Achieving equilibrium of a system using the Metropolis algorithm can be greatly accelerated by introducing addi(onal MC moves into the system. ü The great advantage of the MC method is, that any MC trial moves that are thermodynamically permissible, are allowed they don t have to be physically realis:c, they only need to obey the acceptance rules which generate a Boltzmann- like distribu(on of microstates. However, one always has to make sure, that the moves are s:ll ergodic. For example: ü In a monoatomic fluid (see Monte Carlo NVT Fluid on lecture website), one can simply construct trial moves by randomly displacing par(cles. ü For flexible macromolecules (polymers), one must also consider internal degrees of freedom (s(ffness, bond length, bond angles, eigenvolume, etc.) by using orienta:onal MC trial moves. 16 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 16 8

9 IMPROVING ON THE METROPOLIS ALGORITHM Accelera5ng Equilibra5on in a binary mixture ü An exchange of par(cle iden(ty as a trial move, even though they might be separated by a large distance and other par(cles can greatly accelerate the simula(on of mixing of species in a dense system. trial move ü The price one pays for unphysical moves: Loss of informa(on about the dynamics ü In prac(ce: When using a reasonably physical set of trial moves, MC can also yield informa(on about the equilibrium dynamics of a system. Such MC methods are known as kine:c Monte Carlo (KMC) techniques. 17 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 17 IMPROVING ON THE METROPOLIS ALGORITHM Accelera5ng Equilibra5on of a Macromolecule Example from Research: ü Pivot moves which move part of a macromolecule about a randomly chosen monomer of the molecule can accelerate the large- scale equilibra(on of a polymer. 2 pivot moves 1 pivot move The algorithm is explained in: A molecular dynamics study on universal proper:es of polymer chains in different solvent quali:es. Part I. A review of linear chain proper:es, M. O. Steinhauser, J. Chem. Phys. 122, HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 18 9

10 Molecular Simulations with Chemical and Biological Applications (Part I) EXAMPLE: MC- NVT Ensemble of Hard Disks (2D, N=2000) Dr. Mar(n Steinhauser 19 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 19 EXAMPLE: MC- NVT Ensemble of Hard Spheres (N=400) Ini(al cubic setup Dr. Mar(n Steinhauser Ajer 104 MC steps 20 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 20 10

11 Quantum Monte Carlo (QMC) Premise: need to use simula(on techniques to solve many- body quantum problems just as you need them classically. Both the wavefunc(on and expecta(on values are determined by the simula(ons. Correla(ons are built in from the start. QMC gives most accurate method for general quantum many- body systems. QMC electronic energy is a standard for approximate DFT calcula(ons. (3rd largest cita(on in PRL.) Provide a new understanding of quantum phenomena and a prac(cal tool There are several different stochas(c methods (QMC): - Varia(onal Monte Carlo (VMC) - Projector Monte Carlo Methods for T=0: o Diffusion Monte Carlo (DMC) o Repta(on MD (RQMC) o Auxiliary Field QMC (AFQMC) - Path Integral Monte Carlo for T>0 (PICM) Goal is NOT large N, but higher accuracy and new capabili5es 21 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 21 Some of the Results obtained with QMC On 55 molecules, mean absolute devia(on of atomiza(on energy is 2.9 kcal/mol Successfully applied to organic molecules, transi(on metal oxides, solid state silicon, systems up to ~1000 electrons Can calculate accurate atomiza(on energies, phase energy differences, excita(on energies, one par(cle densi(es, correla(on func(ons, etc.. Scaling is from O(1) to O(N 3 ), depending on implementa(on and quan(ty. 22 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 22 11

12 Breakthrough Quantum Monte Carlo Simula5ons Hard- Core Bosons on a CDC 6600 (1974) Electron gas on CRAY- 1 (1980) Superfluid helium (1984) Ground state of solid hydrogen at high pressures, CRAY XMP and CYBER 205 (1987) Electronic and structure proper5es of carbon/silicon clusters on HP 9000/715 cluster and Cray Y- MP (1995) Coupled Electron- Ion Monte Carlo simula5ons of dense hydrogen on Linux Clusters (2000s) 23 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 23 VMC Varia(onal Monte Carlo 24 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 24 Wagner 12

13 Varia5onal Monte Carlo (McMillan, 1965) VMC is concep5onally the simplest QMC method Put correla(on directly into the wavefunc(on Integrals are hard to do: need Monte Carlo Take sequence of increasingly bezer wavefunc(ons Stochas(c op(miza(on is important! Can we make arbitrarily accurate func(ons? Method of residuals says how to do this No sign problem or with classical complexity 25 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 25 Varia5onal Monte Carlo I Rewrite expecta(on value E( P) = 2 Ψ( RP, ) HΨ( RP, ) 2 Ψ( R, P) dr Ψ( RP, ) Probability distribu(on dr func(on Idea: generate random walkers with probability equal to the above pdf and average (Metropolis method) Minimize the variance of the local energy with respect to the parameters 26 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 26 13

14 Varia5onal Monte Carlo II Take!a!wave!function!Ψ ( R, P)! ( ) 2!with!random!walk Sample! Ψ R, P! Minimize!the!energy!(or!variance)!of!Ψ ( R, P)!with!respect!to!P! ( ) = "walker"! R r 1,r 2,...r 3N Ψ 2 (R) = Det[ϕ i (r j )]exp(u ) Ψ n+1 (R) Ψ n (R)exp φ n 1 Hφ n ( ) 27 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 27 Trial Wave Func5ons General form of wave func(on Slater determinant (Hartree- Fock) Two- body Jastrow Three- body Jastrow Ψ T (R) = Det[φ i (r j )]exp( U ) We op(mize only the c coefficients U = 0 U = c ei k a k (r ii ) + c ee k b k (r ij ) ii k ij k U = two body + c eei [a (r ) klm a k ii l (r ji ) + a k (r ji )a l (r ii )]b k (r ij ) iji klm 28 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 28 14

15 Projector Monte Carlo Projector Monte Carlo 29 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 29 Projector Monte Carlo, e.g. Diffusion Monte Carlo (DMC) 30 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 30 15

16 Diffusion Monte Carlo 31 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 31 Diffusion Monte Carlo General strategy: stochas(cally simulate a differen(al equa(on that converges to the eigenstate Equa(on: dψ(r,t) dt = (H E)Ψ(R,t) Must propagate an en(re func(on forward in (me <=> distribu(on of walkers 32 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 32 16

17 Diffusion Monte Carlo: Imaginary Time Dynamics We want to find a wave func(on so that decreases Kine(c energy (curvature) decreases, poten(al energy stays the same HΨ = EΨ dψ( Rt,) Our differen(al equa(on is = ( H E) Ψ( Rt,) dt Suppose that V (R) Ψ > EΨ Ψ t=0 Time deriva(ve is zero when HΨ = EΨ t=infinity 33 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 33 Diffusion Monte Carlo: Harmonic Oscillator dψ(r,t) dt = Ψ(R,t) + (V (R) E)Ψ(R,t) Ini(al Diffusion Birth/death Generate walkers with a guess distribu(on Each (me step: Take a random step (diffuse) A walker can either die, give birth, or just keep going t Keep following rules, and we find the ground state! Works in an arbitrary number of dimensions Final 34 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 34 17

18 DMC: Importance of a Good Trial Func5on Importance sampling: mul(ply the differen(al equa(on by a trial wave func(on Converges to Ψ T Φ 0 instead of Φ 0 The bezer the trial func(on, the faster DMC is feed it a wave func(on from VMC Fixed node approxima(on: for fermions, ground state has nega(ve and posi(ve parts Not a pdf can t sample it Approxima(on: Ψ T Φ 0 > 0 35 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 35 A Typical QMC Calcula5on Choose system and get one- par(cle orbitals Op(mize wave func(on using VMC, evaluate energy and proper(es of wave func(on Use op(mized wave func(on in DMC for most accurate, lowest energy calcula(ons 36 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 36 18

19 Interes5ng things to look at in QMC Calcula5ons The pair correla(on func(on for the Slater determinant and op(mized two- body wave func(ons The rela(ve energies of Slater determinant/two- body wave func(on/dmc. The fluctua(ons in the trace of the Slater determinant versus two- body wave func(on. 37 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 37 References Hammond, Lester, and Reynolds. Monte Carlo Methods in Quantum Chemistry (book) Foulkes, Mitas, Needs, and Rajagopal. Rev. Mod. Phys. 73, 33 (2001) Umrigar, Nigh(ngale, and Runge. J. Chem. Phys. 99, 2865 (1993) 38 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 38 19

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

Electronic Structure Calcula/ons: Density Func/onal Theory. and. Predic/ng Cataly/c Ac/vity

Electronic Structure Calcula/ons: Density Func/onal Theory. and. Predic/ng Cataly/c Ac/vity Electronic Structure Calcula/ons: Density Func/onal Theory and Predic/ng Cataly/c Ac/vity Review Examples of experiments that do not agree with classical physics: Photoelectric effect Photons and the quan/za/on

More information

Parallel Tempering Algorithm in Monte Carlo Simula5on

Parallel Tempering Algorithm in Monte Carlo Simula5on Parallel Tempering Algorithm in Monte Carlo Simula5on Tony Cheung (CUHK) Kevin Zhao (CUHK) Mentors: Ying Wai Li (ORNL) Markus Eisenbach (ORNL) Kwai Wong (UTK/ORNL) Monte Carlo Algorithms Mo5va5on: Idea:

More information

Physics 2203, Fall 2011 Modern Physics

Physics 2203, Fall 2011 Modern Physics Physics 2203, Fall 2011 Modern Physics. Friday, Nov. 2 nd, 2012. Energy levels in Nitrogen molecule Sta@s@cal Physics: Quantum sta@s@cs: Ch. 15 in our book. Notes from Ch. 10 in Serway Announcements Second

More information

Least Squares Parameter Es.ma.on

Least Squares Parameter Es.ma.on Least Squares Parameter Es.ma.on Alun L. Lloyd Department of Mathema.cs Biomathema.cs Graduate Program North Carolina State University Aims of this Lecture 1. Model fifng using least squares 2. Quan.fica.on

More information

Quantum Monte Carlo methods

Quantum Monte Carlo methods Quantum Monte Carlo methods Lubos Mitas North Carolina State University Urbana, August 2006 Lubos_Mitas@ncsu.edu H= 1 2 i i 2 i, I Z I r ii i j 1 r ij E ion ion H r 1, r 2,... =E r 1, r 2,... - ground

More information

Quantum Monte Carlo wave functions and their optimization for quantum chemistry

Quantum Monte Carlo wave functions and their optimization for quantum chemistry Quantum Monte Carlo wave functions and their optimization for quantum chemistry Julien Toulouse Université Pierre & Marie Curie and CNRS, Paris, France CEA Saclay, SPhN Orme des Merisiers April 2015 Outline

More information

The QMC Petascale Project

The QMC Petascale Project The QMC Petascale Project Richard G. Hennig What will a petascale computer look like? What are the limitations of current QMC algorithms for petascale computers? How can Quantum Monte Carlo algorithms

More information

QMC dissociation energy of the water dimer: Time step errors and backflow calculations

QMC dissociation energy of the water dimer: Time step errors and backflow calculations QMC dissociation energy of the water dimer: Time step errors and backflow calculations Idoia G. de Gurtubay and Richard J. Needs TCM group. Cavendish Laboratory University of Cambridge Idoia G. de Gurtubay.

More information

Fixed-Node quantum Monte Carlo for Chemistry

Fixed-Node quantum Monte Carlo for Chemistry Fixed-Node quantum Monte Carlo for Chemistry Michel Caffarel Lab. Physique et Chimie Quantiques, CNRS-IRSAMC, Université de Toulouse e-mail : caffarel@irsamc.ups-tlse.fr. p.1/29 The N-body problem of Chemistry

More information

MD Thermodynamics. Lecture 12 3/26/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky

MD Thermodynamics. Lecture 12 3/26/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky MD Thermodynamics Lecture 1 3/6/18 1 Molecular dynamics The force depends on positions only (not velocities) Total energy is conserved (micro canonical evolution) Newton s equations of motion (second order

More information

An Overview of Quantum Monte Carlo Methods. David M. Ceperley

An Overview of Quantum Monte Carlo Methods. David M. Ceperley An Overview of Quantum Monte Carlo Methods David M. Ceperley Department of Physics and National Center for Supercomputing Applications University of Illinois Urbana-Champaign Urbana, Illinois 61801 In

More information

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on 12.- 1 A model for premixed turbulent combus7on, based on the non- reac7ng scalar G rather than on progress variable, has been developed

More information

Numerical Methods in Physics

Numerical Methods in Physics Numerical Methods in Physics Numerische Methoden in der Physik, 515.421. Instructor: Ass. Prof. Dr. Lilia Boeri Room: PH 03 090 Tel: +43-316- 873 8191 Email Address: l.boeri@tugraz.at Room: TDK Seminarraum

More information

The par/cle-hole picture

The par/cle-hole picture Nuclear pairing The par/cle-hole picture The lowest state ground state- of a system A A of N=A fermions with an energy E 0 = ε i i=1 i=1 Fermi level: the highest occupied state with energy ε A The expecta/on

More information

Gradient Descent for High Dimensional Systems

Gradient Descent for High Dimensional Systems Gradient Descent for High Dimensional Systems Lab versus Lab 2 D Geometry Op>miza>on Poten>al Energy Methods: Implemented Equa3ons for op3mizer 3 2 4 Bond length High Dimensional Op>miza>on Applica3ons:

More information

Introduction to Path Integral Monte Carlo. Part I.

Introduction to Path Integral Monte Carlo. Part I. Introduction to Path Integral Monte Carlo. Part I. Alexey Filinov, Jens Böning, Michael Bonitz Institut für Theoretische Physik und Astrophysik, Christian-Albrechts-Universität zu Kiel, D-24098 Kiel, Germany

More information

Statistical Thermodynamics and Monte-Carlo Evgenii B. Rudnyi and Jan G. Korvink IMTEK Albert Ludwig University Freiburg, Germany

Statistical Thermodynamics and Monte-Carlo Evgenii B. Rudnyi and Jan G. Korvink IMTEK Albert Ludwig University Freiburg, Germany Statistical Thermodynamics and Monte-Carlo Evgenii B. Rudnyi and Jan G. Korvink IMTEK Albert Ludwig University Freiburg, Germany Preliminaries Learning Goals From Micro to Macro Statistical Mechanics (Statistical

More information

Quantum Mechanical Simulations

Quantum Mechanical Simulations Quantum Mechanical Simulations Prof. Yan Wang Woodruff School of Mechanical Engineering Georgia Institute of Technology Atlanta, GA 30332, U.S.A. yan.wang@me.gatech.edu Topics Quantum Monte Carlo Hartree-Fock

More information

Quantum Monte Carlo. QMC methods in the continuum

Quantum Monte Carlo. QMC methods in the continuum Quantum Monte Carlo Premise: need to use simulation techniques to solve manybody quantum problems just as you need them classically. Both the wavefunction and expectation values are determined by the simulations.

More information

Computers in Chemistry as Educa3on and Research Tools. Bong June Sung Department of Chemistry Sogang University

Computers in Chemistry as Educa3on and Research Tools. Bong June Sung Department of Chemistry Sogang University Computers in Chemistry as Educa3on and Research Tools Bong June Sung Department of Chemistry Sogang University Computa3onal Chemistry Computa3onal chemistry is a branch of chemistry that employs computer

More information

Part 2 Electronic Structure Theory

Part 2 Electronic Structure Theory HS 2013: Vorlesung Physikalische Chemie III Part 2 Electronic Structure Theory Lecture 6 Dr. Mar'n O. Steinhauser Fraunhofer Ins'tute for High- Speed Dynamics, Ernst- Mach- Ins'tut, EMI, Freiburg Email:

More information

Introduc)on to Ar)ficial Intelligence

Introduc)on to Ar)ficial Intelligence Introduc)on to Ar)ficial Intelligence Lecture 13 Approximate Inference CS/CNS/EE 154 Andreas Krause Bayesian networks! Compact representa)on of distribu)ons over large number of variables! (OQen) allows

More information

Metropolis/Variational Monte Carlo. Microscopic Theories of Nuclear Structure, Dynamics and Electroweak Currents June 12-30, 2017, ECT*, Trento, Italy

Metropolis/Variational Monte Carlo. Microscopic Theories of Nuclear Structure, Dynamics and Electroweak Currents June 12-30, 2017, ECT*, Trento, Italy Metropolis/Variational Monte Carlo Stefano Gandolfi Los Alamos National Laboratory (LANL) Microscopic Theories of Nuclear Structure, Dynamics and Electroweak Currents June 12-30, 2017, ECT*, Trento, Italy

More information

ALGORITHMS FOR FINITE TEMPERATURE QMC

ALGORITHMS FOR FINITE TEMPERATURE QMC ALGORITHMS FOR FINITE TEMPERATURE QMC Bryan Clark Station Q QMC INT Conference: June 12, 2013 Current de-facto standard for fermions at finite temperature Restricted Path Integral Monte Carlo! * see PIMC++

More information

One-Electron Hamiltonians

One-Electron Hamiltonians One-Electron Hamiltonians Hartree-Fock and Density Func7onal Theory Christopher J. Cramer @ChemProfCramer 2017 MSSC, July 10, 2017 REVIEW A One-Slide Summary of Quantum Mechanics Fundamental Postulate:

More information

Cri$cal Casimir forces from the equa$on of state of quantum cri$cal systems

Cri$cal Casimir forces from the equa$on of state of quantum cri$cal systems Cri$cal Casimir forces from the equa$on of state of quantum cri$cal systems A. Rançon D. Lopes Cardozo T. Roscilde P. Holdsworth Ecole Normale Superieure de Lyon F. Rose N. Dupuis LPTMC Paris 6 L.-P. Henry

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

The nuclear many- body problem: an open quantum systems perspec6ve. Denis Lacroix GANIL- Caen

The nuclear many- body problem: an open quantum systems perspec6ve. Denis Lacroix GANIL- Caen The nuclear many- body problem: an open quantum systems perspec6ve Denis Lacroix GANIL- Caen Coll: M. Assié, S. Ayik, Ph. Chomaz, G. Hupin, K. Washiyama Trento, Decoherence -April 2010 The nuclear many-

More information

I. QUANTUM MONTE CARLO METHODS: INTRODUCTION AND BASICS

I. QUANTUM MONTE CARLO METHODS: INTRODUCTION AND BASICS I. QUANTUM MONTE CARLO METHODS: INTRODUCTION AND BASICS Markus Holzmann LPMMC, UJF, Grenoble, and LPTMC, UPMC, Paris markus@lptl.jussieu.fr http://www.lptl.jussieu.fr/users/markus (Dated: January 24, 2012)

More information

Molecular Dynamics. Molecules in motion

Molecular Dynamics. Molecules in motion Molecular Dynamics Molecules in motion 1 Molecules in mo1on Molecules are not sta1c, but move all the 1me Source: h9p://en.wikipedia.org/wiki/kine1c_theory 2 Gasses, liquids and solids Gasses, liquids

More information

Advanced beam manipula/ons

Advanced beam manipula/ons Advanced beam manipula/ons Beam manipula+ons involves the interac+on of the beam with external fields: laser tailored RF field (e.g. mul+ frequency) external beams The beam manipula+ons topics explored

More information

Random Walks A&T and F&S 3.1.2

Random Walks A&T and F&S 3.1.2 Random Walks A&T 110-123 and F&S 3.1.2 As we explained last time, it is very difficult to sample directly a general probability distribution. - If we sample from another distribution, the overlap will

More information

Pseudospectral Methods For Op2mal Control. Jus2n Ruths March 27, 2009

Pseudospectral Methods For Op2mal Control. Jus2n Ruths March 27, 2009 Pseudospectral Methods For Op2mal Control Jus2n Ruths March 27, 2009 Introduc2on Pseudospectral methods arose to find solu2ons to Par2al Differen2al Equa2ons Recently adapted for Op2mal Control Key Ideas

More information

1 Quantum field theory and Green s function

1 Quantum field theory and Green s function 1 Quantum field theory and Green s function Condensed matter physics studies systems with large numbers of identical particles (e.g. electrons, phonons, photons) at finite temperature. Quantum field theory

More information

Exploring deep Earth minerals with accurate theory

Exploring deep Earth minerals with accurate theory Exploring deep Earth minerals with accurate theory K.P. Driver, R.E. Cohen, Z. Wu, B. Militzer, P. Lopez Rios, M. Towler, R. Needs, and J.W. Wilkins Funding: NSF, DOE; Computation: NCAR, TeraGrid, NCSA,

More information

Optimization of quantum Monte Carlo (QMC) wave functions by energy minimization

Optimization of quantum Monte Carlo (QMC) wave functions by energy minimization Optimization of quantum Monte Carlo (QMC) wave functions by energy minimization Julien Toulouse, Cyrus Umrigar, Roland Assaraf Cornell Theory Center, Cornell University, Ithaca, New York, USA. Laboratoire

More information

Quantum Energy Inequali1es

Quantum Energy Inequali1es Quantum Energy Inequali1es Elisa Ferreira PHYS 731 Ian Morrison Ref: Lectures on Quantum Energy Inequali1es, C. Fewster 1208.5399 Introduc1on and Mo1va1on Classical energy condi1ons (CEC) of GR- WEC, NEC,

More information

Computational Physics. J. M. Thijssen

Computational Physics. J. M. Thijssen Computational Physics J. M. Thijssen Delft University of Technology CAMBRIDGE UNIVERSITY PRESS Contents Preface xi 1 Introduction 1 1.1 Physics and computational physics 1 1.2 Classical mechanics and statistical

More information

Reversible vs. irreversible processes

Reversible vs. irreversible processes Reversible vs. irreversible processes A reversible process is one for which the final states of the universe (system and environment) are iden

More information

Exponen'al growth and differen'al equa'ons

Exponen'al growth and differen'al equa'ons Exponen'al growth and differen'al equa'ons But first.. Thanks for the feedback! Feedback about M102 Which of the following do you find useful? 70 60 50 40 30 20 10 0 How many resources students typically

More information

Computational methods: Coupled Electron Ion Monte Carlo Path Integral Monte Carlo Examples: Electron gas Hydrogen

Computational methods: Coupled Electron Ion Monte Carlo Path Integral Monte Carlo Examples: Electron gas Hydrogen ! Computational methods: Coupled Electron Ion Monte Carlo Path Integral Monte Carlo Examples: Electron gas Hydrogen WHO DID THE WORK? Miguel Morales, Livermore Carlo Pierleoni: L Aquila, Italy Jeff McMahon

More information

Class Notes. Examining Repeated Measures Data on Individuals

Class Notes. Examining Repeated Measures Data on Individuals Ronald Heck Week 12: Class Notes 1 Class Notes Examining Repeated Measures Data on Individuals Generalized linear mixed models (GLMM) also provide a means of incorporang longitudinal designs with categorical

More information

Par$cle Filters Part I: Theory. Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading

Par$cle Filters Part I: Theory. Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading Par$cle Filters Part I: Theory Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading Reading July 2013 Why Data Assimila$on Predic$on Model improvement: - Parameter es$ma$on

More information

Multiscale Materials Modeling

Multiscale Materials Modeling Multiscale Materials Modeling Lecture 02 Capabilities of Classical Molecular Simulation These notes created by David Keffer, University of Tennessee, Knoxville, 2009. Outline Capabilities of Classical

More information

Ab-initio molecular dynamics for High pressure Hydrogen

Ab-initio molecular dynamics for High pressure Hydrogen Ab-initio molecular dynamics for High pressure Hydrogen Claudio Attaccalite Institut d'electronique, Microélectronique et Nanotechnologie (IEMN), Lille Outline A brief introduction to Quantum Monte Carlo

More information

New Models for Aqueous Systems: Construction of Vibrational Wave Functions for use in Monte Carlo Simulations.

New Models for Aqueous Systems: Construction of Vibrational Wave Functions for use in Monte Carlo Simulations. New Models for Aqueous Systems: Construction of Vibrational Wave Functions for use in Monte Carlo Simulations. Maria A. Gomez and Lawrence R. Pratt T-12 and CNLS Theoretical Division Los Alamos National

More information

All-electron quantum Monte Carlo calculations for the noble gas atoms He to Xe

All-electron quantum Monte Carlo calculations for the noble gas atoms He to Xe All-electron quantum Monte Carlo calculations for the noble gas atoms He to Xe A. Ma, N. D. Drummond, M. D. Towler, and R. J. Needs Theory of Condensed Matter Group, Cavendish Laboratory, University of

More information

Probing proton-neutron pairing with Gamow-Teller strengths in twonucleon

Probing proton-neutron pairing with Gamow-Teller strengths in twonucleon Probing proton-neutron pairing with Gamow-Teller strengths in twonucleon configura8ons Yutaka Utsuno Advanced Science Research Center, Japan Atomic Energy Agency Center for Nuclear Study, University of

More information

Understanding Molecular Simulation 2009 Monte Carlo and Molecular Dynamics in different ensembles. Srikanth Sastry

Understanding Molecular Simulation 2009 Monte Carlo and Molecular Dynamics in different ensembles. Srikanth Sastry JNCASR August 20, 21 2009 Understanding Molecular Simulation 2009 Monte Carlo and Molecular Dynamics in different ensembles Srikanth Sastry Jawaharlal Nehru Centre for Advanced Scientific Research, Bangalore

More information

Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012

Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012 Introduction to Computer Simulations of Soft Matter Methodologies and Applications Boulder July, 19-20, 2012 K. Kremer Max Planck Institute for Polymer Research, Mainz Overview Simulations, general considerations

More information

Quan&fying Uncertainty. Sai Ravela Massachuse7s Ins&tute of Technology

Quan&fying Uncertainty. Sai Ravela Massachuse7s Ins&tute of Technology Quan&fying Uncertainty Sai Ravela Massachuse7s Ins&tute of Technology 1 the many sources of uncertainty! 2 Two days ago 3 Quan&fying Indefinite Delay 4 Finally 5 Quan&fying Indefinite Delay P(X=delay M=

More information

The DFT. Star+ng from Chapter 3, DFT of atoms and molecules, Parr & Lee 1989

The DFT. Star+ng from Chapter 3, DFT of atoms and molecules, Parr & Lee 1989 The DFT Star+ng from Chapter 3, DFT of atoms and molecules, Parr & Lee 1989 DFT- Thomas- Fermi model for atoms The theory showing how the N- electron wave func+on depending on 3N coordinates can be replaced

More information

Metropolis Sampler and Markov Chains

Metropolis Sampler and Markov Chains Lecture 9 Metropolis Sampler and Markov Chains MCMC: Markov Chain Monte Carlo Last &me: Simulated Annealing Minimize by iden+fying with the energy of an imaginary physical system undergoing an annealing

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

Reduced Models for Process Simula2on and Op2miza2on

Reduced Models for Process Simula2on and Op2miza2on Reduced Models for Process Simulaon and Opmizaon Yidong Lang, Lorenz T. Biegler and David Miller ESI annual meeng March, 0 Models are mapping Equaon set or Module simulators Input space Reduced model Surrogate

More information

Exponen'al func'ons and exponen'al growth. UBC Math 102

Exponen'al func'ons and exponen'al growth. UBC Math 102 Exponen'al func'ons and exponen'al growth Course Calendar: OSH 4 due by 12:30pm in MX 1111 You are here Coming up (next week) Group version of Quiz 3 distributed by email Group version of Quiz 3 due in

More information

Basics of Statistical Mechanics

Basics of Statistical Mechanics Basics of Statistical Mechanics Review of ensembles Microcanonical, canonical, Maxwell-Boltzmann Constant pressure, temperature, volume, Thermodynamic limit Ergodicity (see online notes also) Reading assignment:

More information

IS4200/CS6200 Informa0on Retrieval. PageRank Con+nued. with slides from Hinrich Schütze and Chris6na Lioma

IS4200/CS6200 Informa0on Retrieval. PageRank Con+nued. with slides from Hinrich Schütze and Chris6na Lioma IS4200/CS6200 Informa0on Retrieval PageRank Con+nued with slides from Hinrich Schütze and Chris6na Lioma Exercise: Assump0ons underlying PageRank Assump0on 1: A link on the web is a quality signal the

More information

Multi-Scale Modeling from First Principles

Multi-Scale Modeling from First Principles m mm Multi-Scale Modeling from First Principles μm nm m mm μm nm space space Predictive modeling and simulations must address all time and Continuum Equations, densityfunctional space scales Rate Equations

More information

Comments on Black Hole Interiors

Comments on Black Hole Interiors Comments on Black Hole Interiors Juan Maldacena Ins6tute for Advanced Study Conserva6ve point of view Expansion parameter = geff 2 ld 2 p r D 2 h 1 S Informa6on seems to be lost perturba6vely. n point

More information

Effec%ve Field Theory of Dissipa%ve Fluids

Effec%ve Field Theory of Dissipa%ve Fluids Effec%ve Field Theory of Dissipa%ve Fluids Hong Liu Paolo Glorioso arxiv: 1511.03646 and to appear Michael Crossley Conserved quan%%es and hydrodynamics Consider long wavelength disturbances of a system

More information

Statistical thermodynamics for MD and MC simulations

Statistical thermodynamics for MD and MC simulations Statistical thermodynamics for MD and MC simulations knowing 2 atoms and wishing to know 10 23 of them Marcus Elstner and Tomáš Kubař 22 June 2016 Introduction Thermodynamic properties of molecular systems

More information

Markov Processes. Stochastic process. Markov process

Markov Processes. Stochastic process. Markov process Markov Processes Stochastic process movement through a series of well-defined states in a way that involves some element of randomness for our purposes, states are microstates in the governing ensemble

More information

Lecture 2: Transfer theory. Credit: Kees Dullemond

Lecture 2: Transfer theory. Credit: Kees Dullemond Lecture 2: Transfer theory Credit: Kees Dullemond What is radia:ve transfer? Radia:ve transfer is the physical phenomenon of energy transfer in the form of electromagne:c radia:on The propaga:on of radia:on

More information

THERMODYNAMICS AND STATISTICAL MECHANICS

THERMODYNAMICS AND STATISTICAL MECHANICS Some Misconceptions about Entropy P 1 Some Misconceptions about Entropy P 2 THERMODYNAMICS AND STATISTICAL MECHANICS SOME MISCONCEPTIONS ABOUT ENTROPY Introduction the ground rules. Gibbs versus Boltmann

More information

Statistical Mechanics. Atomistic view of Materials

Statistical Mechanics. Atomistic view of Materials Statistical Mechanics Atomistic view of Materials What is statistical mechanics? Microscopic (atoms, electrons, etc.) Statistical mechanics Macroscopic (Thermodynamics) Sample with constrains Fixed thermodynamics

More information

Bioelectrical Circuits: Lecture 9

Bioelectrical Circuits: Lecture 9 City University of New York (CUNY) CUNY Academic Works Open Educational Resources City College of New York 2019 Bioelectrical Circuits: Lecture 9 Jacek P. Dmochowski CUNY City College Luis Cardoso CUNY

More information

3.3 Increasing & Decreasing Functions and The First Derivative Test

3.3 Increasing & Decreasing Functions and The First Derivative Test 3.3 Increasing & Decreasing Functions and The First Derivative Test Definitions of Increasing and Decreasing Functions: A funcon f is increasing on an interval if for any two numbers x 1 and x 2 in the

More information

Observations on variational and projector Monte Carlo Methods

Observations on variational and projector Monte Carlo Methods Observations on variational and projector Monte Carlo Methods C. J. Umrigar Laboratory of Atomic and Solid State Physics, Cornell University, Ithaca, New York 14853, USA (Dated: September 29, 2015) Variational

More information

Monte Carlo. Lecture 15 4/9/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky

Monte Carlo. Lecture 15 4/9/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky Monte Carlo Lecture 15 4/9/18 1 Sampling with dynamics In Molecular Dynamics we simulate evolution of a system over time according to Newton s equations, conserving energy Averages (thermodynamic properties)

More information

Deriva'on of The Kalman Filter. Fred DePiero CalPoly State University EE 525 Stochas'c Processes

Deriva'on of The Kalman Filter. Fred DePiero CalPoly State University EE 525 Stochas'c Processes Deriva'on of The Kalman Filter Fred DePiero CalPoly State University EE 525 Stochas'c Processes KF Uses State Predic'ons KF es'mates the state of a system Example Measure: posi'on State: [ posi'on velocity

More information

Density Func,onal Theory (Chapter 6, Jensen)

Density Func,onal Theory (Chapter 6, Jensen) Chem 580: DFT Density Func,onal Theory (Chapter 6, Jensen) Hohenberg- Kohn Theorem (Phys. Rev., 136,B864 (1964)): For molecules with a non degenerate ground state, the ground state molecular energy and

More information

Molecular Interactions F14NMI. Lecture 4: worked answers to practice questions

Molecular Interactions F14NMI. Lecture 4: worked answers to practice questions Molecular Interactions F14NMI Lecture 4: worked answers to practice questions http://comp.chem.nottingham.ac.uk/teaching/f14nmi jonathan.hirst@nottingham.ac.uk (1) (a) Describe the Monte Carlo algorithm

More information

Advanced beam manipula/ons

Advanced beam manipula/ons Advanced beam manipula/ons beam manipula+ons are two fold: transverse (focusing, shaping, ) longitudinal (tailoring the current of energy spectrum of a beam) Transverse shaping is rather straigh>orward

More information

d 3 r d 3 vf( r, v) = N (2) = CV C = n where n N/V is the total number of molecules per unit volume. Hence e βmv2 /2 d 3 rd 3 v (5)

d 3 r d 3 vf( r, v) = N (2) = CV C = n where n N/V is the total number of molecules per unit volume. Hence e βmv2 /2 d 3 rd 3 v (5) LECTURE 12 Maxwell Velocity Distribution Suppose we have a dilute gas of molecules, each with mass m. If the gas is dilute enough, we can ignore the interactions between the molecules and the energy will

More information

Quantum Monte Carlo Benchmarks Density Functionals: Si Defects

Quantum Monte Carlo Benchmarks Density Functionals: Si Defects Quantum Monte Carlo Benchmarks Density Functionals: Si Defects K P Driver, W D Parker, R G Hennig, J W Wilkins (OSU) C J Umrigar (Cornell), R Martin, E Batista, B Uberuaga (LANL), J Heyd, G Scuseria (Rice)

More information

Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials

Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials Ahmad Ziaee* 1,2, Drahomir Chovan 1,2, Michael Zaworotko 2,3 and Syed A.M. Tofail 1,2 1 Department of Physics and Energy 2 Materials

More information

Alfred University Dept. of Physics and Astronomy

Alfred University Dept. of Physics and Astronomy Lecture 16:he ool- Narayanaswamy- Moynihan Equa;on Part II and DSC March 11, 21 Dr. Roger Loucks Alfred University Dept. of Physics and Astronomy loucks@alfred.edu First, let s review! Narayanaswamy assumed

More information

Bellman s Curse of Dimensionality

Bellman s Curse of Dimensionality Bellman s Curse of Dimensionality n- dimensional state space Number of states grows exponen

More information

CSE 473: Ar+ficial Intelligence

CSE 473: Ar+ficial Intelligence CSE 473: Ar+ficial Intelligence Hidden Markov Models Luke Ze@lemoyer - University of Washington [These slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188

More information

PART 2. Formalism of rela,vis,c ideal/viscous hydrodynamics

PART 2. Formalism of rela,vis,c ideal/viscous hydrodynamics PART 2 Formalism of rela,vis,c ideal/viscous hydrodynamics Adver&sement: Lecture Notes Hydrodynamics Framework to describe space- &me evolu&on of thermodynamic variables Balance equa&ons (equa&ons of mo&on,

More information

Wang-Landau Monte Carlo simulation. Aleš Vítek IT4I, VP3

Wang-Landau Monte Carlo simulation. Aleš Vítek IT4I, VP3 Wang-Landau Monte Carlo simulation Aleš Vítek IT4I, VP3 PART 1 Classical Monte Carlo Methods Outline 1. Statistical thermodynamics, ensembles 2. Numerical evaluation of integrals, crude Monte Carlo (MC)

More information

Introduction Statistical Thermodynamics. Monday, January 6, 14

Introduction Statistical Thermodynamics. Monday, January 6, 14 Introduction Statistical Thermodynamics 1 Molecular Simulations Molecular dynamics: solve equations of motion Monte Carlo: importance sampling r 1 r 2 r n MD MC r 1 r 2 2 r n 2 3 3 4 4 Questions How can

More information

Statistical Mechanics in a Nutshell

Statistical Mechanics in a Nutshell Chapter 2 Statistical Mechanics in a Nutshell Adapted from: Understanding Molecular Simulation Daan Frenkel and Berend Smit Academic Press (2001) pp. 9-22 11 2.1 Introduction In this course, we will treat

More information

Noncollinear spins in QMC: spiral Spin Density Waves in the HEG

Noncollinear spins in QMC: spiral Spin Density Waves in the HEG Noncollinear spins in QMC: spiral Spin Density Waves in the HEG Zoltán Radnai and Richard J. Needs Workshop at The Towler Institute July 2006 Overview What are noncollinear spin systems and why are they

More information

Accelerating QMC on quantum computers. Matthias Troyer

Accelerating QMC on quantum computers. Matthias Troyer Accelerating QMC on quantum computers Matthias Troyer International Journal of Theoretical Physics, VoL 21, Nos. 6/7, 1982 Simulating Physics with Computers Richard P. Feynman Department of Physics, California

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

Recent advances in quantum Monte Carlo for quantum chemistry: optimization of wave functions and calculation of observables

Recent advances in quantum Monte Carlo for quantum chemistry: optimization of wave functions and calculation of observables Recent advances in quantum Monte Carlo for quantum chemistry: optimization of wave functions and calculation of observables Julien Toulouse 1, Cyrus J. Umrigar 2, Roland Assaraf 1 1 Laboratoire de Chimie

More information

CSCI 360 Introduc/on to Ar/ficial Intelligence Week 2: Problem Solving and Op/miza/on. Instructor: Wei-Min Shen

CSCI 360 Introduc/on to Ar/ficial Intelligence Week 2: Problem Solving and Op/miza/on. Instructor: Wei-Min Shen CSCI 360 Introduc/on to Ar/ficial Intelligence Week 2: Problem Solving and Op/miza/on Instructor: Wei-Min Shen Today s Lecture Search Techniques (review & con/nue) Op/miza/on Techniques Home Work 1: descrip/on

More information

The Rigid Rotor Problem: A quantum par7cle confined to a sphere Spherical Harmonics. Reading: McIntyre 7.6

The Rigid Rotor Problem: A quantum par7cle confined to a sphere Spherical Harmonics. Reading: McIntyre 7.6 The Rigid Rotor Problem: A quantum par7cle confined to a sphere Spherical Harmonics Reading: McIntyre 7.6 Legendre s equa7on (m = 0) The series must be finite! If the series is not finite, the polynomial

More information

Monte Carlo (MC) Simulation Methods. Elisa Fadda

Monte Carlo (MC) Simulation Methods. Elisa Fadda Monte Carlo (MC) Simulation Methods Elisa Fadda 1011-CH328, Molecular Modelling & Drug Design 2011 Experimental Observables A system observable is a property of the system state. The system state i is

More information

Lecture 4 Quantum Electrodynamics (QED)

Lecture 4 Quantum Electrodynamics (QED) Lecture 4 Quantum Electrodynamics (QED) An introduc9on to the quantum field theory of the electromagne9c interac9on 22/1/10 Par9cle Physics Lecture 4 Steve Playfer 1 The Feynman Rules for QED Incoming

More information

Fields, wave and electromagne3c pulses. fields, waves <- > par0cles pulse <- > bunch (finite in 0me),

Fields, wave and electromagne3c pulses. fields, waves <- > par0cles pulse <- > bunch (finite in 0me), Fields, wave and electromagne3c pulses fields, waves par0cles pulse bunch (finite in 0me), 1 Op3cs ray or geometric op0cs: ABCD matrix, wave op0cs (used e.m. field to describe the op0cal field):

More information

Next topic: Quantum Field Theories for Quantum Many-Particle Systems; or "Second Quantization"

Next topic: Quantum Field Theories for Quantum Many-Particle Systems; or Second Quantization Next topic: Quantum Field Theories for Quantum Many-Particle Systems; or "Second Quantization" Outline 1 Bosons and Fermions 2 N-particle wave functions ("first quantization" 3 The method of quantized

More information

CE 530 Molecular Simulation

CE 530 Molecular Simulation CE 530 Molecular Simulation Lecture 0 Simple Biasing Methods David A. Kofke Department of Chemical Engineering SUNY Buffalo kofke@eng.buffalo.edu 2 Review Monte Carlo simulation Markov chain to generate

More information

Diffusion Monte Carlo

Diffusion Monte Carlo Diffusion Monte Carlo Notes for Boulder Summer School 2010 Bryan Clark July 22, 2010 Diffusion Monte Carlo The big idea: VMC is a useful technique, but often we want to sample observables of the true ground

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

Quantum field theory and Green s function

Quantum field theory and Green s function 1 Quantum field theory and Green s function Condensed matter physics studies systems with large numbers of identical particles (e.g. electrons, phonons, photons) at finite temperature. Quantum field theory

More information

Size-extensive wave functions for QMC A linear-scaling GVB approach

Size-extensive wave functions for QMC A linear-scaling GVB approach Size-extensive wave functions for QMC A linear-scaling GVB approach Claudia Filippi, University of Twente, The Netherlands Francesco Fracchia, University of Pisa, Italy Claudio Amovilli, University of

More information