Revisiting Online Quantum State Learning

Total Page:16

File Type:pdf, Size:1020Kb

Revisiting Online Quantum State Learning The Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20) Revisiting Online Quantum State Learning Feidiao Yang, Jiaqing Jiang, Jialin Zhang, Xiaoming Sun Institute of Computing Technology, Chinese Academy of Sciences, Bejing, China University of Chinese Academy of Sciences, Beijing, China {yangfeidiao, jiangjiaqing, zhangjialin, sunxiaoming}@ict.ac.cn Abstract theories may also help solve some interesting problems in quantum computation and quantum information (Carleo and In this paper, we study the online quantum state learn- Troyer 2017). In this paper, we apply the online learning the- ing problem which is recently proposed by Aaronson et al. (2018). In this problem, the learning algorithm sequentially ory to solve an interesting problem of learning an unknown predicts quantum states based on observed measurements and quantum state. losses and the goal is to minimize the regret. In the previ- Learning an unknown quantum state is a fundamental ous work, the existing algorithms may output mixed quan- problem in quantum computation and quantum information. tum states. However, in many scenarios, the prediction of a The basic version is the quantum state tomography prob- pure quantum state is required. In this paper, we first pro- lem (Vogel and Risken 1989), which aims to fully recover pose a Follow-the-Perturbed-Leader (FTPL) algorithm that the classical description of an unknown quantum state. Al- can guarantee to predict pure quantum states. Theoretical√ O( T ) though quantum state tomography gives a complete char- analysis shows that our algorithm can achieve an ex- acterization of the target state, it is quite costly. Recent pected regret under some reasonable settings. In the case that the pure state prediction is not mandatory, we propose an- advancement showed that fully reconstructing an unknown other deterministic learning algorithm which is simpler and quantum state in the worst case needs exponential copies of more efficient. The algorithm is based on the online√ gradient the state (Haah et al. 2016; Odonnell and Wright 2016). descent (OGD) method and can also achieve an O( T ) re- However, in some applications, it is unnecessary to fully gret bound. The main technical contribution of this result is reconstruct an unknown quantum state. Some side informa- an algorithm of projecting an arbitrary Hermitian matrix onto tion is sufficient. Therefore, some learning tasks move on the set of density matrices with respect to the Frobenius norm. to learn the success probabilities of applying a collection of We think this subroutine is of independent interest and can be two-outcome measurements to an unknown state, with re- widely used in many other problems in the quantum comput- ing area. In addition to the theoretical analysis, we evaluate spect to some metrics. Of which, the shadow tomography the algorithms with a series of simulation experiments. The problem (Aaronson 2018) requires to estimate the success experimental results show that our FTPL method and OGD probabilities uniformly over all measurements in the collec- method outperform the existing RFTL approach proposed by tion. Aaronson (2018) showed that the required number of Aaronson et al. (2018) in almost all settings. In the imple- copies of the unknown state in the shadow tomography is mentation of the RFTL approach, we give a closed-form so- nearly linear to the number of qubits and poly-logarithmic lution to the algorithm. This provides an efficient, accurate, in terms of the number of the measurements. and completely executable solution to the RFTL method. More generally, it may not need to estimate the success probabilities within an error uniformly over all two-outcome Introduction measurements. Following the idea of the statistical learn- The interdisciplinary research between quantum comput- ing theory, we may assume that there is a distribution over ing and machine learning is becoming an attractive area in some possible two-outcome measurements. And our goal is recent years (Biamonte et al. 2017; Lloyd, Mohseni, and to learn a quantum state such that the expected difference be- Rebentrost 2014). On one hand, people expect to take advan- tween the success probabilities of applying a measurement tage of the great power of quantum computers to improve the sampled from the distribution to the learned state and the tar- efficiency of the algorithms in big data processing and ma- get state respectively is within a specific error. This is called chine learning. One representative example following this the statistical learning model or the PAC-learning model of idea is the HHL algorithm (Harrow, Hassidim, and Lloyd quantum states. Aaronson (2007) proved that the number of 2009). On the other hand, machine learning algorithms and samples for the PAC-learning of quantum states only grows linearly with the number of qubits of the state, which is sur- Copyright c 2020, Association for the Advancement of Artificial prisingly an exponential reduction compared with the full Intelligence (www.aaai.org). All rights reserved. quantum state tomography. 6607 However, the assumption that there is a distribution over First, predicting a pure quantum state is of special inter- some two-outcome measurements and the data are i.i.d. sam- est in quantum state learning (Lee, Lee, and Bang 2018; ples from this distribution does not always hold. The En- Benedetti et al. 2019) since a pure state has its unique value vironment may change over time or it is even adversar- in theory and practice. However, the existing RFTL method ial. Complementary to the statistical learning theory, the cannot make such a guarantee since its prediction is always online learning theory is good at coping with arbitrary or a full rank matrix, which corresponds to a mixed state. It is even adversarial sequential data. Therefore, Aaronson et al. still a challenge to predict pure states in online quantum state (2018) further proposed the model of online quantum states learning. In this paper, we propose a Follow-the-Perturbed- learning. In this model, the data, such as measurements and Leader (FTPL) algorithm (Kalai and Vempala 2005) that can losses, are provided sequentially. The learning algorithm is guarantee to predict pure quantum states every round. The to predict a series of quantum states interactively. Its goal is key idea is to formulate the optimization objective with a to minimize the regret, which is the difference in the total stochastic linear regularization to be a special semi-definite loss between the learning algorithm and the best fixed quan- programming (SDP), and we show this SDP always has a tum state in hindsight. rank-1 solution which is corresponding to a pure quantum Although the existing theory has provided helpful ideas state. Our analysis shows that the regret√ with respect to the for this problem, it is still a challenge to design and analyze expected prediction is bounded as O( T ). We further adapt algorithms for online quantum state learning. For example, the FTPL method to a typical and reasonable setting with√L1 a feasible solution in conventional online learning is often loss. In this case, our FTPL method can achieve an O( T ) a vector in the real Euclidean space, but a feasible solution expected regret. in quantum state learning is a complex matrix with special Second, if pure states are not mandatory, the online gra- constraints. Besides, a direct adaption of the existing tech- dient descent (OGD) method (Zinkevich 2003) is a sim- niques can not utilize the properties of the quantum setting. ple and efficient approach for this problem. Actually, it is If we can take advantage of these unique features or lever- widely used in practice for online learning. However, the age techniques from quantum computing, we may get better OGD method relies on a subroutine of projection if the fea- results or different solutions. sible solutions are constrained. In this paper, we propose an In (Aaronson et al. 2018), the authors proposed three very algorithm of projecting an arbitrary Hermitian matrix onto different approaches. They evaluated the algorithms with the set of quantum states with respect to the Frobenius norm. two metrics, the regret in online learning and the number The key idea is to reduce the problem to project a vector of errors. First, they adapted the Regularized Follow-the- onto the probability simplex. Our algorithm is exact and ef- Leader (RFTL) algorithm (Abernethy, Hazan, and Rakhlin ficient. It could be widely used as a subroutine in many other 2008; Shalev-Shwartz and Singer 2007) to the online quan- problems in quantum computing. We apply our method to tum state learning. Particularly, they employed the nega- the projected online gradient descent algorithm for quantum tive von Neumann entropy as the regularization. The RFTL state√ learning and we show that this method can achieve an √ O T method can achieve an O(L nT ) regret, where L is the ( ) regret. Lipschitz coefficient of the loss functions, n is the number Third, the RFTL method due to Aaronson et al. (2018) re- of qubits of a state, and T is the time horizon of the learn- lies on an offline oracle of solving a linear optimization with n the negative von Neumann entropy regularization, which is ing process. Its number of errors is O( ε2 ) under some as- sumptions. The RFTL method has the best theoretical guar- not fully discussed in the original work. In this paper, we antee over the other two methods. Their second method give a closed-form solution to this offline convex optimiza- employs the technique of postselection-based learning pro- tion problem. Our result provides an efficient, accurate, and cedure (Aaronson 2005). Its error number is bounded as completely executable solution to the RFTL method. We n n also implement this solution in our experiments. O( ε3 log ε ) and the regret bound is not available.
Recommended publications
  • The Concept of Quantum State : New Views on Old Phenomena Michel Paty
    The concept of quantum state : new views on old phenomena Michel Paty To cite this version: Michel Paty. The concept of quantum state : new views on old phenomena. Ashtekar, Abhay, Cohen, Robert S., Howard, Don, Renn, Jürgen, Sarkar, Sahotra & Shimony, Abner. Revisiting the Founda- tions of Relativistic Physics : Festschrift in Honor of John Stachel, Boston Studies in the Philosophy and History of Science, Dordrecht: Kluwer Academic Publishers, p. 451-478, 2003. halshs-00189410 HAL Id: halshs-00189410 https://halshs.archives-ouvertes.fr/halshs-00189410 Submitted on 20 Nov 2007 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. « The concept of quantum state: new views on old phenomena », in Ashtekar, Abhay, Cohen, Robert S., Howard, Don, Renn, Jürgen, Sarkar, Sahotra & Shimony, Abner (eds.), Revisiting the Foundations of Relativistic Physics : Festschrift in Honor of John Stachel, Boston Studies in the Philosophy and History of Science, Dordrecht: Kluwer Academic Publishers, 451-478. , 2003 The concept of quantum state : new views on old phenomena par Michel PATY* ABSTRACT. Recent developments in the area of the knowledge of quantum systems have led to consider as physical facts statements that appeared formerly to be more related to interpretation, with free options.
    [Show full text]
  • Entanglement of the Uncertainty Principle
    Open Journal of Mathematics and Physics | Volume 2, Article 127, 2020 | ISSN: 2674-5747 https://doi.org/10.31219/osf.io/9jhwx | published: 26 Jul 2020 | https://ojmp.org EX [original insight] Diamond Open Access Entanglement of the Uncertainty Principle Open Quantum Collaboration∗† August 15, 2020 Abstract We propose that position and momentum in the uncertainty principle are quantum entangled states. keywords: entanglement, uncertainty principle, quantum gravity The most updated version of this paper is available at https://osf.io/9jhwx/download Introduction 1. [1] 2. Logic leads us to conclude that quantum gravity–the theory of quan- tum spacetime–is the description of entanglement of the quantum states of spacetime and of the extra dimensions (if they really ex- ist) [2–7]. ∗All authors with their affiliations appear at the end of this paper. †Corresponding author: [email protected] | Join the Open Quantum Collaboration 1 Quantum Gravity 3. quantum gravity quantum spacetime entanglement of spacetime 4. Quantum spaceti=me might be in a sup=erposition of the extra dimen- sions [8]. Notation 5. UP Uncertainty Principle 6. UP= the quantum state of the uncertainty principle ∣ ⟩ = Discussion on the notation 7. The universe is mathematical. 8. The uncertainty principle is part of our universe, thus, it is described by mathematics. 9. A physical theory must itself be described within its own notation. 10. Thereupon, we introduce UP . ∣ ⟩ Entanglement 11. UP α1 x1p1 α2 x2p2 α3 x3p3 ... 12. ∣xi ⟩u=ncer∣tainty⟩ +in po∣ sitio⟩n+ ∣ ⟩ + 13. pi = uncertainty in momentum 14. xi=pi xi pi xi pi ∣ ⟩ = ∣ ⟩ ∣ ⟩ = ∣ ⟩ ⊗ ∣ ⟩ 2 Final Remarks 15.
    [Show full text]
  • Path Integral for the Hydrogen Atom
    Path Integral for the Hydrogen Atom Solutions in two and three dimensions Vägintegral för Väteatomen Lösningar i två och tre dimensioner Anders Svensson Faculty of Health, Science and Technology Physics, Bachelor Degree Project 15 ECTS Credits Supervisor: Jürgen Fuchs Examiner: Marcus Berg June 2016 Abstract The path integral formulation of quantum mechanics generalizes the action principle of classical mechanics. The Feynman path integral is, roughly speaking, a sum over all possible paths that a particle can take between fixed endpoints, where each path contributes to the sum by a phase factor involving the action for the path. The resulting sum gives the probability amplitude of propagation between the two endpoints, a quantity called the propagator. Solutions of the Feynman path integral formula exist, however, only for a small number of simple systems, and modifications need to be made when dealing with more complicated systems involving singular potentials, including the Coulomb potential. We derive a generalized path integral formula, that can be used in these cases, for a quantity called the pseudo-propagator from which we obtain the fixed-energy amplitude, related to the propagator by a Fourier transform. The new path integral formula is then successfully solved for the Hydrogen atom in two and three dimensions, and we obtain integral representations for the fixed-energy amplitude. Sammanfattning V¨agintegral-formuleringen av kvantmekanik generaliserar minsta-verkanprincipen fr˚anklassisk meka- nik. Feynmans v¨agintegral kan ses som en summa ¨over alla m¨ojligav¨agaren partikel kan ta mellan tv˚a givna ¨andpunkterA och B, d¨arvarje v¨agbidrar till summan med en fasfaktor inneh˚allandeden klas- siska verkan f¨orv¨agen.Den resulterande summan ger propagatorn, sannolikhetsamplituden att partikeln g˚arfr˚anA till B.
    [Show full text]
  • Two-State Systems
    1 TWO-STATE SYSTEMS Introduction. Relative to some/any discretely indexed orthonormal basis |n) | ∂ | the abstract Schr¨odinger equation H ψ)=i ∂t ψ) can be represented | | | ∂ | (m H n)(n ψ)=i ∂t(m ψ) n ∂ which can be notated Hmnψn = i ∂tψm n H | ∂ | or again ψ = i ∂t ψ We found it to be the fundamental commutation relation [x, p]=i I which forced the matrices/vectors thus encountered to be ∞-dimensional. If we are willing • to live without continuous spectra (therefore without x) • to live without analogs/implications of the fundamental commutator then it becomes possible to contemplate “toy quantum theories” in which all matrices/vectors are finite-dimensional. One loses some physics, it need hardly be said, but surprisingly much of genuine physical interest does survive. And one gains the advantage of sharpened analytical power: “finite-dimensional quantum mechanics” provides a methodological laboratory in which, not infrequently, the essentials of complicated computational procedures can be exposed with closed-form transparency. Finally, the toy theory serves to identify some unanticipated formal links—permitting ideas to flow back and forth— between quantum mechanics and other branches of physics. Here we will carry the technique to the limit: we will look to “2-dimensional quantum mechanics.” The theory preserves the linearity that dominates the full-blown theory, and is of the least-possible size in which it is possible for the effects of non-commutivity to become manifest. 2 Quantum theory of 2-state systems We have seen that quantum mechanics can be portrayed as a theory in which • states are represented by self-adjoint linear operators ρ ; • motion is generated by self-adjoint linear operators H; • measurement devices are represented by self-adjoint linear operators A.
    [Show full text]
  • Structure of a Spin ½ B
    Structure of a spin ½ B. C. Sanctuary Department of Chemistry, McGill University Montreal Quebec H3H 1N3 Canada Abstract. The non-hermitian states that lead to separation of the four Bell states are examined. In the absence of interactions, a new quantum state of spin magnitude 1/√2 is predicted. Properties of these states show that an isolated spin is a resonance state with zero net angular momentum, consistent with a point particle, and each resonance corresponds to a degenerate but well defined structure. By averaging and de-coherence these structures are shown to form ensembles which are consistent with the usual quantum description of a spin. Keywords: Bell states, Bell’s Inequalities, spin theory, quantum theory, statistical interpretation, entanglement, non-hermitian states. PACS: Quantum statistical mechanics, 05.30. Quantum Mechanics, 03.65. Entanglement and quantum non-locality, 03.65.Ud 1. INTRODUCTION In spite of its tremendous success in describing the properties of microscopic systems, the debate over whether quantum mechanics is the most fundamental theory has been going on since its inception1. The basic property of quantum mechanics that belies it as the most fundamental theory is its statistical nature2. The history is well known: EPR3 showed that two non-commuting operators are simultaneously elements of physical reality, thereby concluding that quantum mechanics is incomplete, albeit they assumed locality. Bohr4 replied with complementarity, arguing for completeness; thirty years later Bell5, questioned the locality assumption6, and the conclusion drawn that any deeper theory than quantum mechanics must be non-local. In subsequent years the idea that entangled states can persist to space-like separations became well accepted7.
    [Show full text]
  • Hamilton Equations, Commutator, and Energy Conservation †
    quantum reports Article Hamilton Equations, Commutator, and Energy Conservation † Weng Cho Chew 1,* , Aiyin Y. Liu 2 , Carlos Salazar-Lazaro 3 , Dong-Yeop Na 1 and Wei E. I. Sha 4 1 College of Engineering, Purdue University, West Lafayette, IN 47907, USA; [email protected] 2 College of Engineering, University of Illinois at Urbana-Champaign, Urbana, IL 61820, USA; [email protected] 3 Physics Department, University of Illinois at Urbana-Champaign, Urbana, IL 61820, USA; [email protected] 4 College of Information Science and Electronic Engineering, Zhejiang University, Hangzhou 310058, China; [email protected] * Correspondence: [email protected] † Based on the talk presented at the 40th Progress In Electromagnetics Research Symposium (PIERS, Toyama, Japan, 1–4 August 2018). Received: 12 September 2019; Accepted: 3 December 2019; Published: 9 December 2019 Abstract: We show that the classical Hamilton equations of motion can be derived from the energy conservation condition. A similar argument is shown to carry to the quantum formulation of Hamiltonian dynamics. Hence, showing a striking similarity between the quantum formulation and the classical formulation. Furthermore, it is shown that the fundamental commutator can be derived from the Heisenberg equations of motion and the quantum Hamilton equations of motion. Also, that the Heisenberg equations of motion can be derived from the Schrödinger equation for the quantum state, which is the fundamental postulate. These results are shown to have important bearing for deriving the quantum Maxwell’s equations. Keywords: quantum mechanics; commutator relations; Heisenberg picture 1. Introduction In quantum theory, a classical observable, which is modeled by a real scalar variable, is replaced by a quantum operator, which is analogous to an infinite-dimensional matrix operator.
    [Show full text]
  • The Paradoxes of the Interaction-Free Measurements
    The Paradoxes of the Interaction-free Measurements L. Vaidman Centre for Quantum Computation, Department of Physics, University of Oxford, Clarendon Laboratory, Parks Road, Oxford 0X1 3PU, England; School of Physics and Astronomy, Raymond and Beverly Sackler Faculty of Exact Sciences, Tel-Aviv University, Tel-Aviv 69978, Israel Reprint requests to Prof. L. V.; E-mail: [email protected] Z. Naturforsch. 56 a, 100-107 (2001); received January 12, 2001 Presented at the 3rd Workshop on Mysteries, Puzzles and Paradoxes in Quantum Mechanics, Gargnano, Italy, September 17-23, 2000. Interaction-free measurements introduced by Elitzur and Vaidman [Found. Phys. 23,987 (1993)] allow finding infinitely fragile objects without destroying them. Paradoxical features of these and related measurements are discussed. The resolution of the paradoxes in the framework of the Many-Worlds Interpretation is proposed. Key words: Interaction-free Measurements; Quantum Paradoxes. I. Introduction experiment” proposed by Wheeler [22] which helps to define the context in which the above claims, that The interaction-free measurements proposed by the measurements are interaction-free, are legitimate. Elitzur and Vaidman [1,2] (EVIFM) led to numerousSection V is devoted to the variation of the EV IFM investigations and several experiments have been per­ proposed by Penrose [23] which, instead of testing for formed [3- 17]. Interaction-free measurements are the presence of an object in a particular place, tests very paradoxical. Usually it is claimed that quantum a certain property of the object in an interaction-free measurements, in contrast to classical measurements, way. Section VI introduces the EV IFM procedure for invariably cause a disturbance of the system.
    [Show full text]
  • The Elitzur-Vaidman Experiment Violates the Leggett-Garg Inequality
    Atomic “bomb testing”: the Elitzur-Vaidman experiment violates the Leggett-Garg inequality Carsten Robens,1 Wolfgang Alt,1 Clive Emary,2 Dieter Meschede,1 and Andrea Alberti1, ∗ 1Institut für Angewandte Physik, Universität Bonn, Wegelerstr. 8, D-53115 Bonn, Germany 2Joint Quantum Centre Durham-Newcastle, Newcastle University, Newcastle upon Tyne NE1 7RU, UK (Dated: September 21, 2016) Abstract. Elitzur and Vaidman have proposed a measurement scheme that, based on the quantum super- position principle, allows one to detect the presence of an object in a dramatic scenario, a bomb without interacting with it. It was pointed out by Ghirardi that this interaction-free measurement scheme can be put in direct relation with falsification tests of the macro-realistic worldview. Here we have implemented the “bomb test” with a single atom trapped in a spin-dependent optical lattice to show explicitly a violation of the Leggett-Garg inequality a quantitative criterion fulfilled by macro-realistic physical theories. To perform interaction-free measurements, we have implemented a novel measurement method that correlates spin and position of the atom. This method, which quantum mechanically entangles spin and position, finds general application for spin measurements, thereby avoiding the shortcomings inherent in the widely used push-out technique. Allowing decoherence to dominate the evolution of our system causes a transition from quantum to classical behavior in fulfillment of the Leggett-Garg inequality. I. INTRODUCTION scopically distinct states. In a macro-realistic world- view, it is plausible to assume that a negative out- Measuring physical properties of an object whether come of a measurement cannot affect the evolution of macroscopic or microscopic is in most cases associated a macroscopic system, meaning that negative measure- with an interaction.
    [Show full text]
  • Lecture 6: Time Evolution and the Schrödinger Equation
    8.04: Quantum Mechanics Professor Allan Adams Massachusetts Institute of Technology 2013 February 26 Lecture 6 Time Evolution and the Schr¨odinger Equation Assigned Reading: E&R 3all, 51;3;4;6 Li. 25−8, 31−3 Ga. 2all6=4 Sh. 3, 4 The Schr¨odinger equation is a partial differential equation. For instance, if pˆ2 m!2xˆ2 Eˆ = + ; 2m 2 then the Schr¨odinger equation becomes @ 2 @2 m!2x2 i = − ~ + : ~ @t 2m @x2 2 Of course, Eˆ depends on the system, and the Schr¨odinger equation changes accordingly. To fully solve this for a given Eˆ, there are a few different methods available, and those are through brute force, extreme cleverness, and numerical calculation. An elegant way that helps in all cases though makes use of superposition. Suppose that at t = 0, our system is in a state of definite energy. This means that (x; 0; E) = φ(x; E); where Eφˆ (x; E) = E · φ(x; E): Evolving it in time means that @ i E = E · : ~ @t E Given the initial condition, this is easily solved to be (x; t; E) = e −i!tφ(x; E) through the de Broglie relation E = ~!: Note that p(x; t) = j (x; t; E)j2 = jφ(x; E)j2 ; 2 8.04: Lecture 6 so the time evolution disappears from the probability density! That is why wavefunctions corresponding to states of definite energy are also called stationary states. So are all systems in stationary states? Well, probabilities generally evolve in time, so that cannot be. Then are any systems in stationary states? Well, nothing is eternal, and like the plane wave, the stationary state is only an approximation.
    [Show full text]
  • Lecture 4: the Schrödinger Wave Equation
    4 THE SCHRODINGER¨ WAVE EQUATION 1 4 The Schr¨odinger wave equation We have noted in previous lectures that all particles, both light and matter, can be described as a localised wave packet. • De Broglie suggested a relationship between the effective wavelength of the wave function associated with a given matter or light particle its the momentum. This relationship was subsequently confirmed experimentally for electrons. • Consideration of the two slit experiment has provided an understanding of what we can and cannot achieve with the wave function representing the particle: The wave function Ψ is not observable. According to the statistical interpretation of Born, the quantity Ψ∗Ψ = |Ψ2| is observable and represents the probability density of locating the particle in a given elemental volume. To understand the wave function further, we require a wave equation from which we can study the evolution of wave functions as a function of position and time, in general within a potential field (e.g. the potential fields associated with the Coulomb or strong nuclear force). As we shall see, manipulation of the wave equation will permit us to calculate “most probable” values of a particle’s position, momentum, energy, etc. These quantities form the study of me- chanics within classical physics. Our quantum theory has now become quantum mechanics – the description of mechanical physics on the quantum scale. The particular sub-branch of quantum mechanics accessible via wave theory is sometimes referred to as wave mechanics. The time–dependent Schr¨odinger wave equation is the quantum wave equation ∂Ψ(x, t) h¯2 ∂2Ψ(x, t) ih¯ = − + V (x, t) Ψ(x, t), (1) ∂t 2m ∂x2 √ where i = −1, m is the mass of the particle,h ¯ = h/2π, Ψ(x, t) is the wave function representing the particle and V (x, t) is a potential energy function.
    [Show full text]
  • Chapter 2 Quantum Theory
    Chapter 2 - Quantum Theory At the end of this chapter – the class will: Have basic concepts of quantum physical phenomena and a rudimentary working knowledge of quantum physics Have some familiarity with quantum mechanics and its application to atomic theory Quantization of energy; energy levels Quantum states, quantum number Implication on band theory Chapter 2 Outline Basic concept of quantization Origin of quantum theory and key quantum phenomena Quantum mechanics Example and application to atomic theory Concept introduction The quantum car Imagine you drive a car. You turn on engine and it immediately moves at 10 m/hr. You step on the gas pedal and it does nothing. You step on it harder and suddenly, the car moves at 40 m/hr. You step on the brake. It does nothing until you flatten the brake with all your might, and it suddenly drops back to 10 m/hr. What’s going on? Continuous vs. Quantization Consider a billiard ball. It requires accuracy and precision. You have a cue stick. Assume for simplicity that there is no friction loss. How fast can you make the ball move using the cue stick? How much kinetic energy can you give to the ball? The Newtonian mechanics answer is: • any value, as much as energy as you can deliver. The ball can be made moving with 1.000 joule, or 3.1415926535 or 0.551 … joule. Supposed it is moving with 1-joule energy, you can give it an extra 0.24563166 joule by hitting it with the cue stick by that amount of energy.
    [Show full text]
  • Heisenberg's Uncertainty Principle
    Heisenberg’s Uncertainty Principle P. Busch∗ Perimeter Institute for Theoretical Physics, Waterloo, Canada, and Department of Mathematics, University of York, York, UK T. Heinonen† and P.J. Lahti‡ Department of Physics, University of Turku, Turku, Finland (Dated: 5 December 2006) Heisenberg’s uncertainty principle is usually taken to express a limitation of operational possibil- ities imposed by quantum mechanics. Here we demonstrate that the full content of this principle also includes its positive role as a condition ensuring that mutually exclusive experimental options can be reconciled if an appropriate trade-off is accepted. The uncertainty principle is shown to appear in three manifestations, in the form of uncertainty relations: for the widths of the position and momentum distributions in any quantum state; for the inaccuracies of any joint measurement of these quantities; and for the inaccuracy of a measurement of one of the quantities and the ensuing disturbance in the distribution of the other quantity. Whilst conceptually distinct, these three kinds of uncertainty relations are shown to be closely related formally. Finally, we survey models and experimental implementations of joint measurements of position and momentum and comment briefly on the status of experimental tests of the uncertainty principle. PACS numbers: 03.65 Contents I. Introduction 2 II. From “no joint sharp values” to approximate joint localizations 3 III. Joint and sequential measurements 5 A. Joint measurements 6 B. Sequential measurements 6 C. On measures of inaccuracy 7 1. Standard measures of error and disturbance 7 2. Geometric measure of approximation and disturbance 8 3. Error bars 8 IV. From “no joint measurements” to approximate joint measurements 9 A.
    [Show full text]