Example: confidence

Numerical Methods in Quantum Mechanics

Lecture notesNumerical Methods inQuantum MechanicsCorso di laurea magistrale in FisicaInterateneo Trieste UdineAnno accademico 2020/2021 Paolo GiannozziUniversity of UdineContains software and material written byFurio Ercolessi1and Stefano de Gironcoli21 Formerly at University of Udine2 SISSA - TriesteLast modified May 27, About Software .. Tools .. Libraries .. in C-Fortran interlanguage calls .. Bibliography ..41 One-dimensional Schr odinger The harmonic oscillator .. solution .. with classical probability density .. Quantum Mechanics and Numerical codes .. pitfall: pathological asymptotic behavior .. Numerov s method.

Corso di Laurea Magistrale in Fisica Interateneo Trieste { Udine Anno accademico 2020/2021 Paolo Giannozzi University of Udine Contains software and material written by Furio Ercolessi1 and Stefano de Gironcoli2 1Formerly at University of Udine 2SISSA - …

Tags:

  Methods, Numerical, Mechanics, Quantum, Corso, Laurea, Magistrale, Corso di laurea magistrale in, Numerical methods in quantum mechanics

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Numerical Methods in Quantum Mechanics

1 Lecture notesNumerical Methods inQuantum MechanicsCorso di laurea magistrale in FisicaInterateneo Trieste UdineAnno accademico 2020/2021 Paolo GiannozziUniversity of UdineContains software and material written byFurio Ercolessi1and Stefano de Gironcoli21 Formerly at University of Udine2 SISSA - TriesteLast modified May 27, About Software .. Tools .. Libraries .. in C-Fortran interlanguage calls .. Bibliography ..41 One-dimensional Schr odinger The harmonic oscillator .. solution .. with classical probability density .. Quantum Mechanics and Numerical codes .. pitfall: pathological asymptotic behavior .. Numerov s method.

2 : harmonic0 .. : harmonic1 .. 152 Schr odinger equation for central Variable separation .. equation .. Coulomb potential .. levels .. wave functions .. Code: hydrogenradial .. grid .. convergence with perturbation theory .. 243 Scattering from a Short reminder of the theory of scattering .. Scattering of H atoms from rare gases .. Code: crossection .. 304 The Variational The variational principle .. of the variational principle .. demonstration of the variational principle .. principle for the ground state energy .. The variational method in practice.

3 Into a basis set of orthonormal functions .. equation .. Plane-wave basis set .. Code: pwell .. routines .. 405 Non-orthonormal basis Variational method for non-orthonormal basis set .. basis set .. kinds of localized basis functions .. Code: hydrogengauss .. 456 Self-consistent The Hartree-Fock method .. determinants .. equations .. and exchange potentials .. and correlation energy .. atom .. Code: heliumhfradial .. 547 Born-Oppenheimer approximation .. Potential Energy Surface .. Diatomic molecules .. Rothaan-Hartree-Fock equations.

4 Gaussian integrals .. Code: h2hfgauss .. 628 Electrons in periodic Crystalline solids .. Boundary Conditions .. Theorem .. empty potential .. for the crystal potential .. basis set .. Code: periodicwell .. 709 Three-dimensional crystals .. Plane waves, core states, pseudopotentials .. Code: cohenbergstresser .. 7610 Exact diagonalization of Quantum spin The Heisenberg model .. Hilbert space in spin systems .. Iterative diagonalization .. Code:heisenbergexact.. Computer Laboratory .. 8211 Density-Functional Hohenberg-Kohn theorem.

5 Kohn-Sham equations .. Approximated functionals .. Structure of a DFT code .. Matrix elements of the potential .. FFT and FFT grids .. Computing the charge density .. Computing the potential .. Laboratory .. 90A Real-space two- and three-dimensional grids92B Solution of time-dependent Schr odinger Discretization in time: Crank-Nicolson algorithm .. Direct discretization of the time evolution operator .. 96C Derivation of Van der Waals interaction98D The Helium Perturbative treatment for Helium atom .. Variational treatment for Helium atom .. Beyond-HF treatment for Helium atom.

6 Laboratory .. 104E More about An early idea .. A modern view .. 106iiiIntroductionThe aim of these lecture notes is to provide an introduction to Methods andtechniques used in the Numerical solution of simple (non-relativistic) Quantum -mechanical problems, with special emphasis on atomic and condensed-matterphysics. The practical sessions are meant to be a sort of computational lab-oratory , introducing the basic ingredients used in the calculation of materialsproperties at a much larger scale. The latter is a very important field of today scomputational physics, due to its technological interest and potential codes provided during the course are little more than templates.

7 Stu-dents are expected to analyze them, to run them under various conditions, toexamine their behavior as a function of input data, and most important, tointerpret their output from a physical point of view. The students will be askedto extend or modify those codes, by adding or modifying some further insight on the theory of Quantum Mechanics , many excellenttextbooks are available ( Griffiths, Schiff, or the ever-green Dirac and Lan-dau). For further insight on the properly computational aspects of this course,we refer to the specialized texts quoted in the Bibliography section, and inparticular to the book of About SoftwareThis course assumes some basic knowledge of how to write and execute simpleprograms, and how to plot their results.

8 All that is needed is a Fortran or Ccompiler and some visualization software. The target machine is a PC runningLinux, but you can also use a Macintosh or a Windows PC, as long as thementioned software is installed and working, and if you know how to use itin practice. For Windows 10, the path of least resistance is to enable theWindows Subsystem for Linux (WSL-2) and to install a Linux distribution andan X window client. This gives access to a very functional Linux CompilersIn order to run a code written in any programming language, we must firsttranslate it into machine language, a language that the computer canunderstand.

9 The translation is done by aninterpreteror by acompiler: theformer translates and immediately executes each instruction, the latter takesthe file, produces the so-calledobject codethat together with other object codes1and with libraries is finally assembled into anexecutablefile. Python, Java, or atan higher level, Matlab, Mathematica, are examples of interpreted , C, C++ are compiled codes are written in Fortran 90 (or 95, or later). This is a sophisti-cated and complex language offering dynamical memory management, arraysoperations ( matrix-vector products), modular and object-based 90 maintains a wide compatibility with existing Fortran 77 codes, whileremaining as efficient as Fortran 77 was.

10 It is worth mentioning that the firstapplications of computers to physics date back to well before the birth of mod-ern computer languages like C++, python, or even C: there is a large numberof codes and libraries written in Fortran 77 (or even Fortran 66!) and stillwidely used in physics. Even among physicists, however, Fortran is no longeras common and widespread as it used to be, but online resources are still easy tofind1. The codes themselves are very simple and make little usage of advancedlanguage features. In any case, there is no problem if a student prefers to usea more widespread language like C/C++. A version of all codes in C is alsoavailable, with no warranty about the quality of the C code in terms of eleganceand good coding all cases, you need a C or Fortran compiler.


Related search queries