Quantum Monte Carlo tutorial. Lucas K. Wagner Dept. of Physics; University of Illinois at Urbana-Champaign

Size: px
Start display at page:

Download "Quantum Monte Carlo tutorial. Lucas K. Wagner Dept. of Physics; University of Illinois at Urbana-Champaign"

Transcription

1 Quantum Monte Carlo tutorial Lucas K. Wagner Dept. of Physics; University of Illinois at Urbana-Champaign

2 QMC: what is it good for? Theoretical gap (ev) FN-DMC DFT(PBE) VO 2 (monoclinic) La 2 CuO 4 FeO ZnSe ZnO MnO NiO S(q) e/site sys. H(DMC) G (S-J) TB(RPA) Hubbard 4 e/site sys. G(Slater) G(DMC) G(IXS) G(S-J) G(RPA) 0 VO 2 (rutile) Experimental gap (ev) q [Å 1 ] Gaps Wagner, Ceperley Rep. Prog. Phys (2016) Correlation functions FIG. 2. S(q) ofdi erent systems obtained through di erent methods. G: graphene; G : electrons only graphene; H: hydrogen; Zheng, TB: -band tight-binding Gan, model with 1/r interactions; Hubbard: the Hubbard model with U/t = 1.6. Caption should be q Abbamonte, Wagner Let us first consider the S(q) results for ab-initio graphene, denoted by G in Fig 2. For comparison, we have plotted S(q) of a non-interacting Slater determinant of Kohn-Sham orbitals [G(Slater)] in that plot,

3 (a) DFT-PBE0 La 2 CuO 4 CaCuO 2 CuO 2 2 Tetragonal A 1g B 1g Cu Ni Co Fe Mn Cr (b) DMC Cu Ni Co Fe Mn Cr FM Col Flip Check Unp Bicol Energy (ev/f.u.) Magneto-phonon coupling Wagner, Abbamonte PRB (2014) Ground states of magnetic systems Narayan, Busemeyer, Wagner (in preparation)

4 7 Pressure (GPa) EDMC - Eref (ev/f.u.) (a) z DMC(PBE0) Se (b) z Exp Se Cell Volume (Å 3 ) DMC(PBE0) DMC(opt) bicollinear checkerboard collinear staggered dimer collinear, flip 1 ferromagnetic Pressure dependence of magnetic energies in FeSe Busemeyer, Dagrada, Sorella, Casula, Wagner Phys. Rev. B (2016) FIG : For each calculation (QMC, PBE, and PBE0): (Right) Total energies for 8 f.u. cell for various magnetic orderings, function of volume, choosing experimental [10] valuesofz Se. (Left) Same as right, but choosing optimized values of z Se. the top QMC plots, energies are referenced to the collinear energy at around 77 Å 3. The DFT calculations are referenced he z Se minimum energy for that type of calculation. The DMC paramagnetic energies are 0.85 ev/f.u. higher than the rence collinear energy. function z Se and pressure. In FN-DMC and PBE0, Water on boron nitride Wu, Aluru, Wagner (a) The contact angl J. Chem. Phys. 142, (2015), (2016) on bulk hbn predicted by mole Al-Hamdani, Ma, Alfè, Lilienfeld & Michaelides tions. Three nano droplets com 8000 water molecules are consid J. Chem. Phys. 142, (2015). to the contact angle of the ma θ Optical excitations and magnetism,isperformed. (b)thebindi

5 Fitting models t01 = 2.76(1) U = 10.92(4) V01 = 7.13(3) V02 = 5.41(2) V03 = 4.57 Fitted Energy (ev) Fitted Energy (ev) DMC Emax =0.28 Erms = Figure 6. Comparison of input and fitted energies using the N-AIDMD procedure. The top panels (a)-(c) show the VMC results and the bottom ones (d)-(f) show the DMC ones. (a)-(d) correspond to the on-site Hubbard model, (b)-(e) the long range Hubbard model and (c)-(f) with additional third-nearest neighbor hopping DMC Energy (ev) (e) Excitation spectrum very close to experiment. tted energies using the N-AIDMD procedure. The top panels (a)-(c) show the VMC results and the es. (a)-(d) correspond to the on-site Hubbard model, (b)-(e) the long range Hubbard model and (c)-(f) hopping. (a) (b) Figure 7. (a) Comparison of experimental energy gaps and reconstructed energy gaps of eigenstates, by solving the extended Hubbard model or Parisier-Pople-Parr (PPP) model obtained using VMC, DMC and extrapolated parameters. (b) Comparison of experimental energy gaps for different model Hamiltonians. All experimental values and associated errorbars are taken from Bursill et al. 60, who used these values to fit to a PPP model with density-density interactions of the Ohno form (28). Changlani, Zheng, Wagner. J. Chem. Phys. 143, (2015)

6 Telluride School on Stochastic Approaches to Electronic Structure Calculations Hands on every day Time for walks (quantum and classical) Code QMC algorithms: Variational Diffusion Path integral Auxiliary field Full Configuration interaction telluridescience.org

7 Starting up Find 2-3 friends. You are now a group git clone qmc_tutorial modify runqmc.py to point to your QWalk installation. if you want to run natively on Linux or Mac: git clone qwalk cd qwalk/src make install sudo pip3 install seaborn matplotlib numpy pandas

