Distribution of Delay Times in Laser Excited CdSe-ZnS Core-Shell Quantum Dots

Size: px
Start display at page:

Download "Distribution of Delay Times in Laser Excited CdSe-ZnS Core-Shell Quantum Dots"

Transcription

1 Distribution of Delay Times in Laser Excited CdSe-ZnS Core-Shell Quantum Dots Andrei Vajiac Indiana University South Bend Mathematics, Computer Science Advisor: Pavel Frantsuzov, Physics

2 Abstract This project studies the distribution of delay times between laser excitation and photon emission for individual CdSe-ZnS core-shell quantum dots. The experimental data was obtained from Argon National Labs, where a Time Correlated Single Proton Counting device was used to detect the photon emissions from the quantum dots. The data was analyzed statistically, using Matlab, to determine what, if any, connections exist among the delay times that occur between laser excitation and photon detection and the on/off states of the quantum dots. This follows research performed by Wu, Sun, and Pelton on the distribution of recombination rates for quantum dots.

3 In this communication we present results from the statistical analysis of the delay times between laser excitation and photon emission in CdSe-ZnS Quantum Dots formed in colloidal solution. The data, obtained from Argonne National Laboratory, is the same as was used in Recombination rates for single colloidal quantum dots near a smooth metal film by X. Wu, Y. Sun, and M. Pelton. I. What is a Quantum Dot? Quantum dots, discovered in the 1980s by Alexei Ekimov and Louis E. Brus are very small semiconductors whose properties and characteristics are closely tied to the size and shape of each individual crystal. To be able to understand the specifics of quantum dots, one must first have an understanding of excitons. An exciton is an electrically neutral quasi-particle existent in insulators, semiconductors, and some liquids. It is a bound state of an electron hole and an electron, which are attracted to each other by an electrostatic Coulomb force. Excitons form when an electron is excited from the valence band into the conduction band by a photon. This excitation leaves behind a hole of opposite electric charge to which the electron is attracted by the Coulomb force. In this communication we wish to study the recombination rate of the electron and the electron hole within semiconductor nanocrystals (quantum dots). Now one can say that quantum dots are semiconductors who have their excitons confined in all three spatial dimensions. This quantum confinement effect occurs when the diameter of a particle is of the same magnitude as the wavelength of the electron wave function, hence causing quantum dots electronic and optical properties to be substantially different from those of bulk semiconductors. If the confining dimension is large enough, the bandgap between the valence band and the conduction band remains at its original energy. However, as the confining dimension decreases even further, the bandgap becomes dependent on size; this quantum confinement effect is generally used to explain the results from excitons being confined to a dimension that approaches a measurement known as the exciton Bohr radius. This type of quantum confinement leads to a few new electronic structures. Quantum Wells occur when the

4 electrons or holes are confined in one spatial direction and free propagation is allowed in the other two dimensions. Quantum Wires occur when the electrons or holes are confined in two spatial directions, allowing free propagation in the remaining direction. Finally, Quantum Dots are created when the excitons are confined in all three spatial directions. Since quantum dots can be relatively simply manufactured through many means at many different sizes, this bandgap can thus be altered to whatever size one may need. This allows quantum dots to be produced for various applications. For example, quantum dots have been used quite effectively in producing fluorescent dyes that can be used in medical applications. II. The Data The data was obtained from Argonne National Laboratory and is the same as the data used in Recombination rates for single colloidal quantum dots near a smooth metal film by X. Wu, Y. Sun, and M. Pelton. Quantum Dots were excited using laser pulses and the photon emissions were detected using a Single Photon Counter. The laser used had a 400nm excitation wavelength and the repetition rate was 5MHz. Output pulses from the photon detector, as well as sync pulses from the laser, were sent to a Time Correlated Single Photon Counting (TCPSC) Machine. Since the exact times of the laser pulses is known, the data was comprised of two main parts. First, the time that has elapsed from the beginning of the experiment until the photon detection was known, henceforth referred to as true time. Also, the delay time between the previous laser excitation and the subsequent photon detection was also able to be recorded. Each dataset received contained the results from a different quantum dot being excited over a time span of 10 minutes. Each of these datasets contained anywhere between 2.5 million and 5.5 million detected photons and their respective true times and delay times. III. Data Analysis Method Since the datasets obtained are so large, the statistical toolbox within Matlab was used to analyze the data. Matlab has many different capabilities when it comes to analyzing data in

5 arrays and as such using Matlab required making a decision between iterative and boolean styles of programming. There are many distinct differences between these two styles, but in general, iterative programs are easier to write and understand. They are similar in style to conventional programming, in particular C++, however it is possible that iterative programs can cause the analysis to run very slowly, since they require actions to be performed in succession over every single data point in the dataset. Matlab also contains a boolean style of programming, which allows data points in an array to be interpreted as boolean values, which allows for much faster calculations. However, the issue with boolean programming is that the style is not as intuitive as the iterative style; the programs many times become harder to write if one does not have much experience with the Matlab system. It is also important to note that although in general one can say that the boolean style produces faster programs than the iterative style, it is not always the case. In particular, there was a program written to put the data in to different time bins which was able to be executed in a few seconds when the program was written iteratively, but when the program was translated to a boolean style, it took several minutes. Therefore much trial and error was required to be able to write the fastest, and best, programs to analyze the data. IV. Data Analysis Initially, after extracting the data from the files received so that they could be imported into Matlab, the data needed to be binned by splitting the 10 minute experiment into smaller time intervals (bins) and then counting the number of detected photons in each bin (using the true time). This sort of analysis allows us to determine times of high photon emission from the quantum dot, known as on-times and times of low photon emission, known as off-times. An example of data binning is shown below:

