The Variational-Relaxation Algorithm for Finding Quantum Bound States Daniel V

Total Page:16

File Type:pdf, Size:1020Kb

The Variational-Relaxation Algorithm for Finding Quantum Bound States Daniel V The variational-relaxation algorithm for finding quantum bound states Daniel V. Schroeder Citation: American Journal of Physics 85, 698 (2017); View online: https://doi.org/10.1119/1.4997165 View Table of Contents: http://aapt.scitation.org/toc/ajp/85/9 Published by the American Association of Physics Teachers Articles you may be interested in The geometry of relativity American Journal of Physics 85, 683 (2017); 10.1119/1.4997027 On the definition of the time evolution operator for time-independent Hamiltonians in non-relativistic quantum mechanics American Journal of Physics 85, 692 (2017); 10.1119/1.4985723 An analysis of the LIGO discovery based on introductory physics American Journal of Physics 85, 676 (2017); 10.1119/1.4985727 DEEP LEARNING IN PHYSICS American Journal of Physics 85, 648 (2017); 10.1119/1.4997023 Interference between source-free radiation and radiation from sources: Particle-like behavior for classical radiation American Journal of Physics 85, 670 (2017); 10.1119/1.4991396 Student understanding of electric and magnetic fields in materials American Journal of Physics 85, 705 (2017); 10.1119/1.4991376 COMPUTATIONAL PHYSICS The Computational Physics Section publishes articles that help students and their instructors learn about the physics and the computational tools used in contemporary research. Most articles will be solicited, but interested authors should email a proposal to the editors of the Section, Jan Tobochnik ([email protected]) or Harvey Gould ([email protected]). Summarize the physics and the algorithm you wish to include in your submission and how the material would be accessible to advanced undergraduates or beginning graduate students. The variational-relaxation algorithm for finding quantum bound states Daniel V. Schroedera) Department of Physics, Weber State University, Ogden, Utah 84408-2508 (Received 2 February 2017; accepted 19 July 2017) I describe a simple algorithm for numerically finding the ground state and low-lying excited states of a quantum system. The algorithm is an adaptation of the relaxation method for solving Poisson’s equation, and is fundamentally based on the variational principle. It is especially useful for two- dimensional systems with nonseparable potentials, for which simpler techniques are inapplicable yet the computation time is minimal. VC 2017 American Association of Physics Teachers. [http://dx.doi.org/10.1119/1.4997165] I. INTRODUCTION II. THE ALGORITHM Solving the time-independent Schrodinger€ equation for an A standard exercise in computational physics9–11 is to arbitrary potential energy function VðÞ~r is difficult. There solve Poisson’s equation, are no generally applicable analytical methods. In one dimension it is straightforward to integrate the equation r2/ðÞ~r ¼qðÞ~r ; (1) numerically, starting at one end of the region of interest and working across to the other. For bound-state problems for where qðÞ~r is a known function, by the method of relaxation: which the energy is not known in advance, the integration Discretize space with a rectangular grid, start with an arbi- must be repeated for different energies until the correct trary function /ðÞ~r that matches the desired boundary condi- boundary condition at the other end is satisfied; this algo- tions, and repeatedly loop over all the grid points that are not rithm is called the shooting method.1–4 on the boundaries, adjusting each / value in relation to its For a nonseparable5 potential in two or more dimensions, nearest neighbors to satisfy a discretized version of however, the shooting method does not work because there Poisson’s equation. To obtain that discretized version, write are boundary conditions that must be satisfied on all sides. each term of the Laplacian operator in the form One can still use matrix methods,6–8 but the amount of @2/ /ðÞ~r þ dx^ þ /ðÞ~r À dx^ À 2/ðÞ~r computation required can be considerable and the diagonal- ; (2) ization routines are mysterious black boxes to most @x2 d2 students. This paper describes a numerical method for obtaining where d is the grid spacing and x^ is a unit vector in the x ðÞ the ground state and low-lying excited states of a bound direction. Solving the discretized Poisson equation for / ~r system in any reasonably small number of dimensions. then gives the needed formula, The algorithm is closely related to the relaxation 1 method9–11 for solving Poisson’s equation, with the com- / ¼ / þ q d2; (3) 0 nn 2d 0 plication that the equation being solved depends on the energy, which is not known in advance. The algorithm where /0 and q0 are the values of / and q at ~r (the current does not require any sophisticated background in quantum grid location), d is the dimension of space, and /nn is the mechanics or numerical analysis. It is reasonably intuitive average of the / values at the 2d nearest-neighbor grid loca- andeasytocode. tions. As this formula is applied repeatedly at all grid loca- The following section explains the most basic version of tions, the array of / values “relaxes” to the desired self- the algorithm, while Sec. III derives the key formula using the consistent solution of Poisson’s equation that matches the variational method. Section IV presents a two-dimensional fixed boundary conditions, to an accuracy determined by the implementation of the algorithm in MATHEMATICA.SectionV grid resolution. generalizes the algorithm to find low-lying excited states, and What is far less familiar is that this method can be Sec. VI presents two nontrivial examples. The last two sec- adapted to solve the time-independent Schrodinger€ equa- tions briefly discuss other related algorithms and how such tion. To see the correspondence, write Schrodinger’s€ equa- calculations can be incorporated into the undergraduate phys- tion with only the Laplacian operator term on the left-hand ics curriculum. side: 698 Am. J. Phys. 85 (9), September 2017 http://aapt.org/ajp VC 2017 American Association of Physics Teachers 698 ÀÁ 2 DhwjKjwi¼À2d w À w w ddÀ2 r wðÞ~r ¼2ðÞE À VðÞ~r wðÞ~r ; (4) 0;new 0;old nn d w2 w2 ddÀ2; (13) where E is the energy eigenvalue, VðÞ~r is the given potential þ 0;new À 0;old energy function, and I am using natural units in which h and the particle mass are equal to 1. Discretizing the Laplacian where the factor of 2 in the first term of Eq. (13) arises gives a formula of the same form as Eq. (3), because there is an identical contribution of this form from the terms in the sum of Eq. (10) in which i is one of the 1 neighboring grid locations. w ¼ w þ ðÞE À V w d2; (5) 0 nn d 0 0 The algorithm, then, is as follows: where the subscripts carry the same meanings as in Eq. (1) Discretize space into a rectangular grid, placing the boundaries far enough from the region of interest that the (3). The appearance of w0 on the right-hand side creates no difficulty at all, because we can solve algebraically for ground-state wave function will be negligible there. w : (2) Initialize the array of w values to represent a smooth, 0 nodeless function such as the ground state of an infinite square well or a harmonic oscillator. All the w values on wnn w ¼ : (6) the boundaries should be zero and will remain unchanged. 0 d2= 1 À ðÞE À V0 d (3) Use Eqs. (8)–(10) to calculate hwjwi; hwjHjwi, and hEi for the initial w array. The more pressing question is what to do with E, the energy (4) Loop over all interior grid locations, setting the w value eigenvalue that we do not yet know. The answer is that we at each location to can replace it with the energy expectation value w hwjHjwi w ¼ nn : (14) hEi¼ ; (7) 0 2 hwjwi 1 hðÞEiV0 d =d 1 2 ðÞ Also use Eqs. (11)–(13) to compute the changes to where H ¼2 r þ V ~r is the Hamiltonian operator. We then update this expectation value after each step in the cal- hwjHjwi and hwjwi that result from this change to w0 and culation. (The denominator in Eq. (7) is needed because the use these quantities to update the value of hEi before algorithm does not maintain the normalization of w.) As the proceeding to the next grid location. ðÞ relaxation process proceeds hEi will steadily decrease, and (5) Repeat step 4 until hEi and w ~r no longer change, we will eventually obtain a self-consistent solution for the within the desired accuracy. ground-state energy and wave function. The simplest procedure, as just described, is to update each The inner products in Eq. (7) are integrals, but we can w value “in place,” so that a change at one grid location compute them to sufficient accuracy as ordinary sums over immediately affects the calculation for the next grid location. the grid locations. The denominator is simply In the terminology of relaxation methods, this approach is called the Gauss–Seidel algorithm.9–11 X w w w2dd; h j i¼ i (8) III. VARIATIONAL INTERPRETATION i In the previous section I asserted, but did not prove, that where the index i runs over all grid locations and I have hEi will steadily decrease during the relaxation process. To assumed that w is real. Similarly, the potential energy contri- see why this happens, it is instructive to derive Eq. (14) using 12 bution to the numerator is the variational method of quantum mechanics. The idea is X to treat each local value w0 as a parameter on which the func- 2 d tion wðÞ~r depends, and repeatedly adjust these parameters, hwjVjwi¼ Viwi d : (9) i one at a time, to minimize the energy expectation value hEi.
Recommended publications
  • Bouncing Oil Droplets, De Broglie's Quantum Thermostat And
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 28 August 2018 doi:10.20944/preprints201808.0475.v1 Peer-reviewed version available at Entropy 2018, 20, 780; doi:10.3390/e20100780 Article Bouncing oil droplets, de Broglie’s quantum thermostat and convergence to equilibrium Mohamed Hatifi 1, Ralph Willox 2, Samuel Colin 3 and Thomas Durt 4 1 Aix Marseille Université, CNRS, Centrale Marseille, Institut Fresnel UMR 7249,13013 Marseille, France; hatifi[email protected] 2 Graduate School of Mathematical Sciences, the University of Tokyo, 3-8-1 Komaba, Meguro-ku, 153-8914 Tokyo, Japan; [email protected] 3 Centro Brasileiro de Pesquisas Físicas, Rua Dr. Xavier Sigaud 150,22290-180, Rio de Janeiro – RJ, Brasil; [email protected] 4 Aix Marseille Université, CNRS, Centrale Marseille, Institut Fresnel UMR 7249,13013 Marseille, France; [email protected] Abstract: Recently, the properties of bouncing oil droplets, also known as ‘walkers’, have attracted much attention because they are thought to offer a gateway to a better understanding of quantum behaviour. They indeed constitute a macroscopic realization of wave-particle duality, in the sense that their trajectories are guided by a self-generated surrounding wave. The aim of this paper is to try to describe walker phenomenology in terms of de Broglie-Bohm dynamics and of a stochastic version thereof. In particular, we first study how a stochastic modification of the de Broglie pilot-wave theory, à la Nelson, affects the process of relaxation to quantum equilibrium, and we prove an H-theorem for the relaxation to quantum equilibrium under Nelson-type dynamics.
    [Show full text]
  • 5.1 Two-Particle Systems
    5.1 Two-Particle Systems We encountered a two-particle system in dealing with the addition of angular momentum. Let's treat such systems in a more formal way. The w.f. for a two-particle system must depend on the spatial coordinates of both particles as @Ψ well as t: Ψ(r1; r2; t), satisfying i~ @t = HΨ, ~2 2 ~2 2 where H = + V (r1; r2; t), −2m1r1 − 2m2r2 and d3r d3r Ψ(r ; r ; t) 2 = 1. 1 2 j 1 2 j R Iff V is independent of time, then we can separate the time and spatial variables, obtaining Ψ(r1; r2; t) = (r1; r2) exp( iEt=~), − where E is the total energy of the system. Let us now make a very fundamental assumption: that each particle occupies a one-particle e.s. [Note that this is often a poor approximation for the true many-body w.f.] The joint e.f. can then be written as the product of two one-particle e.f.'s: (r1; r2) = a(r1) b(r2). Suppose furthermore that the two particles are indistinguishable. Then, the above w.f. is not really adequate since you can't actually tell whether it's particle 1 in state a or particle 2. This indeterminacy is correctly reflected if we replace the above w.f. by (r ; r ) = a(r ) (r ) (r ) a(r ). 1 2 1 b 2 b 1 2 The `plus-or-minus' sign reflects that there are two distinct ways to accomplish this. Thus we are naturally led to consider two kinds of identical particles, which we have come to call `bosons' (+) and `fermions' ( ).
    [Show full text]
  • 8 the Variational Principle
    8 The Variational Principle 8.1 Approximate solution of the Schroedinger equation If we can’t find an analytic solution to the Schroedinger equation, a trick known as the varia- tional principle allows us to estimate the energy of the ground state of a system. We choose an unnormalized trial function Φ(an) which depends on some variational parameters, an and minimise hΦ|Hˆ |Φi E[a ] = n hΦ|Φi with respect to those parameters. This gives an approximation to the wavefunction whose accuracy depends on the number of parameters and the clever choice of Φ(an). For more rigorous treatments, a set of basis functions with expansion coefficients an may be used. The proof is as follows, if we expand the normalised wavefunction 1/2 |φ(an)i = Φ(an)/hΦ(an)|Φ(an)i in terms of the true (unknown) eigenbasis |ii of the Hamiltonian, then its energy is X X X ˆ 2 2 E[an] = hφ|iihi|H|jihj|φi = |hφ|ii| Ei = E0 + |hφ|ii| (Ei − E0) ≥ E0 ij i i ˆ where the true (unknown) ground state of the system is defined by H|i0i = E0|i0i. The inequality 2 arises because both |hφ|ii| and (Ei − E0) must be positive. Thus the lower we can make the energy E[ai], the closer it will be to the actual ground state energy, and the closer |φi will be to |i0i. If the trial wavefunction consists of a complete basis set of orthonormal functions |χ i, each P i multiplied by ai: |φi = i ai|χii then the solution is exact and we just have the usual trick of expanding a wavefunction in a basis set.
    [Show full text]
  • 1 the Principle of Wave–Particle Duality: an Overview
    3 1 The Principle of Wave–Particle Duality: An Overview 1.1 Introduction In the year 1900, physics entered a period of deep crisis as a number of peculiar phenomena, for which no classical explanation was possible, began to appear one after the other, starting with the famous problem of blackbody radiation. By 1923, when the “dust had settled,” it became apparent that these peculiarities had a common explanation. They revealed a novel fundamental principle of nature that wascompletelyatoddswiththeframeworkofclassicalphysics:thecelebrated principle of wave–particle duality, which can be phrased as follows. The principle of wave–particle duality: All physical entities have a dual character; they are waves and particles at the same time. Everything we used to regard as being exclusively a wave has, at the same time, a corpuscular character, while everything we thought of as strictly a particle behaves also as a wave. The relations between these two classically irreconcilable points of view—particle versus wave—are , h, E = hf p = (1.1) or, equivalently, E h f = ,= . (1.2) h p In expressions (1.1) we start off with what we traditionally considered to be solely a wave—an electromagnetic (EM) wave, for example—and we associate its wave characteristics f and (frequency and wavelength) with the corpuscular charac- teristics E and p (energy and momentum) of the corresponding particle. Conversely, in expressions (1.2), we begin with what we once regarded as purely a particle—say, an electron—and we associate its corpuscular characteristics E and p with the wave characteristics f and of the corresponding wave.
    [Show full text]
  • Quantum Aspects of Life / Editors, Derek Abbott, Paul C.W
    Quantum Aspectsof Life P581tp.indd 1 8/18/08 8:42:58 AM This page intentionally left blank foreword by SIR ROGER PENROSE editors Derek Abbott (University of Adelaide, Australia) Paul C. W. Davies (Arizona State University, USAU Arun K. Pati (Institute of Physics, Orissa, India) Imperial College Press ICP P581tp.indd 2 8/18/08 8:42:58 AM Published by Imperial College Press 57 Shelton Street Covent Garden London WC2H 9HE Distributed by World Scientific Publishing Co. Pte. Ltd. 5 Toh Tuck Link, Singapore 596224 USA office: 27 Warren Street, Suite 401-402, Hackensack, NJ 07601 UK office: 57 Shelton Street, Covent Garden, London WC2H 9HE Library of Congress Cataloging-in-Publication Data Quantum aspects of life / editors, Derek Abbott, Paul C.W. Davies, Arun K. Pati ; foreword by Sir Roger Penrose. p. ; cm. Includes bibliographical references and index. ISBN-13: 978-1-84816-253-2 (hardcover : alk. paper) ISBN-10: 1-84816-253-7 (hardcover : alk. paper) ISBN-13: 978-1-84816-267-9 (pbk. : alk. paper) ISBN-10: 1-84816-267-7 (pbk. : alk. paper) 1. Quantum biochemistry. I. Abbott, Derek, 1960– II. Davies, P. C. W. III. Pati, Arun K. [DNLM: 1. Biogenesis. 2. Quantum Theory. 3. Evolution, Molecular. QH 325 Q15 2008] QP517.Q34.Q36 2008 576.8'3--dc22 2008029345 British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library. Photo credit: Abigail P. Abbott for the photo on cover and title page. Copyright © 2008 by Imperial College Press All rights reserved. This book, or parts thereof, may not be reproduced in any form or by any means, electronic or mechanical, including photocopying, recording or any information storage and retrieval system now known or to be invented, without written permission from the Publisher.
    [Show full text]
  • Qualification Exam: Quantum Mechanics
    Qualification Exam: Quantum Mechanics Name: , QEID#43228029: July, 2019 Qualification Exam QEID#43228029 2 1 Undergraduate level Problem 1. 1983-Fall-QM-U-1 ID:QM-U-2 Consider two spin 1=2 particles interacting with one another and with an external uniform magnetic field B~ directed along the z-axis. The Hamiltonian is given by ~ ~ ~ ~ ~ H = −AS1 · S2 − µB(g1S1 + g2S2) · B where µB is the Bohr magneton, g1 and g2 are the g-factors, and A is a constant. 1. In the large field limit, what are the eigenvectors and eigenvalues of H in the "spin-space" { i.e. in the basis of eigenstates of S1z and S2z? 2. In the limit when jB~ j ! 0, what are the eigenvectors and eigenvalues of H in the same basis? 3. In the Intermediate regime, what are the eigenvectors and eigenvalues of H in the spin space? Show that you obtain the results of the previous two parts in the appropriate limits. Problem 2. 1983-Fall-QM-U-2 ID:QM-U-20 1. Show that, for an arbitrary normalized function j i, h jHj i > E0, where E0 is the lowest eigenvalue of H. 2. A particle of mass m moves in a potential 1 kx2; x ≤ 0 V (x) = 2 (1) +1; x < 0 Find the trial state of the lowest energy among those parameterized by σ 2 − x (x) = Axe 2σ2 : What does the first part tell you about E0? (Give your answers in terms of k, m, and ! = pk=m). Problem 3. 1983-Fall-QM-U-3 ID:QM-U-44 Consider two identical particles of spin zero, each having a mass m, that are con- strained to rotate in a plane with separation r.
    [Show full text]
  • Molecular Energy Levels
    MOLECULAR ENERGY LEVELS DR IMRANA ASHRAF OUTLINE q MOLECULE q MOLECULAR ORBITAL THEORY q MOLECULAR TRANSITIONS q INTERACTION OF RADIATION WITH MATTER q TYPES OF MOLECULAR ENERGY LEVELS q MOLECULE q In nature there exist 92 different elements that correspond to stable atoms. q These atoms can form larger entities- called molecules. q The number of atoms in a molecule vary from two - as in N2 - to many thousand as in DNA, protiens etc. q Molecules form when the total energy of the electrons is lower in the molecule than in individual atoms. q The reason comes from the Aufbau principle - to put electrons into the lowest energy configuration in atoms. q The same principle goes for molecules. q MOLECULE q Properties of molecules depend on: § The specific kind of atoms they are composed of. § The spatial structure of the molecules - the way in which the atoms are arranged within the molecule. § The binding energy of atoms or atomic groups in the molecule. TYPES OF MOLECULES q MONOATOMIC MOLECULES § The elements that do not have tendency to form molecules. § Elements which are stable single atom molecules are the noble gases : helium, neon, argon, krypton, xenon and radon. q DIATOMIC MOLECULES § Diatomic molecules are composed of only two atoms - of the same or different elements. § Examples: hydrogen (H2), oxygen (O2), carbon monoxide (CO), nitric oxide (NO) q POLYATOMIC MOLECULES § Polyatomic molecules consist of a stable system comprising three or more atoms. TYPES OF MOLECULES q Empirical, Molecular And Structural Formulas q Empirical formula: Indicates the simplest whole number ratio of all the atoms in a molecule.
    [Show full text]
  • Atomic Excitation Potentials
    ATOMIC EXCITATION POTENTIALS PURPOSE In this lab you will study the excitation of mercury atoms by colliding electrons with the atoms, and confirm that this excitation requires a specific quantity of energy. THEORY In general, atoms of an element can exist in a number of either excited or ionized states, or the ground state. This lab will focus on electron collisions in which a free electron gives up just the amount of kinetic energy required to excite a ground state mercury atom into its first excited state. However, it is important to consider all other processes which constantly change the energy states of the atoms. An atom in the ground state may absorb a photon of energy exactly equal to the energy difference between the ground state and some excited state, whereas another atom may collide with an electron and absorb some fraction of the electron's kinetic energy which is the amount needed to put that atom in some excited state (collisional excitation). Each atom in an excited state then spontaneously emits a photon and drops from a higher excited state to a lower one (or to the ground state). Another possibility is that an atom may collide with an electron which carries away kinetic energy equal to the atomic excitation energy so that the atom ends up in, say, the ground state (collisional deexcitation). Lastly, an atom can be placed into an ionized state (one or more of its electrons stripped away) if the collision transfers energy greater than the ionization potential of the atom. Likewise an ionized atom can capture a free electron.
    [Show full text]
  • Theory and Experiment in the Quantum-Relativity Revolution
    Theory and Experiment in the Quantum-Relativity Revolution expanded version of lecture presented at American Physical Society meeting, 2/14/10 (Abraham Pais History of Physics Prize for 2009) by Stephen G. Brush* Abstract Does new scientific knowledge come from theory (whose predictions are confirmed by experiment) or from experiment (whose results are explained by theory)? Either can happen, depending on whether theory is ahead of experiment or experiment is ahead of theory at a particular time. In the first case, new theoretical hypotheses are made and their predictions are tested by experiments. But even when the predictions are successful, we can’t be sure that some other hypothesis might not have produced the same prediction. In the second case, as in a detective story, there are already enough facts, but several theories have failed to explain them. When a new hypothesis plausibly explains all of the facts, it may be quickly accepted before any further experiments are done. In the quantum-relativity revolution there are examples of both situations. Because of the two-stage development of both relativity (“special,” then “general”) and quantum theory (“old,” then “quantum mechanics”) in the period 1905-1930, we can make a double comparison of acceptance by prediction and by explanation. A curious anti- symmetry is revealed and discussed. _____________ *Distinguished University Professor (Emeritus) of the History of Science, University of Maryland. Home address: 108 Meadowlark Terrace, Glen Mills, PA 19342. Comments welcome. 1 “Science walks forward on two feet, namely theory and experiment. ... Sometimes it is only one foot which is put forward first, sometimes the other, but continuous progress is only made by the use of both – by theorizing and then testing, or by finding new relations in the process of experimenting and then bringing the theoretical foot up and pushing it on beyond, and so on in unending alterations.” Robert A.
    [Show full text]
  • 15.1 Excited State Processes
    15.1 Excited State Processes • both optical and dark processes are described in order to develop a kinetic picture of the excited state • the singlet-triplet split and Stoke's shift determine the wavelengths of emission • the fluorescence quantum yield and lifetime depend upon the relative rates of optical and dark processes • excited states can be quenched by other molecules in the solution 15.1 : 1/8 Excited State Processes Involving Light • absorption occurs over one cycle of light, i.e. 10-14 to 10-15 s • fluorescence is spin allowed and occurs over a time scale of 10-9 to 10-7 s • in fluid solution, fluorescence comes from the lowest energy singlet state S2 •the shortest wavelength in the T2 fluorescence spectrum is the longest S1 wavelength in the absorption spectrum T1 • triplet states lie at lower energy than their corresponding singlet states • phosphorescence is spin forbidden and occurs over a time scale of 10-3 to 1 s • you can estimate where spectral features will be located by assuming that S0 absorption, fluorescence and phosphorescence occur one color apart - thus a yellow solution absorbs in the violet, fluoresces in the blue and phosphoresces in the green 15.1 : 2/8 Excited State Dark Processes • excess vibrational energy can be internal conversion transferred to the solvent with very few S2 -13 -11 vibrations (10 to 10 s) - this T2 process is called vibrational relaxation S1 • a molecule in v = 0 of S2 can convert T1 iso-energetically to a higher vibrational vibrational relaxation intersystem level of S1 - this is called
    [Show full text]
  • Frontiers of Quantum and Mesoscopic Thermodynamics 14 - 20 July 2019, Prague, Czech Republic
    Frontiers of Quantum and Mesoscopic Thermodynamics 14 - 20 July 2019, Prague, Czech Republic Under the auspicies of Ing. Miloš Zeman President of the Czech Republic Jaroslav Kubera President of the Senate of the Parliament of the Czech Republic Milan Štˇech Vice-President of the Senate of the Parliament of the Czech Republic Prof. RNDr. Eva Zažímalová, CSc. President of the Czech Academy of Sciences Dominik Cardinal Duka OP Archbishop of Prague Supported by • Committee on Education, Science, Culture, Human Rights and Petitions of the Senate of the Parliament of the Czech Republic • Institute of Physics, the Czech Academy of Sciences • Department of Physics, Texas A&M University, USA • Institute for Theoretical Physics, University of Amsterdam, The Netherlands • College of Engineering and Science, University of Detroit Mercy, USA • Quantum Optics Lab at the BRIC, Baylor University, USA • Institut de Physique Théorique, CEA/CNRS Saclay, France Topics • Non-equilibrium quantum phenomena • Foundations of quantum physics • Quantum measurement, entanglement and coherence • Dissipation, dephasing, noise and decoherence • Many body physics, quantum field theory • Quantum statistical physics and thermodynamics • Quantum optics • Quantum simulations • Physics of quantum information and computing • Topological states of quantum matter, quantum phase transitions • Macroscopic quantum behavior • Cold atoms and molecules, Bose-Einstein condensates • Mesoscopic, nano-electromechanical and nano-optical systems • Biological systems, molecular motors and
    [Show full text]
  • On the Logic Resolution of the Wave Particle Duality Paradox in Quantum Mechanics (Extended Abstract) M.A
    On the logic resolution of the wave particle duality paradox in quantum mechanics (Extended abstract) M.A. Nait Abdallah To cite this version: M.A. Nait Abdallah. On the logic resolution of the wave particle duality paradox in quantum me- chanics (Extended abstract). 2016. hal-01303223 HAL Id: hal-01303223 https://hal.archives-ouvertes.fr/hal-01303223 Preprint submitted on 18 Apr 2016 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. On the logic resolution of the wave particle duality paradox in quantum mechanics (Extended abstract) M.A. Nait Abdallah UWO, London, Canada and INRIA, Paris, France Abstract. In this paper, we consider three landmark experiments of quantum physics and discuss the related wave particle duality paradox. We present a formalization, in terms of formal logic, of single photon self- interference. We show that the wave particle duality paradox appears, from the logic point of view, in the form of two distinct fallacies: the hard information fallacy and the exhaustive disjunction fallacy. We show that each fallacy points out some fundamental aspect of quantum physical systems and we present a logic solution to the paradox.
    [Show full text]