8 Approximate wave functions 1 2 For an up and down electron: a( 1 (r 1 ) 2 (r 2 )+ 2 (r 1 ) 1 (r 2 )) +b( 1 (r 1 ) 1 (r 2 )+ 2 (r 1 ) 2 (r 2 )) Position (Bohr) Limits: a=b: non-interacting b=0: no double occupancy

9 Non-interacting case a( 1 (r 1 ) 2 (r 2 )+ 2 (r 1 ) 1 (r 2 )) +b( 1 (r 1 ) 1 (r 2 )+ 2 (r 1 ) 2 (r 2 )) a=b. This is the Hartree-Fock (RHF) result. The probability of finding two electrons on a given site is exactly 0.25

10 Why Jastrow? 1 2 When the densities overlap a lot, then the electrons avoid each other on a much smaller scale Position (Bohr) The Jastrow factor includes that kind of correlation.

11 Measurements Total energy (Hartrees: ~27 ev) Double occupancy of atomic orbitals (2-RDM) Electron-electron radial distribution function

12 Wave function ansatz Restricted Hartree-Fock Multiple Slater determinants Multiple Slater-Jastrow diffusion Monte Carlo Comment No electron correlation at all Reduces double occupancies of orbitals Electrons also avoid one another at small distances Exact or nearly exact in this situation (everything else!) File runqmc.py scan.py plot.py, plot_gr.py, plot_double.py hubbard.py Purpose Interface to QWalk Run an ensemble of jobs - >.pickles Plot scripts Find best Hubbard model