6 This initial binning analysis provides us with a few questions. Firstly, we want to know why the quantum dot goes into off periods. The quantum dots exhibit the strange characteristic of being in an on state, or cycling from on to off quite rapidly, to going into an off state for periods up to two minutes, and then returning to the on state. This behavior is quite surprising, since quantum dots' activity is usually measured on a nanosecond scale; thus an off state of up to two minutes is really a very long time for the dot to not be emitting very many photons. Another question that is raised is whether or not the delay times of the photons have any sort of connection to the on and off states. In general, we wish to discover whether there are any clues about the quantum dot behavior that can help us better understand and possibly to predict when off states will occur and how long they might last. One attempt was to see if the range of delay times for photon detection that occurred in the off states for the quantum dot was smaller than the range of delay times occurring in the on states. We binned the delay times for the quantum dots in the same fashion as before, when we binned the true times, and obtained the following result:

7 When comparing the above result from the graph of on and off times from before, we saw that our initial prediction was not correct; in fact we found that the range of delay times for the off states was significantly larger than the range of delay times for the on states. From this point we are attempting to see if the distribution of delay times for the entire experiment (for each quantum dot) could be modeled using some sort of fit curve. We endeavor to fit the distribution using an exponential fit, accounting for background noise in the equation. A least-squares method is being used to calculate the best fit. Our first idea for the data fit was to use the following model: ( )

8 However, upon separating the delay times into photons emitted during on times and photons emitted during off times for each experiment, we obtained many similar graphs to the one below: The above represents a histogram of the distribution of delay times for the on states of a particular quantum dot throughout the 10 minute experiment. As we can see, there is a significant amount of background noise in the data (it doesn t seem to approach zero) and thus we need to change our predicted model. We now wish to model the data using the function: ( ) Where B represents the background noise in our data collection. The least squares method is being used to model the data, so we wish to minimize: [( ( )]

9 That is, [( ] Where, in the above, m represents our number of data points. To minimize S, we need to take the partial derivatives with respect to our unknowns: A, B, and tau. After taking these partial derivatives and simplifying, we end up with: By setting all of these partial derivatives to zero, we find the minimum of S, and thus our least squares estimate. Obviously, the previous system of three nonlinear equations is not solvable manually; we are currently writing a Matlab program to be able to solve that linear system, and as such calculate the values of A, B, and tau.

TECHNICAL INFORMATION. Quantum Dot

TECHNICAL INFORMATION. Quantum Dot Quantum Dot Quantum Dot is the nano meter sized semiconductor crystal with specific optical properties originates from the phenomenon which can be explained by the quantum chemistry and quantum mechanics.

More information

Laboratory 3&4: Confocal Microscopy Imaging of Single-Emitter Fluorescence and Hanbury Brown and Twiss setup for Photon Antibunching

Laboratory 3&4: Confocal Microscopy Imaging of Single-Emitter Fluorescence and Hanbury Brown and Twiss setup for Photon Antibunching Laboratory 3&4: Confocal Microscopy Imaging of Single-Emitter Fluorescence and Hanbury Brown and Twiss setup for Photon Antibunching Jose Alejandro Graniel Institute of Optics University of Rochester,

More information

THEORETICAL STUDY OF THE QUANTUM CONFINEMENT EFFECTS ON QUANTUM DOTS USING PARTICLE IN A BOX MODEL

THEORETICAL STUDY OF THE QUANTUM CONFINEMENT EFFECTS ON QUANTUM DOTS USING PARTICLE IN A BOX MODEL Journal of Ovonic Research Vol. 14, No. 1, January - February 2018, p. 49-54 THEORETICAL STUDY OF THE QUANTUM CONFINEMENT EFFECTS ON QUANTUM DOTS USING PARTICLE IN A BOX MODEL A. I. ONYIA *, H. I. IKERI,

More information

Lab 3 and 4: Single Photon Source

Lab 3 and 4: Single Photon Source Lab 3 and 4: Single Photon Source By: Justin Deuro, December 10 th, 2009 Abstract We study methods of single photon emission by exciting single colloidal quantum dot (QD) samples. We prepare the single

More information

In a metal, how does the probability distribution of an electron look like at absolute zero?

In a metal, how does the probability distribution of an electron look like at absolute zero? 1 Lecture 6 Laser 2 In a metal, how does the probability distribution of an electron look like at absolute zero? 3 (Atom) Energy Levels For atoms, I draw a lower horizontal to indicate its lowest energy

More information

Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown and Twiss Photon Antibunching Setup

Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown and Twiss Photon Antibunching Setup 1 Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown and Twiss Photon Antibunching Setup Abstract Jacob Begis The purpose of this lab was to prove that a source of light can be

More information

Laboratory 3: Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown, and Twiss Setup for Photon Antibunching

Laboratory 3: Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown, and Twiss Setup for Photon Antibunching Laboratory 3: Confocal Microscopy Imaging of Single Emitter Fluorescence and Hanbury Brown, and Twiss Setup for Photon Antibunching Jonathan Papa 1, * 1 Institute of Optics University of Rochester, Rochester,

More information

Lab 1 Entanglement and Bell s Inequalities

Lab 1 Entanglement and Bell s Inequalities Quantum Optics Lab Review Justin Winkler Lab 1 Entanglement and Bell s Inequalities Entanglement Wave-functions are non-separable Measurement of state of one particle alters the state of the other particle

More information

CH676 Physical Chemistry: Principles and Applications. CH676 Physical Chemistry: Principles and Applications

CH676 Physical Chemistry: Principles and Applications. CH676 Physical Chemistry: Principles and Applications CH676 Physical Chemistry: Principles and Applications Crystal Structure and Chemistry Synthesis of Tetrahexahedral Platinum Nanocrystals with High-Index Facets and High Electro-Oxidation Activity Na Tian

More information

Size-Dependent Biexciton Quantum Yields and Carrier Dynamics of Quasi-

Size-Dependent Biexciton Quantum Yields and Carrier Dynamics of Quasi- Supporting Information Size-Dependent Biexciton Quantum Yields and Carrier Dynamics of Quasi- Two-Dimensional Core/Shell Nanoplatelets Xuedan Ma, Benjamin T. Diroll, Wooje Cho, Igor Fedin, Richard D. Schaller,

More information

Quantum Dots and Colors Worksheet Answers

Quantum Dots and Colors Worksheet Answers Quantum Dots and Colors Worksheet Answers Background Quantum dots are semiconducting nanoparticles that are able to confine electrons in small, discrete spaces. Also known as zero-dimensional electronic

More information

Half Lives and Measuring Ages (read before coming to the Lab session)

Half Lives and Measuring Ages (read before coming to the Lab session) Astronomy 170B1 Due: December 1 Worth 40 points Radioactivity and Age Determinations: How do we know that the Solar System is 4.5 billion years old? During this lab session you are going to witness how

More information

Quantum Dots for Advanced Research and Devices

Quantum Dots for Advanced Research and Devices Quantum Dots for Advanced Research and Devices spectral region from 450 to 630 nm Zero-D Perovskite Emit light at 520 nm ABOUT QUANTUM SOLUTIONS QUANTUM SOLUTIONS company is an expert in the synthesis

More information

Scienza e Tecnologia dei Materiali Ceramici. Modulo 2: Materiali Nanostrutturati

Scienza e Tecnologia dei Materiali Ceramici. Modulo 2: Materiali Nanostrutturati Università degli Studi di Trieste Dipartimento di Ingegneria e Architettura A.A. 2016-2017 Scienza e Tecnologia dei Materiali Ceramici Modulo 2: Materiali Nanostrutturati - Lezione 5 - Vanni Lughi vlughi@units.it

More information

Quantum Dots an Upcoming Concept of Semeconductors & Nanotechnology. Mayur Ingale *, Mandar Dingore **,Shubhankar Gokhale ***

Quantum Dots an Upcoming Concept of Semeconductors & Nanotechnology. Mayur Ingale *, Mandar Dingore **,Shubhankar Gokhale *** Quantum Dots an Upcoming Concept of Semeconductors & Nanotechnology Mayur Ingale *, Mandar Dingore **,Shubhankar Gokhale *** *(Department of Mechanical, Mumbai University, RGIT, Andheri-400053 ** (Department

More information

Nanoscale confinement of photon and electron

Nanoscale confinement of photon and electron Nanoscale confinement of photon and electron Photons can be confined via: Planar waveguides or microcavities (2 d) Optical fibers (1 d) Micro/nano spheres (0 d) Electrons can be confined via: Quantum well

More information

interband transitions in semiconductors M. Fox, Optical Properties of Solids, Oxford Master Series in Condensed Matter Physics

interband transitions in semiconductors M. Fox, Optical Properties of Solids, Oxford Master Series in Condensed Matter Physics interband transitions in semiconductors M. Fox, Optical Properties of Solids, Oxford Master Series in Condensed Matter Physics interband transitions in quantum wells Atomic wavefunction of carriers in

More information

Platinum resistance. also wirewound versions. eg

Platinum resistance. also wirewound versions. eg Platinum resistance Platinum resistance Very stable and reproducible, wide T range (~ -200 C to 1000 C) T coefficient ~ +0.4%/ C Bulky and expensive for some applications (~ 2-3) need wires (R) or local

More information

PRESENTED BY: PROF. S. Y. MENSAH F.A.A.S; F.G.A.A.S UNIVERSITY OF CAPE COAST, GHANA.

PRESENTED BY: PROF. S. Y. MENSAH F.A.A.S; F.G.A.A.S UNIVERSITY OF CAPE COAST, GHANA. SOLAR CELL AND ITS APPLICATION PRESENTED BY: PROF. S. Y. MENSAH F.A.A.S; F.G.A.A.S UNIVERSITY OF CAPE COAST, GHANA. OUTLINE OF THE PRESENTATION Objective of the work. A brief introduction to Solar Cell

More information

LAB 3: Confocal Microscope Imaging of single-emitter fluorescence. LAB 4: Hanbury Brown and Twiss setup. Photon antibunching. Roshita Ramkhalawon

LAB 3: Confocal Microscope Imaging of single-emitter fluorescence. LAB 4: Hanbury Brown and Twiss setup. Photon antibunching. Roshita Ramkhalawon LAB 3: Confocal Microscope Imaging of single-emitter fluorescence LAB 4: Hanbury Brown and Twiss setup. Photon antibunching Roshita Ramkhalawon PHY 434 Department of Physics & Astronomy University of Rochester

More information

Luminescence basics. Slide # 1

Luminescence basics. Slide # 1 Luminescence basics Types of luminescence Cathodoluminescence: Luminescence due to recombination of EHPs created by energetic electrons. Example: CL mapping system Photoluminescence: Luminescence due to

More information

Carbon Nanotube: Property, application and ultrafast optical spectroscopy

Carbon Nanotube: Property, application and ultrafast optical spectroscopy Carbon Nanotube: Property, application and ultrafast optical spectroscopy Yijing Fu 1, Qing Yu 1 Institute of Optics, University of Rochester Department of Electrical engineering, University of Rochester

More information

Labs 3-4: Single-photon Source

Labs 3-4: Single-photon Source Labs 3-4: Single-photon Source Lab. 3. Confocal fluorescence microscopy of single-emitter Lab. 4. Hanbury Brown and Twiss setup. Fluorescence antibunching 1 Labs 3-4: Single-photon Source Efficiently produces

More information

Optics and Quantum Optics with Semiconductor Nanostructures. Overview

Optics and Quantum Optics with Semiconductor Nanostructures. Overview Optics and Quantum Optics with Semiconductor Nanostructures Stephan W. Koch Department of Physics, Philipps University, Marburg/Germany and Optical Sciences Center, University of Arizona, Tucson/AZ Overview

More information

OPTICAL PROPERTIES of Nanomaterials

OPTICAL PROPERTIES of Nanomaterials OPTICAL PROPERTIES of Nanomaterials Advanced Reading Optical Properties and Spectroscopy of Nanomaterials Jin Zhong Zhang World Scientific, Singapore, 2009. Optical Properties Many of the optical properties

More information

Supporting Information

Supporting Information Supporting Information Study of Diffusion Assisted Bimolecular Electron Transfer Reactions: CdSe/ZnS Core Shell Quantum Dot acts as an Efficient Electron Donor as well as Acceptor. Somnath Koley, Manas

More information

Single Photon detectors

Single Photon detectors Single Photon detectors Outline Motivation for single photon detection Semiconductor; general knowledge and important background Photon detectors: internal and external photoeffect Properties of semiconductor

More information

Self-Assembled InAs Quantum Dots

Self-Assembled InAs Quantum Dots Self-Assembled InAs Quantum Dots Steve Lyon Department of Electrical Engineering What are semiconductors What are semiconductor quantum dots How do we make (grow) InAs dots What are some of the properties

More information

Materials as particle in a box models: Synthesis & optical study of CdSe quantum dots

Materials as particle in a box models: Synthesis & optical study of CdSe quantum dots Lab Week 3 Module α 2 Materials as particle in a box models: Synthesis & optical study of CdSe quantum dots Instructor: Francesco Stellacci OBJECTIVES Introduce the particle-wave duality principle Introduce

More information

Introduction to Sources: Radiative Processes and Population Inversion in Atoms, Molecules, and Semiconductors Atoms and Molecules

Introduction to Sources: Radiative Processes and Population Inversion in Atoms, Molecules, and Semiconductors Atoms and Molecules OPTI 500 DEF, Spring 2012, Lecture 2 Introduction to Sources: Radiative Processes and Population Inversion in Atoms, Molecules, and Semiconductors Atoms and Molecules Energy Levels Every atom or molecule

More information

Semiconductor Devices and Circuits Fall Midterm Exam. Instructor: Dr. Dietmar Knipp, Professor of Electrical Engineering. Name: Mat. -Nr.

Semiconductor Devices and Circuits Fall Midterm Exam. Instructor: Dr. Dietmar Knipp, Professor of Electrical Engineering. Name: Mat. -Nr. Semiconductor Devices and Circuits Fall 2003 Midterm Exam Instructor: Dr. Dietmar Knipp, Professor of Electrical Engineering Name: Mat. -Nr.: Guidelines: Duration of the Midterm: 1 hour The exam is a closed

More information

Exciton spectroscopy

Exciton spectroscopy Lehrstuhl Werkstoffe der Elektrotechnik Exciton spectroscopy in wide bandgap semiconductors Lehrstuhl Werkstoffe der Elektrotechnik (WW6), Universität Erlangen-Nürnberg, Martensstr. 7, 91058 Erlangen Vortrag

More information

Nanostructures. Lecture 13 OUTLINE

Nanostructures. Lecture 13 OUTLINE Nanostructures MTX9100 Nanomaterials Lecture 13 OUTLINE -What is quantum confinement? - How can zero-dimensional materials be used? -What are one dimensional structures? -Why does graphene attract so much

More information

LABORATORY OF ELEMENTARY BIOPHYSICS

LABORATORY OF ELEMENTARY BIOPHYSICS LABORATORY OF ELEMENTARY BIOPHYSICS Experimental exercises for III year of the First cycle studies Field: Applications of physics in biology and medicine Specialization: Molecular Biophysics Fluorescence

More information

Quantum and Nano Optics Laboratory. Jacob Begis Lab partners: Josh Rose, Edward Pei

Quantum and Nano Optics Laboratory. Jacob Begis Lab partners: Josh Rose, Edward Pei Quantum and Nano Optics Laboratory Jacob Begis Lab partners: Josh Rose, Edward Pei Experiments to be Discussed Lab 1: Entanglement and Bell s Inequalities Lab 2: Single Photon Interference Labs 3 and 4:

More information

Abstract. Introduction

Abstract. Introduction Two Dimensional Maps of Photoluminescence and Second Harmonic Generation Tara Boland University of North Dakota University of Washington INT REU, 2014 Advisor: Xiaodong Xu (Dated: August 31, 2014) Abstract

More information

Quantum Dots The Pennsylvania State University Quantum Dots 1

Quantum Dots The Pennsylvania State University Quantum Dots 1 Quantum Dots www.nano4me.org 2018 The Pennsylvania State University Quantum Dots 1 Outline Introduction Quantum Confinement QD Synthesis Colloidal Methods Epitaxial Growth Applications Biological Light

More information

doi: /PhysRevLett

doi: /PhysRevLett doi: 10.1103/PhysRevLett.77.494 Luminescence Hole Burning and Quantum Size Effect of Charged Excitons in CuCl Quantum Dots Tadashi Kawazoe and Yasuaki Masumoto Institute of Physics and Center for TARA

More information

Optical Properties of CdSe Colloidal Quantum Dots and NV-Nanodiamonds

Optical Properties of CdSe Colloidal Quantum Dots and NV-Nanodiamonds Optical Properties of CdSe Colloidal Quantum Dots and NV-Nanodiamonds James MacNeil and Madhu Ashok University of Rochester The Institute of Optics Submitted to Dr. Svetlana Lukishova on 11/20/2013 Abstract:

More information

Semiconductor quantum dots

Semiconductor quantum dots Semiconductor quantum dots Quantum dots are spherical nanocrystals of semiconducting materials constituted from a few hundreds to a few thousands atoms, characterized by the quantum confinement of the

More information

Fluorescence Spectroscopy

Fluorescence Spectroscopy Fluorescence Spectroscopy Frequency and time dependent emission Emission and Excitation fluorescence spectra Stokes Shift: influence of molecular vibrations and solvent Time resolved fluorescence measurements

More information

Introduction to semiconductor nanostructures. Peter Kratzer Modern Concepts in Theoretical Physics: Part II Lecture Notes

Introduction to semiconductor nanostructures. Peter Kratzer Modern Concepts in Theoretical Physics: Part II Lecture Notes Introduction to semiconductor nanostructures Peter Kratzer Modern Concepts in Theoretical Physics: Part II Lecture Notes What is a semiconductor? The Fermi level (chemical potential of the electrons) falls

More information

Spectroscopy of. Semiconductors. Luminescence OXFORD IVAN PELANT. Academy ofsciences of the Czech Republic, Prague JAN VALENTA

Spectroscopy of. Semiconductors. Luminescence OXFORD IVAN PELANT. Academy ofsciences of the Czech Republic, Prague JAN VALENTA Luminescence Spectroscopy of Semiconductors IVAN PELANT Institute ofphysics, v.v.i. Academy ofsciences of the Czech Republic, Prague JAN VALENTA Department of Chemical Physics and Optics Charles University,

More information

Quantum Optics and Quantum Information Laboratory Review

Quantum Optics and Quantum Information Laboratory Review Quantum Optics and Quantum Information Laboratory Review Fall 2010 University of Rochester Instructor: Dr. Lukishova Joshua S. Geller Outline Lab 1: Entanglement and Bell s Inequalities Lab 2: Single Photon

More information

Nanocomposite photonic crystal devices

Nanocomposite photonic crystal devices Nanocomposite photonic crystal devices Xiaoyong Hu, Cuicui Lu, Yulan Fu, Yu Zhu, Yingbo Zhang, Hong Yang, Qihuang Gong Department of Physics, Peking University, Beijing, P. R. China Contents Motivation

More information

Supporting Information for: Heavy-Metal-Free Fluorescent ZnTe/ZnSe Nanodumbbells

Supporting Information for: Heavy-Metal-Free Fluorescent ZnTe/ZnSe Nanodumbbells Supporting Information for: Heavy-Metal-Free Fluorescent ZnTe/ZnSe Nanodumbbells Botao Ji, Yossef E. Panfil and Uri Banin * The Institute of Chemistry and Center for Nanoscience and Nanotechnology, The

More information

Photoluminescence Spectrometer (FLS980)

Photoluminescence Spectrometer (FLS980) Photoluminescence Spectrometer (FLS980) Instrument Summary: The Edinburgh Instruments FLS980 photoluminescence spectrometer offers both steady state and time resolved (lifetime) fluorescence spectroscopy

More information

Chapter 3 Properties of Nanostructures

Chapter 3 Properties of Nanostructures Chapter 3 Properties of Nanostructures In Chapter 2, the reduction of the extent of a solid in one or more dimensions was shown to lead to a dramatic alteration of the overall behavior of the solids. Generally,

More information

THE DEVELOPMENT OF SIMULATION MODEL OF CARRIER INJECTION IN QUANTUM DOT LASER SYSTEM

THE DEVELOPMENT OF SIMULATION MODEL OF CARRIER INJECTION IN QUANTUM DOT LASER SYSTEM THE DEVELOPMENT OF SIMULATION MODEL OF CARRIER INJECTION IN QUANTUM DOT LASER SYSTEM Norbaizura Nordin 1 and Shahidan Radiman 2 1 Centre for Diploma Studies Universiti Tun Hussein Onn Malaysia 1,2 School

More information

Nanomaterials and their Optical Applications

Nanomaterials and their Optical Applications Nanomaterials and their Optical Applications Winter Semester 2013 Lecture 02 rachel.grange@uni-jena.de http://www.iap.uni-jena.de/multiphoton Lecture 2: outline 2 Introduction to Nanophotonics Theoretical

More information

Development and Applications of Acoustic Charge Transport

Development and Applications of Acoustic Charge Transport Development and Applications of Acoustic Charge Transport CID #478 Physics 222 Term Paper #1 Abstract Acoustic charge transport is accomplished through the use of a surface acoustic wave passing through

More information

Monolayer Semiconductors

Monolayer Semiconductors Monolayer Semiconductors Gilbert Arias California State University San Bernardino University of Washington INT REU, 2013 Advisor: Xiaodong Xu (Dated: August 24, 2013) Abstract Silicon may be unable to

More information

Quantum Dots: Applications in Modern. Technology

Quantum Dots: Applications in Modern. Technology Quantum Dots 1 Quantum Dots: Applications in Modern Technology K. Li and R. Lan Optical Engineering Dr. K. Daneshvar July 13, 2007 Quantum Dots 2 Abstract: As technology moves forward, the need for semiconductors

More information

A Determination of Planck s Constant with LED s written by Mark Langella

A Determination of Planck s Constant with LED s written by Mark Langella A Determination of Planck s Constant with LED s written by Mark Langella The purpose of this experiment is to measure Planck s constant, a fundamental physical constant in nature, by studying the energy

More information

Photoluminescence Lifetimes of Quantum Dots. Scott Thalman

Photoluminescence Lifetimes of Quantum Dots. Scott Thalman Photoluminescence Lifetimes of Quantum Dots Scott Thalman A senior thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for the degree of Bachelor of Science

More information

Lecture 21: Lasers, Schrödinger s Cat, Atoms, Molecules, Solids, etc. Review and Examples. Lecture 21, p 1

Lecture 21: Lasers, Schrödinger s Cat, Atoms, Molecules, Solids, etc. Review and Examples. Lecture 21, p 1 Lecture 21: Lasers, Schrödinger s Cat, Atoms, Molecules, Solids, etc. Review and Examples Lecture 21, p 1 Act 1 The Pauli exclusion principle applies to all fermions in all situations (not just to electrons

More information

Luminescence Process

Luminescence Process Luminescence Process The absorption and the emission are related to each other and they are described by two terms which are complex conjugate of each other in the interaction Hamiltonian (H er ). In an

More information

Particle Detectors and Quantum Physics (2) Stefan Westerhoff Columbia University NYSPT Summer Institute 2002

Particle Detectors and Quantum Physics (2) Stefan Westerhoff Columbia University NYSPT Summer Institute 2002 Particle Detectors and Quantum Physics (2) Stefan Westerhoff Columbia University NYSPT Summer Institute 2002 More Quantum Physics We know now how to detect light (or photons) One possibility to detect

More information

Lasers. Stimulated Emission Lasers: Trapping Photons Terahertz Lasers Course Overview

Lasers. Stimulated Emission Lasers: Trapping Photons Terahertz Lasers Course Overview Lasers Stimulated Emission Lasers: Trapping Photons Terahertz Lasers Course Overview 1 P-N Junctions and LEDs Terminal Pins Emitted Light Beams Diode Transparent Plastic Case High energy electrons (n-type)

More information

Optical Properties of Lattice Vibrations

Optical Properties of Lattice Vibrations Optical Properties of Lattice Vibrations For a collection of classical charged Simple Harmonic Oscillators, the dielectric function is given by: Where N i is the number of oscillators with frequency ω

More information

1. Nuclear Size. A typical atom radius is a few!10 "10 m (Angstroms). The nuclear radius is a few!10 "15 m (Fermi).

1. Nuclear Size. A typical atom radius is a few!10 10 m (Angstroms). The nuclear radius is a few!10 15 m (Fermi). 1. Nuclear Size We have known since Rutherford s! " scattering work at Manchester in 1907, that almost all the mass of the atom is contained in a very small volume with high electric charge. Nucleus with

More information

Nanophysics: Main trends

Nanophysics: Main trends Nano-opto-electronics Nanophysics: Main trends Nanomechanics Main issues Light interaction with small structures Molecules Nanoparticles (semiconductor and metallic) Microparticles Photonic crystals Nanoplasmonics

More information

Beyond Bohr Model. Wave-particle duality, Probabilistic formulation of quantum physics Chap. 28

Beyond Bohr Model. Wave-particle duality, Probabilistic formulation of quantum physics Chap. 28 Lecture 22-1 Beyond Bohr Model Unfortunately, the classical visualization of the orbiting electron turns out to be wrong even though it still gives us a simple way to think of the atom. Quantum Mechanics

More information

Chapters 31 Atomic Physics

Chapters 31 Atomic Physics Chapters 31 Atomic Physics 1 Overview of Chapter 31 Early Models of the Atom The Spectrum of Atomic Hydrogen Bohr s Model of the Hydrogen Atom de Broglie Waves and the Bohr Model The Quantum Mechanical

More information

Review of Optical Properties of Materials

Review of Optical Properties of Materials Review of Optical Properties of Materials Review of optics Absorption in semiconductors: qualitative discussion Derivation of Optical Absorption Coefficient in Direct Semiconductors Photons When dealing

More information

COLLEGE PHYSICS. Chapter 30 ATOMIC PHYSICS

COLLEGE PHYSICS. Chapter 30 ATOMIC PHYSICS COLLEGE PHYSICS Chapter 30 ATOMIC PHYSICS Matter Waves: The de Broglie Hypothesis The momentum of a photon is given by: The de Broglie hypothesis is that particles also have wavelengths, given by: Matter

More information

Deterministic Coherent Writing and Control of the Dark Exciton Spin using Short Single Optical Pulses

Deterministic Coherent Writing and Control of the Dark Exciton Spin using Short Single Optical Pulses Deterministic Coherent Writing and Control of the Dark Exciton Spin using Short Single Optical Pulses Ido Schwartz, Dan Cogan, Emma Schmidgall, Liron Gantz, Yaroslav Don and David Gershoni The Physics

More information

Quantum Optics and Quantum Information Laboratory

Quantum Optics and Quantum Information Laboratory Quantum Optics and Quantum Information Laboratory OPT 253, Fall 2011 Institute of Optics University of Rochester Instructor: Dr. Lukishova Jonathan Papa Contents Lab 1: Entanglement and Bell s Inequalities

More information

Colloidal Single-Layer Quantum Dots with Lateral Confinement Effects on 2D Exciton

Colloidal Single-Layer Quantum Dots with Lateral Confinement Effects on 2D Exciton Supporting Information Colloidal Single-Layer Quantum Dots with Lateral Confinement Effects on 2D Exciton Ho Jin,, Minji Ahn,,,, Sohee Jeong,,, Jae Hyo Han,,, Dongwon Yoo,, Dong Hee Son, *, and Jinwoo

More information

Phys 243 Lab 7: Radioactive Half-life

Phys 243 Lab 7: Radioactive Half-life Phys 243 Lab 7: Radioactive Half-life Dr. Robert MacDonald The King s University College Winter 2013 Abstract In today s lab you ll be measuring the half-life of barium-137, a radioactive isotope of barium.

More information

Chem 6, 10 Section Spring Exam 2 Solutions

Chem 6, 10 Section Spring Exam 2 Solutions Exam 2 Solutions 1. (4 + 6 + 5 points) Dartmouth s FM radio station, WDCR, broadcasts by emitting from its antenna photons of frequency 99.3 MHz (99.3 10 6 Hz). (a) What is the energy of a single WDCR

More information

B.J.C.M. van Gils. Optical Techniques Group Applied Physics Department of Science and Technology University of Twente

B.J.C.M. van Gils. Optical Techniques Group Applied Physics Department of Science and Technology University of Twente Towards quantum dot luminescence enhancement An investigation of radiative properties of single quantum dots in close proximity to a nanosize metal object B.J.C.M. van Gils Optical Techniques Group Applied

More information

Electroluminescence from Silicon and Germanium Nanostructures

Electroluminescence from Silicon and Germanium Nanostructures Electroluminescence from silicon Silicon Getnet M. and Ghoshal S.K 35 ORIGINAL ARTICLE Electroluminescence from Silicon and Germanium Nanostructures Getnet Melese* and Ghoshal S. K.** Abstract Silicon

More information

Complete nomenclature for electron orbitals

Complete nomenclature for electron orbitals Complete nomenclature for electron orbitals Bohr s model worked but it lacked a satisfactory reason why. De Broglie suggested that all particles have a wave nature. u l=h/p Enter de Broglie again It was

More information

Engineering 2000 Chapter 8 Semiconductors. ENG2000: R.I. Hornsey Semi: 1

Engineering 2000 Chapter 8 Semiconductors. ENG2000: R.I. Hornsey Semi: 1 Engineering 2000 Chapter 8 Semiconductors ENG2000: R.I. Hornsey Semi: 1 Overview We need to know the electrical properties of Si To do this, we must also draw on some of the physical properties and we

More information

KATIHAL FİZİĞİ MNT-510

KATIHAL FİZİĞİ MNT-510 KATIHAL FİZİĞİ MNT-510 YARIİLETKENLER Kaynaklar: Katıhal Fiziği, Prof. Dr. Mustafa Dikici, Seçkin Yayıncılık Katıhal Fiziği, Şakir Aydoğan, Nobel Yayıncılık, Physics for Computer Science Students: With

More information

Quantum Dot Lasers. Jose Mayen ECE 355

Quantum Dot Lasers. Jose Mayen ECE 355 Quantum Dot Lasers Jose Mayen ECE 355 Overview of Presentation Quantum Dots Operation Principles Fabrication of Q-dot lasers Advantages over other lasers Characteristics of Q-dot laser Types of Q-dot lasers

More information

Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi. Lecture - 13 Band gap Engineering

Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi. Lecture - 13 Band gap Engineering Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi Lecture - 13 Band gap Engineering (Refer Slide Time: 00:38) Let us continue with the lectures,

More information

Atomic Quantum number summary. From last time. Na Optical spectrum. Another possibility: Stimulated emission. How do atomic transitions occur?

Atomic Quantum number summary. From last time. Na Optical spectrum. Another possibility: Stimulated emission. How do atomic transitions occur? From last time Hydrogen atom Multi-electron atoms This week s honors lecture: Prof. Brad Christian, Positron Emission Tomography Course evaluations next week Tues. Prof Montaruli Thurs. Prof. Rzchowski

More information

Multiple Exciton Generation in Quantum Dots. James Rogers Materials 265 Professor Ram Seshadri

Multiple Exciton Generation in Quantum Dots. James Rogers Materials 265 Professor Ram Seshadri Multiple Exciton Generation in Quantum Dots James Rogers Materials 265 Professor Ram Seshadri Exciton Generation Single Exciton Generation in Bulk Semiconductors Multiple Exciton Generation in Bulk Semiconductors

More information

Tianle Guo, 1 Siddharth Sampat, 1 Kehao Zhang, 2 Joshua A. Robinson, 2 Sara M. Rupich, 3 Yves J. Chabal, 3 Yuri N. Gartstein, 1 and Anton V.

Tianle Guo, 1 Siddharth Sampat, 1 Kehao Zhang, 2 Joshua A. Robinson, 2 Sara M. Rupich, 3 Yves J. Chabal, 3 Yuri N. Gartstein, 1 and Anton V. SUPPLEMENTARY INFORMATION for Order of magnitude enhancement of monolayer MoS photoluminescence due to near-field energy influx from nanocrystal films Tianle Guo, Siddharth Sampat, Kehao Zhang, Joshua

More information

EEE4106Z Radiation Interactions & Detection

EEE4106Z Radiation Interactions & Detection EEE4106Z Radiation Interactions & Detection 2. Radiation Detection Dr. Steve Peterson 5.14 RW James Department of Physics University of Cape Town steve.peterson@uct.ac.za May 06, 2015 EEE4106Z :: Radiation

More information

Supplementary Figure 1 Comparison of single quantum emitters on two type of substrates:

Supplementary Figure 1 Comparison of single quantum emitters on two type of substrates: Supplementary Figure 1 Comparison of single quantum emitters on two type of substrates: a, Photoluminescence (PL) spectrum of localized excitons in a WSe 2 monolayer, exfoliated onto a SiO 2 /Si substrate

More information

Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi

Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi Semiconductor Optoelectronics Prof. M. R. Shenoy Department of Physics Indian Institute of Technology, Delhi Lecture - 1 Context and Scope of the Course (Refer Slide Time: 00:44) Welcome to this course

More information

Intensity / a.u. 2 theta / deg. MAPbI 3. 1:1 MaPbI 3-x. Cl x 3:1. Supplementary figures

Intensity / a.u. 2 theta / deg. MAPbI 3. 1:1 MaPbI 3-x. Cl x 3:1. Supplementary figures Intensity / a.u. Supplementary figures 110 MAPbI 3 1:1 MaPbI 3-x Cl x 3:1 220 330 0 10 15 20 25 30 35 40 45 2 theta / deg Supplementary Fig. 1 X-ray Diffraction (XRD) patterns of MAPbI3 and MAPbI 3-x Cl

More information

Semiconductor device structures are traditionally divided into homojunction devices

Semiconductor device structures are traditionally divided into homojunction devices 0. Introduction: Semiconductor device structures are traditionally divided into homojunction devices (devices consisting of only one type of semiconductor material) and heterojunction devices (consisting

More information

Variation of Electronic State of CUBOID Quantum Dot with Size

Variation of Electronic State of CUBOID Quantum Dot with Size Nano Vision, Vol.1 (1), 25-33 (211) Variation of Electronic State of CUBOID Quantum Dot with Size RAMA SHANKER YADAV and B. S. BHADORIA* Department of Physics, Bundelkhand University, Jhansi-284128 U.P.

More information

Chemistry Instrumental Analysis Lecture 5. Chem 4631

Chemistry Instrumental Analysis Lecture 5. Chem 4631 Chemistry 4631 Instrumental Analysis Lecture 5 Light Amplification by Stimulated Emission of Radiation High Intensities Narrow Bandwidths Coherent Outputs Applications CD/DVD Readers Fiber Optics Spectroscopy

More information

Non-Exponential Electron Spin Decay in Indium Arsenide Quantum Dots. Daniel F. Craft

Non-Exponential Electron Spin Decay in Indium Arsenide Quantum Dots. Daniel F. Craft Non-Exponential Electron Spin Decay in Indium Arsenide Quantum Dots Daniel F. Craft A senior thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for the

More information

When I hear of Schrödinger s cat, I reach for my gun. --Stephen W. Hawking. Lecture 21, p 1

When I hear of Schrödinger s cat, I reach for my gun. --Stephen W. Hawking. Lecture 21, p 1 When I hear of Schrödinger s cat, I reach for my gun. --Stephen W. Hawking Lecture 21, p 1 Lecture 21: Lasers, Schrödinger s Cat, Atoms, Molecules, Solids, etc. Review and Examples Lecture 21, p 2 Act

More information

heat of formation of carbon dioxide

heat of formation of carbon dioxide 163 FORMATION REACTIONS - A reaction that forms exactly one mole of the specified substance from its elements at their STANDARD STATE at 25C and 1 atm pressure. heat of formation of carbon dioxide you

More information

Lecture 15: Optoelectronic devices: Introduction

Lecture 15: Optoelectronic devices: Introduction Lecture 15: Optoelectronic devices: Introduction Contents 1 Optical absorption 1 1.1 Absorption coefficient....................... 2 2 Optical recombination 5 3 Recombination and carrier lifetime 6 3.1

More information

Supplementary Figure S1 Definition of the wave vector components: Parallel and perpendicular wave vector of the exciton and of the emitted photons.

Supplementary Figure S1 Definition of the wave vector components: Parallel and perpendicular wave vector of the exciton and of the emitted photons. Supplementary Figure S1 Definition of the wave vector components: Parallel and perpendicular wave vector of the exciton and of the emitted photons. Supplementary Figure S2 The calculated temperature dependence

More information

Anti-Bunching from a Quantum Dot

Anti-Bunching from a Quantum Dot Anti-Bunching from a Quantum Dot Gerardo I. Viza 1, 1 Department of Physics and Astronomy, University of Rochester, Rochester, NY 14627 We study the nature of non-classical single emitter light experimentally

More information

Semiconductor Physics and Devices

Semiconductor Physics and Devices Introduction to Quantum Mechanics In order to understand the current-voltage characteristics, we need some knowledge of electron behavior in semiconductor when the electron is subjected to various potential

More information

Chem 434 -Instrumental Analysis Hour Exam 1

Chem 434 -Instrumental Analysis Hour Exam 1 Do any 8 of the following 9 problems Name: Chem 434 -Instrumental Analysis Hour Exam 1 +2 1. A 25.0 ml sample containing Cu gave an instrument reading of 23.6 units (corrected for a blank). When exactly

More information

3.1 Absorption and Transparency

3.1 Absorption and Transparency 3.1 Absorption and Transparency 3.1.1 Optical Devices (definitions) 3.1.2 Photon and Semiconductor Interactions 3.1.3 Photon Intensity 3.1.4 Absorption 3.1 Absorption and Transparency Objective 1: Recall

More information

In this block the two transport mechanisms will be discussed: diffusion and drift.

In this block the two transport mechanisms will be discussed: diffusion and drift. ET3034TUx - 2.3.3 Transport of charge carriers What are the charge carrier transport principles? In this block the two transport mechanisms will be discussed: diffusion and drift. We will discuss that

More information

More Efficient Solar Cells via Multi Exciton Generation

More Efficient Solar Cells via Multi Exciton Generation More Efficient Solar Cells via Multi Exciton Generation By: MIT Student Instructor: Gang Chen May 14, 2010 1 Introduction Sunlight is the most abundant source of energy available on Earth and if properly

More information

Fundamentals of Nanoelectronics: Basic Concepts

Fundamentals of Nanoelectronics: Basic Concepts Fundamentals of Nanoelectronics: Basic Concepts Sławomir Prucnal FWIM Page 1 Introduction Outline Electronics in nanoscale Transport Ohms law Optoelectronic properties of semiconductors Optics in nanoscale

More information