13 Define the Hamiltonian Define the Hamiltonian (qwsinglet1.0.hf) SYSTEM { MOLECULE NSPIN { 1 1 ATOM { H 1 COOR ATOM { H 1 COOR One up, one down Position in Bohr Atomic charge

14 Multiple slater determinant TRIALFUNC { SLATER ORBITALS { CUTOFF_MO MAGNIFY 1 NMO 2 ORBFILE qwsinglet1.44.orb INCLUDE qwsinglet1.44.basis CENTERS { USEATOMS STATES { CSF { CSF{ OPTIMIZE_DET 1, 2 a( 1 (r 1 ) 2 (r 2 )+ 2 (r 1 ) 1 (r 2 )) +b( 1 (r 1 ) 1 (r 2 )+ 2 (r 1 ) 2 (r 2 ))

15 Procedure: evaluate wave function method { vmc nstep 1000 average { gr average { tbdm_basis npoints 1 ORBITALS { CUTOFF_MO MAGNIFY 1 NMO 2 ORBFILE qwsinglet1.44.orb INCLUDE qwsinglet1.44.basis CENTERS { USEATOMS Evaluate the wave function and average the radial distribution function and two body density matrix on the atomic basis.

16 TRIALFUNC { slater-jastrow wf1 { SLATER ORBITALS { CUTOFF_MO MAGNIFY 1 NMO 2 ORBFILE qwsinglet1.44.orb INCLUDE qwsinglet1.44.basis CENTERS { USEATOMS STATES { CSF { CSF{ OPTIMIZE_DET wf2 { JASTROW2 GROUP { TWOBODY_SPIN { FREEZE LIKE_COEFFICIENTS { UNLIKE_COEFFICIENTS { Define Jastrow factor exp 4 X i, EEBASIS { EE CUTOFF_CUSP GAMMA 24 CUSP 1 CUTOFF 7.5 EEBASIS { EE CUTOFF_CUSP GAMMA 24 CUSP 1 CUTOFF 7.5 GROUP { ONEBODY { COEFFICIENTS { H TWOBODY { COEFFICIENTS { EIBASIS { H POLYPADE RCUT 7.5 BETA0-0.4 NFUNC 3 EEBASIS { EE POLYPADE RCUT 7.5 BETA NFUNC 3 2 (onebody) X k c k a k (r i )+ X i,j (twobody) X Define a s and b s k 3 c k b k (r ij ) 5

17 Optimize: Optimize and then method { LINEAR total_nstep 250 method { vmc nstep 1000 average { gr average { tbdm_basis npoints 1 ORBITALS { CUTOFF_MO MAGNIFY 1 NMO 2 ORBFILE qwsinglet1.44.orb INCLUDE qwsinglet1.44.basis CENTERS { USEATOMS

18 0.4 Energy (Hartree) Slater,singlet Multiple Slater,singlet Multiple Slater-Jastrow,singlet DMC,singlet Slater,triplet Multiple Slater,triplet Multiple Slater-Jastrow,triplet DMC,triplet r (Bohr)

19 Discussion questions Where do the singlet and triplet state become degenerate for the different wave function ansatz? Why the differences? Where is the multiple slater without Jastrow good, and where is it poor? Why does DMC have the highest double occupancy in the singlet state around r=3 Bohr?

20 U (Hartree) dmc multislat sj slat Why does RHF always result in zero effective U? 0.6 t (Hartree) dmc multislat sj slat Why does multiple Slater result in larger U values than when short-range correlation is included? U/t Bond length (Bohr) dmc multislat sj slat

A data-centered approach to understanding quantum behaviors in materials

A data-centered approach to understanding quantum behaviors in materials A data-centered approach to understanding quantum behaviors in materials Lucas K. Wagner Department of Physics Institute for Condensed Matter Theory National Center for Supercomputing Applications University

More information

Correlation in correlated materials (mostly transition metal oxides) Lucas K. Wagner University of Illinois at Urbana-Champaign

Correlation in correlated materials (mostly transition metal oxides) Lucas K. Wagner University of Illinois at Urbana-Champaign Correlation in correlated materials (mostly transition metal oxides) Lucas K. Wagner University of Illinois at Urbana-Champaign Understanding of correlated materials is mostly phenomenological FN- DMC

More information

From real materials to model Hamiltonians with density matrix downfolding

From real materials to model Hamiltonians with density matrix downfolding From real materials to model Hamiltonians with density matrix downfolding (Converting a many-electron problem to a fewer-electron one) Hitesh J. Changlani Florida State University Based on HJC, H. Zheng,

More information

Computational Exploration of Unconventional Superconductors Using Quantum Monte Carlo. Project PI: Lucas K. Wagner

Computational Exploration of Unconventional Superconductors Using Quantum Monte Carlo. Project PI: Lucas K. Wagner Computational Exploration of Unconventional Superconductors Using Quantum Monte Carlo Project PI: Lucas K. Wagner La2-xSrxCuO4 (LSCO) crystal structure CuO2 plane LaO spacer Peter Wahl. Nature Physics

More information

Density Functional Theory for Electrons in Materials

Density Functional Theory for Electrons in Materials Density Functional Theory for Electrons in Materials Richard M. Martin Department of Physics and Materials Research Laboratory University of Illinois at Urbana-Champaign 1 Density Functional Theory for

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

Introduction to Density Functional Theory with Applications to Graphene Branislav K. Nikolić

Introduction to Density Functional Theory with Applications to Graphene Branislav K. Nikolić Introduction to Density Functional Theory with Applications to Graphene Branislav K. Nikolić Department of Physics and Astronomy, University of Delaware, Newark, DE 19716, U.S.A. http://wiki.physics.udel.edu/phys824

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

New applications of Diffusion Quantum Monte Carlo

New applications of Diffusion Quantum Monte Carlo New applications of Diffusion Quantum Monte Carlo Paul R. C. Kent (ORNL) Graphite: P. Ganesh, J. Kim, C. Park, M. Yoon, F. A. Reboredo (ORNL) Platinum: W. Parker, A. Benali, N. Romero (ANL), J. Greeley

More information

Variational Monte Carlo Optimization and Excited States

Variational Monte Carlo Optimization and Excited States Variational Monte Carlo Optimization and Excited States Eric Neuscamman August 9, 2018 motivation charge transfer core spectroscopy double excitations the menu aperitif: number counting Jastrows main course:

More information

Auxiliary-field quantum Monte Carlo calculations of excited states and strongly correlated systems

Auxiliary-field quantum Monte Carlo calculations of excited states and strongly correlated systems Auxiliary-field quantum Monte Carlo calculations of excited states and strongly correlated systems Formally simple -- a framework for going beyond DFT? Random walks in non-orthogonal Slater determinant

More information

Band calculations: Theory and Applications

Band calculations: Theory and Applications Band calculations: Theory and Applications Lecture 2: Different approximations for the exchange-correlation correlation functional in DFT Local density approximation () Generalized gradient approximation

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

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

Magnetism in transition metal oxides by post-dft methods

Magnetism in transition metal oxides by post-dft methods Magnetism in transition metal oxides by post-dft methods Cesare Franchini Faculty of Physics & Center for Computational Materials Science University of Vienna, Austria Workshop on Magnetism in Complex

More information

Introduction to Density Functional Theory

Introduction to Density Functional Theory 1 Introduction to Density Functional Theory 21 February 2011; V172 P.Ravindran, FME-course on Ab initio Modelling of solar cell Materials 21 February 2011 Introduction to DFT 2 3 4 Ab initio Computational

More information

The Gutzwiller Density Functional Theory

The Gutzwiller Density Functional Theory The Gutzwiller Density Functional Theory Jörg Bünemann, BTU Cottbus I) Introduction 1. Model for an H 2 -molecule 2. Transition metals and their compounds II) Gutzwiller variational theory 1. Gutzwiller

More information

Towards a systematic assessment of errors in diffusion Monte Carlo calculations of semiconductors: case study of zinc selenide and zinc oxide

Towards a systematic assessment of errors in diffusion Monte Carlo calculations of semiconductors: case study of zinc selenide and zinc oxide Towards a systematic assessment of errors in diffusion Monte Carlo calculations of semiconductors: case study of zinc selenide and zinc oxide Jaehyung Yu 1, Lucas K. Wagner 2, and Elif Ertekin 1,3 1 Department

More information

Ground State Projector QMC in the valence-bond basis

Ground State Projector QMC in the valence-bond basis Quantum Monte Carlo Methods at Work for Novel Phases of Matter Trieste, Italy, Jan 23 - Feb 3, 2012 Ground State Projector QMC in the valence-bond basis Anders. Sandvik, Boston University Outline: The

More information

Quantum Monte Carlo backflow calculations of benzene dimers

Quantum Monte Carlo backflow calculations of benzene dimers Quantum Monte Carlo backflow calculations of benzene dimers Kathleen Schwarz*, Cyrus Umrigar**, Richard Hennig*** *Cornell University Department of Chemistry, **Cornell University Department of Physics,

More information

Accurate barrier heights using diffusion Monte Carlo

Accurate barrier heights using diffusion Monte Carlo Accurate barrier heights using diffusion Monte Carlo Kittithat Krongchon, Brian Busemeyer, and Lucas K. Wagner Department of Physics, University of Illinois at Urbana-Champaign (Dated: March 9, 217) Fixed

More information

Discovering correlated fermions using quantum Monte Carlo

Discovering correlated fermions using quantum Monte Carlo Discovering correlated fermions using quantum Monte Carlo Lucas K. Wagner and David M. Ceperley February 3, 2016 Abstract It has become increasingly feasible to use quantum Monte Carlo (QMC) methods to

More information

LUMO + 1 LUMO. Tómas Arnar Guðmundsson Report 2 Reikniefnafræði G

LUMO + 1 LUMO. Tómas Arnar Guðmundsson Report 2 Reikniefnafræði G Q1: Display all the MOs for N2 in your report and classify each one of them as bonding, antibonding or non-bonding, and say whether the symmetry of the orbital is σ or π. Sketch a molecular orbital diagram

More information

Resonating Valence Bond wave function with molecular orbitals: application to diatomic molecules

Resonating Valence Bond wave function with molecular orbitals: application to diatomic molecules Resonating Valence Bond wave function with molecular orbitals: application to diatomic molecules M. Marchi 1,2, S. Azadi 2, M. Casula 3, S. Sorella 1,2 1 DEMOCRITOS, National Simulation Center, 34014,

More information

Spin-crossover molecules: puzzling systems for electronic structure methods. Andrea Droghetti School of Physics and CRANN, Trinity College Dublin

Spin-crossover molecules: puzzling systems for electronic structure methods. Andrea Droghetti School of Physics and CRANN, Trinity College Dublin Spin-crossover molecules: puzzling systems for electronic structure methods Andrea Droghetti School of Physics and CRANN, Trinity College Dublin Introduction Introduction Can we read a molecule spin? Can

More information

Ab-initio simulation of liquid water by quantum Monte Carlo

Ab-initio simulation of liquid water by quantum Monte Carlo Ab-initio simulation of liquid water by quantum Monte Carlo Sandro Sorella G. Mazzola & Y. Luo SISSA, IOM DEMOCRITOS, Trieste A. Zen, L. Guidoni U. of L Aquila, L Aquila 28 July 2014, Mike Towler Institute,

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

Kevin Driver 1 Shuai Zhang 1 Burkhard Militzer 1 R. E. Cohen 2.

Kevin Driver 1 Shuai Zhang 1 Burkhard Militzer 1 R. E. Cohen 2. Quantum Monte Carlo Simulations of a Single Iron Impurity in MgO Kevin Driver 1 Shuai Zhang 1 Burkhard Militzer 1 R. E. Cohen 2 1 Department of Earth & Planetary Science University of California, Berkeley

More information

The Nature of the Interlayer Interaction in Bulk. and Few-Layer Phosphorus

The Nature of the Interlayer Interaction in Bulk. and Few-Layer Phosphorus Supporting Information for: The Nature of the Interlayer Interaction in Bulk and Few-Layer Phosphorus L. Shulenburger, A.D. Baczewski, Z. Zhu, J. Guan, and D. Tománek, Sandia National Laboratories, Albuquerque,

More information

Teoría del Funcional de la Densidad (Density Functional Theory)

Teoría del Funcional de la Densidad (Density Functional Theory) Teoría del Funcional de la Densidad (Density Functional Theory) Motivation: limitations of the standard approach based on the wave function. The electronic density n(r) as the key variable: Functionals

More information

Mott insulators. Mott-Hubbard type vs charge-transfer type

Mott insulators. Mott-Hubbard type vs charge-transfer type Mott insulators Mott-Hubbard type vs charge-transfer type Cluster-model description Chemical trend Band theory Self-energy correction Electron-phonon interaction Mott insulators Mott-Hubbard type vs charge-transfer

More information

Strong Correlation Effects in Fullerene Molecules and Solids

Strong Correlation Effects in Fullerene Molecules and Solids Strong Correlation Effects in Fullerene Molecules and Solids Fei Lin Physics Department, Virginia Tech, Blacksburg, VA 2461 Fei Lin (Virginia Tech) Correlations in Fullerene SESAPS 211, Roanoke, VA 1 /

More information

Principles of Quantum Mechanics

Principles of Quantum Mechanics Principles of Quantum Mechanics - indistinguishability of particles: bosons & fermions bosons: total wavefunction is symmetric upon interchange of particle coordinates (space,spin) fermions: total wavefuncftion

More information

Computational Approaches to Quantum Critical Phenomena ( ) ISSP. Fermion Simulations. July 31, Univ. Tokyo M. Imada.

Computational Approaches to Quantum Critical Phenomena ( ) ISSP. Fermion Simulations. July 31, Univ. Tokyo M. Imada. Computational Approaches to Quantum Critical Phenomena (2006.7.17-8.11) ISSP Fermion Simulations July 31, 2006 ISSP, Kashiwa Univ. Tokyo M. Imada collaboration T. Kashima, Y. Noda, H. Morita, T. Mizusaki,

More information

Dept of Mechanical Engineering MIT Nanoengineering group

Dept of Mechanical Engineering MIT Nanoengineering group 1 Dept of Mechanical Engineering MIT Nanoengineering group » To calculate all the properties of a molecule or crystalline system knowing its atomic information: Atomic species Their coordinates The Symmetry

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

The Mott Metal-Insulator Transition

The Mott Metal-Insulator Transition Florian Gebhard The Mott Metal-Insulator Transition Models and Methods With 38 Figures Springer 1. Metal Insulator Transitions 1 1.1 Classification of Metals and Insulators 2 1.1.1 Definition of Metal

More information

COMPETITION BETWEEN FILLED AND HALF-FILLED STRIPES IN CUPRATES AND NICKELATES

COMPETITION BETWEEN FILLED AND HALF-FILLED STRIPES IN CUPRATES AND NICKELATES COMPETITION BETWEEN FILLED AND HALF-FILLED STRIPES IN CUPRATES AND NICKELATES Raymond Frésard Andrzej M. Oleś and Marcin Raczkowski Laboratoire Crismat UMR CNRS-ENSICAEN (ISMRA) 6508 Caen France Marian

More information

André Schleife Department of Materials Science and Engineering

André Schleife Department of Materials Science and Engineering André Schleife Department of Materials Science and Engineering Yesterday you (should have) learned this: http://upload.wikimedia.org/wikipedia/commons/e/ea/ Simple_Harmonic_Motion_Orbit.gif 1. deterministic

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

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

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

arxiv: v1 [cond-mat.str-el] 18 Jul 2007

arxiv: v1 [cond-mat.str-el] 18 Jul 2007 arxiv:0707.2704v1 [cond-mat.str-el] 18 Jul 2007 Determination of the Mott insulating transition by the multi-reference density functional theory 1. Introduction K. Kusakabe Graduate School of Engineering

More information

Electronic correlation and Hubbard approaches

Electronic correlation and Hubbard approaches Electronic correlation and Hubbard approaches Matteo Cococcioni Department of Chemical Engineering and Materials Science University of Minnesota Notable failures of LDA/GGA: transition-metal oxides Introduction

More information

Optimization of quantum Monte Carlo wave functions by energy minimization

Optimization of quantum Monte Carlo wave functions by energy minimization Optimization of quantum Monte Carlo wave functions by energy minimization Julien Toulouse, Roland Assaraf, Cyrus J. Umrigar Laboratoire de Chimie Théorique, Université Pierre et Marie Curie and CNRS, Paris,

More information

Electronic structure of correlated electron systems. Lecture 2

Electronic structure of correlated electron systems. Lecture 2 Electronic structure of correlated electron systems Lecture 2 Band Structure approach vs atomic Band structure Delocalized Bloch states Fill up states with electrons starting from the lowest energy No

More information

The Overhauser Instability

The Overhauser Instability The Overhauser Instability Zoltán Radnai and Richard Needs TCM Group ESDG Talk 14th February 2007 Typeset by FoilTEX Introduction Hartree-Fock theory and Homogeneous Electron Gas Noncollinear spins and

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

Topological edge states in a high-temperature superconductor FeSe/SrTiO 3 (001) film

Topological edge states in a high-temperature superconductor FeSe/SrTiO 3 (001) film Topological edge states in a high-temperature superconductor FeSe/SrTiO 3 (001) film Z. F. Wang 1,2,3+, Huimin Zhang 2,4+, Defa Liu 5, Chong Liu 2, Chenjia Tang 2, Canli Song 2, Yong Zhong 2, Junping Peng

More information

Theoretical study of electronic and atomic structures of (MnO)n

Theoretical study of electronic and atomic structures of (MnO)n Theoretical study of electronic and atomic structures of (MnO)n Hiori Kino, a Lucas K. Wagner b and Lubos Mitas c a National Institute for Materials Science, 1-2-1 Sengen, Tsukuba, Ibaraki 305-0047, Japan.

More information

Electronic Structure Calculations and Density Functional Theory

Electronic Structure Calculations and Density Functional Theory Electronic Structure Calculations and Density Functional Theory Rodolphe Vuilleumier Pôle de chimie théorique Département de chimie de l ENS CNRS Ecole normale supérieure UPMC Formation ModPhyChem Lyon,

More information

Structural properties and enthalpy of formation of magnesium hydride from quantum Monte Carlo calculations

Structural properties and enthalpy of formation of magnesium hydride from quantum Monte Carlo calculations PHYSICAL REVIEW B 77, 104103 2008 Structural properties and enthalpy of formation of magnesium hydride from quantum Monte Carlo calculations M. Pozzo 1 and D. Alfè 1,2,3, * 1 Department of Earth Sciences

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

Luigi Paolasini

Luigi Paolasini Luigi Paolasini paolasini@esrf.fr LECTURE 4: MAGNETIC INTERACTIONS - Dipole vs exchange magnetic interactions. - Direct and indirect exchange interactions. - Anisotropic exchange interactions. - Interplay

More information

Exchange Mechanisms. Erik Koch Institute for Advanced Simulation, Forschungszentrum Jülich. lecture notes:

Exchange Mechanisms. Erik Koch Institute for Advanced Simulation, Forschungszentrum Jülich. lecture notes: Exchange Mechanisms Erik Koch Institute for Advanced Simulation, Forschungszentrum Jülich lecture notes: www.cond-mat.de/events/correl Magnetism is Quantum Mechanical QUANTUM MECHANICS THE KEY TO UNDERSTANDING

More information

Twist-averaged boundary conditions in continuum quantum Monte Carlo algorithms

Twist-averaged boundary conditions in continuum quantum Monte Carlo algorithms PHYSICAL REVIEW E, VOLUME 64, 016702 Twist-averaged boundary conditions in continuum quantum Monte Carlo algorithms C. Lin, F. H. Zong, and D. M. Ceperley Department of Physics and NCSA, University of

More information

Quantum Chemical Simulations and Descriptors. Dr. Antonio Chana, Dr. Mosè Casalegno

Quantum Chemical Simulations and Descriptors. Dr. Antonio Chana, Dr. Mosè Casalegno Quantum Chemical Simulations and Descriptors Dr. Antonio Chana, Dr. Mosè Casalegno Classical Mechanics: basics It models real-world objects as point particles, objects with negligible size. The motion

More information

J 12 J 23 J 34. Driving forces in the nano-magnetism world. Intra-atomic exchange, electron correlation effects: Inter-atomic exchange: MAGNETIC ORDER

J 12 J 23 J 34. Driving forces in the nano-magnetism world. Intra-atomic exchange, electron correlation effects: Inter-atomic exchange: MAGNETIC ORDER Driving forces in the nano-magnetism world Intra-atomic exchange, electron correlation effects: LOCAL (ATOMIC) MAGNETIC MOMENTS m d or f electrons Inter-atomic exchange: MAGNETIC ORDER H exc J S S i j

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

MODULE 2: QUANTUM MECHANICS. Principles and Theory

MODULE 2: QUANTUM MECHANICS. Principles and Theory MODULE 2: QUANTUM MECHANICS Principles and Theory You are here http://www.lbl.gov/cs/html/exascale4energy/nuclear.html 2 Short Review of Quantum Mechanics Why do we need quantum mechanics? Bonding and

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

First- principles studies of spin-crossover molecules

First- principles studies of spin-crossover molecules Vallico di Sotto, 30 th July 2012 First- principles studies of spin-crossover molecules Andrea Droghetti and Stefano Sanvito School of Physics and CRANN, Trinity College Dublin Dario Alfe' London Centre

More information

Supporting information. Realizing Two-Dimensional Magnetic Semiconductors with. Enhanced Curie Temperature by Antiaromatic Ring Based

Supporting information. Realizing Two-Dimensional Magnetic Semiconductors with. Enhanced Curie Temperature by Antiaromatic Ring Based Supporting information Realizing Two-Dimensional Magnetic Semiconductors with Enhanced Curie Temperature by Antiaromatic Ring Based Organometallic Frameworks Xingxing Li and Jinlong Yang* Department of

More information

Molecular Mechanics: The Ab Initio Foundation

Molecular Mechanics: The Ab Initio Foundation Molecular Mechanics: The Ab Initio Foundation Ju Li GEM4 Summer School 2006 Cell and Molecular Mechanics in BioMedicine August 7 18, 2006, MIT, Cambridge, MA, USA 2 Outline Why are electrons quantum? Born-Oppenheimer

More information

A new descriptor for unconventional superconductivity: calibration and testing

A new descriptor for unconventional superconductivity: calibration and testing A new descriptor for unconventional superconductivity: calibration and testing João N. B. Rodrigues Department of Physics University of Illinois at Urbana-Champaign 24 th August 2018 A new descriptor for

More information

MAGNETIC ANISOTROPY IN TIGHT-BINDING

MAGNETIC ANISOTROPY IN TIGHT-BINDING MAGNETIC ANISOTROPY IN TIGHT-BINDING Cyrille Barreteau Magnetic Tight-Binding Workshop, London10-11 Sept. 2012 9 SEPTEMBRE 2012 CEA 10 AVRIL 2012 PAGE 1 SOMMAIRE TB Model TB 0 : Mehl & Papaconstantopoulos

More information

DFT+U practical session

DFT+U practical session DFT+U practical session Matteo Cococcioni GGA and GGA+U calculations in FeO Calculation of U for bulk Fe Calculation of U for NiO Exercise I: evaluating U for Cu 2 O Exercise II: evaluating U for FePO

More information

Coupled Cluster Method for Quantum Spin Systems

Coupled Cluster Method for Quantum Spin Systems Coupled Cluster Method for Quantum Spin Systems Sven E. Krüger Department of Electrical Engineering, IESK, Cognitive Systems Universität Magdeburg, PF 4120, 39016 Magdeburg, Germany sven.krueger@e-technik.uni-magdeburg.de

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

arxiv: v1 [cond-mat.mtrl-sci] 21 Dec 2007

arxiv: v1 [cond-mat.mtrl-sci] 21 Dec 2007 Quantum Monte Carlo calculations of structural properties of FeO under pressure Jindřich Kolorenč and Lubos Mitas Department of Physics and CHiPS, North Carolina State University, Raleigh, North Carolina

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

Electronic structure quantum Monte Carlo methods and variable spins: beyond fixedphase/node

Electronic structure quantum Monte Carlo methods and variable spins: beyond fixedphase/node Electronic structure quantum Monte Carlo methods and variable spins: beyond fixedphase/node approximations Cody Melton, M. Chandler Bennett, L. Mitas, with A. Ambrosetti, F. Pederiva North Carolina State

More information

Bayero Journal of Pure and Applied Sciences, 3(1): Received: September, 2009 Accepted: May, 2010

Bayero Journal of Pure and Applied Sciences, 3(1): Received: September, 2009 Accepted: May, 2010 Bajopas Volume 3 Number June Bayero Journal of Pure and Applied Sciences, 3(: - 7 Received: September, 9 Accepted: May, VARIAIONAL QUANUM MON CARLO CALCULAION OF H GROUND SA NRG OF HDROGN MOLCUL Suleiman,

More information

Wave Function Optimization and VMC

Wave Function Optimization and VMC Wave Function Optimization and VMC Jeremy McMinis The University of Illinois July 26, 2012 Outline Motivation History of Wave Function Optimization Optimization in QMCPACK Multideterminant Example Motivation:

More information

Joint ICTP-IAEA Workshop on Fusion Plasma Modelling using Atomic and Molecular Data January 2012

Joint ICTP-IAEA Workshop on Fusion Plasma Modelling using Atomic and Molecular Data January 2012 2327-3 Joint ICTP-IAEA Workshop on Fusion Plasma Modelling using Atomic and Molecular Data 23-27 January 2012 Qunatum Methods for Plasma-Facing Materials Alain ALLOUCHE Univ.de Provence, Lab.de la Phys.

More information

Nature of the Metalization Transition in Solid Hydrogen

Nature of the Metalization Transition in Solid Hydrogen Nature of the Metalization Transition in Solid Hydrogen Sam Azadi Department of Physics, Imperial College London, Thomas oung Centre and London Centre for Nanotechnology, London SW7 2AZ, United Kingdom

More information

Quantum dissection of a covalent bond

Quantum dissection of a covalent bond Quantum dissection of a covalent bond Norm M. Tubman 1 and D. ChangMo Yang 1 1 University of Illinois at Urbana-Champaign, Urbana, Illinois, USA arxiv:1412.1495v1 [cond-mat.str-el] 3 Dec 2014 We propose

More information

NCTS One-Day Workshop. Yasutami Takada. cf. YT, Ryo Maezono, & Kanako Yoshizawa, Phys. Rev. B 92, (2015)

NCTS One-Day Workshop. Yasutami Takada. cf. YT, Ryo Maezono, & Kanako Yoshizawa, Phys. Rev. B 92, (2015) NCTS One-Day Workshop Emergence of a spin-singlet resonance state with Kondo temperature well beyond 1000K in the proton-embedded electron gas: New route to room-temperature superconductivity Yasutami

More information

Open-shell and Magnetic Systems with CRYSTAL Tools

Open-shell and Magnetic Systems with CRYSTAL Tools Open-shell and Magnetic Systems with CRYSTAL Tools Klaus Doll Molpro Quantum Chemistry Software Institute of Theoretical Chemistry, D-70569 Stuttgart, Germany MSSC 2018, Turin, September 2018 Contents

More information

Winter School for Quantum Magnetism EPFL and MPI Stuttgart Magnetism in Strongly Correlated Systems Vladimir Hinkov

Winter School for Quantum Magnetism EPFL and MPI Stuttgart Magnetism in Strongly Correlated Systems Vladimir Hinkov Winter School for Quantum Magnetism EPFL and MPI Stuttgart Magnetism in Strongly Correlated Systems Vladimir Hinkov 1. Introduction Excitations and broken symmetry 2. Spin waves in the Heisenberg model

More information

Modified Becke-Johnson (mbj) exchange potential

Modified Becke-Johnson (mbj) exchange potential Modified Becke-Johnson (mbj) exchange potential Hideyuki Jippo Fujitsu Laboratories LTD. 2015.12.21-22 OpenMX developer s meeting @ Kobe Overview: mbj potential The semilocal exchange potential adding

More information

QUANTUM CHEMISTRY FOR TRANSITION METALS

QUANTUM CHEMISTRY FOR TRANSITION METALS QUANTUM CHEMISTRY FOR TRANSITION METALS Outline I Introduction II Correlation Static correlation effects MC methods DFT III Relativity Generalities From 4 to 1 components Effective core potential Outline

More information

Metal-insulator transitions

Metal-insulator transitions Metal-insulator transitions What can we learn from electronic structure calculations? Mike Towler mdt26@phy.cam.ac.uk www.tcm.phy.cam.ac.uk/ mdt26 Theory of Condensed Matter Group Cavendish Laboratory

More information

Exchange-Correlation Functional

Exchange-Correlation Functional Exchange-Correlation Functional Aiichiro Nakano Collaboratory for Advanced Computing & Simulations Depts. of Computer Science, Physics & Astronomy, Chemical Engineering & Materials Science, and Biological

More information

Electronic structure quantum Monte Carlo: pfaffians and many-body nodes of ground and excited states

Electronic structure quantum Monte Carlo: pfaffians and many-body nodes of ground and excited states Electronic structure quantum Monte Carlo: pfaffians and many-body nodes of ground and excited states Jindrich Kolorenc (von Humboldt Fellow), U. Hamburg Michal Bajdich, ORNL Lubos Mitas, North Carolina

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

Anion-π and π-π cooperative interactions

Anion-π and π-π cooperative interactions Chapter 5 Anion-π and π-π cooperative interactions 5.1 Introduction The design of selective receptors of anionic species is a very active area of research within supramolecular chemistry due to the potential

More information

An introduction to the dynamical mean-field theory. L. V. Pourovskii

An introduction to the dynamical mean-field theory. L. V. Pourovskii An introduction to the dynamical mean-field theory L. V. Pourovskii Nordita school on Photon-Matter interaction, Stockholm, 06.10.2016 OUTLINE The standard density-functional-theory (DFT) framework An

More information

4πε. me 1,2,3,... 1 n. H atom 4. in a.u. atomic units. energy: 1 a.u. = ev distance 1 a.u. = Å

4πε. me 1,2,3,... 1 n. H atom 4. in a.u. atomic units. energy: 1 a.u. = ev distance 1 a.u. = Å H atom 4 E a me =, n=,,3,... 8ε 0 0 π me e e 0 hn ε h = = 0.59Å E = me (4 πε ) 4 e 0 n n in a.u. atomic units E = r = Z n nao Z = e = me = 4πε = 0 energy: a.u. = 7. ev distance a.u. = 0.59 Å General results

More information

QMC dissociation energies of three-electron hemibonded radical cation dimers... and water clusters

QMC dissociation energies of three-electron hemibonded radical cation dimers... and water clusters QMC dissociation energies of three-electron hemibonded radical cation dimers... and water clusters Idoia G. de Gurtubay TCM group. Cavendish Laboratory University of Cambridge Idoia G. de Gurtubay. Quantum

More information

Tight-Binding Model of Electronic Structures

Tight-Binding Model of Electronic Structures Tight-Binding Model of Electronic Structures Consider a collection of N atoms. The electronic structure of this system refers to its electronic wave function and the description of how it is related to

More information

Introduction to DFTB. Marcus Elstner. July 28, 2006

Introduction to DFTB. Marcus Elstner. July 28, 2006 Introduction to DFTB Marcus Elstner July 28, 2006 I. Non-selfconsistent solution of the KS equations DFT can treat up to 100 atoms in routine applications, sometimes even more and about several ps in MD

More information

Many-body wavefunctions for normal liquid 3 He

Many-body wavefunctions for normal liquid 3 He Many-body wavefunctions for normal liquid 3 He Markus Holzmann, 1 Bernard Bernu, 1 and D. M. Ceperley 2 1 LPTMC, UMR 7600 of CNRS, Université Pierre et Marie Curie, Paris, France 2 Department of Physics

More information

Explaining the apparent arbitrariness of the LDA-1/2 self-energy. correction method applied to purely covalent systems

Explaining the apparent arbitrariness of the LDA-1/2 self-energy. correction method applied to purely covalent systems Explaining the apparent arbitrariness of the LDA-1/2 self-energy correction method applied to purely covalent systems Kan-Hao Xue, 1,2 Leonardo R. C. Fonseca, 3 and Xiang-Shui Miao 1,2 1 School of Optical

More information

GEM4 Summer School OpenCourseWare

GEM4 Summer School OpenCourseWare GEM4 Summer School OpenCourseWare http://gem4.educommons.net/ http://www.gem4.org/ Lecture: Molecular Mechanics by Ju Li. Given August 9, 2006 during the GEM4 session at MIT in Cambridge, MA. Please use

More information

Electronic structure of solid FeO at high pressures by quantum Monte Carlo methods

Electronic structure of solid FeO at high pressures by quantum Monte Carlo methods Physics Procedia 3 (2010) 1437 1441 www.elsevier.com/locate/procedia Electronic structure of solid FeO at high pressures by quantum Monte Carlo methods Jindřich Kolorenč a and Lubos Mitas a a Department

More information

New Perspectives in ab initio Calculations. Semiconducting Oxides

New Perspectives in ab initio Calculations. Semiconducting Oxides for Semiconducting Oxides Volker Eyert Center for Electronic Correlations and Magnetism Institute of Physics, University of Augsburg October 28, 21 Outline LAOSTO 1 LAOSTO 2 Outline LAOSTO 1 LAOSTO 2 Calculated

More information

An Approximate DFT Method: The Density-Functional Tight-Binding (DFTB) Method

An Approximate DFT Method: The Density-Functional Tight-Binding (DFTB) Method Fakultät für Mathematik und Naturwissenschaften - Lehrstuhl für Physikalische Chemie I / Theoretische Chemie An Approximate DFT Method: The Density-Functional Tight-Binding (DFTB) Method Jan-Ole Joswig

More information

Quantum Monte Carlo study of the ground state of the two-dimensional Fermi fluid

Quantum Monte Carlo study of the ground state of the two-dimensional Fermi fluid Quantum Monte Carlo study of the ground state of the two-dimensional Fermi fluid N. D. Drummond and R. J. Needs TCM Group, Cavendish Laboratory, University of Cambridge, J. J. Thomson Avenue, Cambridge

More information

Magnetism and Superconductivity on Depleted Lattices

Magnetism and Superconductivity on Depleted Lattices Magnetism and Superconductivity on Depleted Lattices 1. Square Lattice Hubbard Hamiltonian: AF and Mott Transition 2. Quantum Monte Carlo 3. The 1/4 depleted (Lieb) lattice and Flat Bands 4. The 1/5 depleted

More information