SlideShare une entreprise Scribd logo
1  sur  2
Télécharger pour lire hors ligne
Modelling Electron States in Silicon-Based Quantum Computers
Ryan Moodie
Dr. Brendon Lovett
University of St. Andrews
August 2015
In experimental research towards quantum computation, planar silicon devices are made comprised of a metal
gate structure over an insulating oxide layer above a silicon substrate. Voltages are applied to the gates to control
the potential in the silicon and create quantum dots to confine electrons, the spin states of which encode quantum
information to form qubits.
Working with Dr. Brendon Lovett’s Theory of Quantum Nanomaterials group, this project involved theoretical work
complementing these experimental developments: a simulation was produced to flexibly model such devices. Using a
self-consistent method based on a Schr¨odinger-Poisson solver, the wavefunctions of two electrons in quantum dots are
solved for and the interaction size between them determined. Results are compared to experimental measurements and
used to gauge viability of exploiting interactions between electrons in specific systems for use in quantum computation.
Original Aims
The project objective was to computationally model elec-
tronic states in silicon, allowing calculation of physical
interaction parameters useful in the implementation of
silicon-based quantum computation. Rrequiring micro-
scopic system analysis, the electron wavefunctions had to
be calculated before determination of coupling parameters.
Initially, it was thought computational modelling would
be best achieved using the simulation package NEMO3D.
It was also considered that the exchange coupling would be
the parameter focussed on as manipulation of silicon-based
quantum data is generally theorised to be performed using
this interaction between qubits.
Python
Before the start of the project, a crude Python program
which solved for the potential from a specified gate struc-
ture then solved for an electronic wavefunction in that re-
gion was shared by collaborators of the research group.
Rather than NEMO3D, this formed the basis of the simu-
lation as it provided greater flexibility in program design.
It also allowed full understanding of program operation,
as opposed to more ‘black box’ packages. While increas-
ing initial difficulty of writing the program, this choice also
aided learning and allowed more low-level control.
This code inspired the final simulation, with sections
being used and rewritten to provide its starting point.
Quantum mechanical calculations were performed using
the Python package Kwant.
Experimental Perspective
While the project concerns theoretical work, the results
of the simulation can be compared to experimental mea-
surements and used to help design systems for particu-
lar applications. To learn more about the implementation
of quantum computation, the project involved a visit to
University College London to meet Prof. John Morton’s
Quantum Spin Dynamics group. This honed simulation
development to be compatible with current devices under
researched and allowed a feel for which system parameters
should be focussed on to generate a realistic model. The
visit also confirmed the theoretical parameters the experi-
mentalists need access to.
Maturing the Simulation
Following this successful start, the simulation was built up
to the point where the wavefunctions of two interacting
electrons in a silicon substrate could be determined in two
dimensions.
The desired gate structure is defined by creating a GDSII
file1
which the simulation reads. All further settings, such
as solving region boundaries, are set in a configuration file.
The voltages applied to gates are set, and the potential
due to this gate structure is solved for in a parallel two-
dimensional electron gas at a set distance below the gate
structure, this being the plane in which the rest of the sim-
ulation works. This initial potential landscape is efficiently
found using an analytical solution of Poisson’s equation.
A square tight-binding lattice is set up in a region where
an electron would experience confinement, generally a po-
tential well artificially introduced by the gate structure po-
tentials to form a quantum dot (see figure 1.). This allows
the Hamiltonian to be found, and thus Schr¨odinger’s Equa-
tion can be solved in this region to find the wavefunction
of the first electron.
This process is repeated in a separate region in the po-
tential landscape to yield the wavefunction of the second
electron, with the difference that this solution includes the
Coulomb repulsion exerted on this electron from the first.
The simulation then returns to the first electron and
solves for its wavefunction under the electrostatic interac-
tion of the second, then repeats this for the second electron
with the new electrostatic interaction of the first electron.
This process forms the second step in an iterative calcula-
tion, which continues to cycle until the eigenvalues of the
systems converge to a set accuracy. The results of this
calculation are the self-consistent wavefunctions of the two
electrons (see figure 2).
Quadrupole Interaction
During the course of the project, ongoing research specu-
lated that a more robust method of qubits interaction to
exploit than exchange interaction was the quadrupole in-
teraction. A post-doc in the group, Giuseppe Pica, was in-
volved in this research. With his collaboration, the project
focus shifted from calculating the exchange coupling to in-
vestigating the quadrupole interaction, EQ, between the
two electrons, given by:
EQ =
1
6
α,β
QαβVαβ
where α and β define system axes, V is an externally ap-
plied electric field gradient and Q is the quadrupole mo-
ment of the system[1].
1A database file format used for data exchange of integrated circuit
layouts in industry.
1
Figure 1: Potential landscape at a depth of 50nm from
two square gates of side length 2nm set 100nm apart with
applied voltages of -1V and -2V respectively. This produces
two confinement regions, on which square solving regions
have been centred, with the tight-binding lattices shown.
(a) Region 0 (b) Region 1
Figure 2: Self-consistent probability densities of the two
electrons. The simulation first solves for the wavefunction
of one electron in isolation. Then it solves for the sec-
ond including the Coulomb interaction from the first, and
proceeds to alternate this step between the electrons until
convergence in the eigenenergies is reached.
Exchange energy is a quantum mechanical effect arising
from the requirement of a two electron wavefunction to be
antisymmetric under particle exchange (because electrons
are fermions). As this exchange symmetry concerns the
product of the spatial and spin parts of the wavefunction,
different spatial configurations - with different Coulomb
interactions - and spin states affect it. The exchange cou-
pling therefore depends on the overlap of the wavefunctions
of the two electrons, which are exponentially decaying in
the overlap region and thus the parameter is highly sensi-
tive to changes in potential. The quadrupole interaction,
however, does not depend on wavefunction overlap. Early
research indicates that it should therefore be more robust
as a method of manipulating quantum information through
the interaction of physical qubits. [2]
Finally, the wavefunction results are used to calculate the
quadrupole moment of the system under application of an
electric field gradient, allowing calculation of quadrupole
interaction energy between the electrons.
Results
The results of simulations run at the end of the project us-
ing realistic system parameters correlate with current re-
search into the quadrupole interaction in quantum com-
putation, suggesting as a preliminary outcome that the
quadrupole interaction is viable for use in manipulation
of quantum information. This presents a positive outlook
towards its future use in quantum computation.
Further Research
With the project concluding on this promising result, the
group and collaborators will continue investigation into im-
plementation of silicon-based quantum computers and the
use of quadrupole interaction in quantum computation.
Moreover, the completed simulation will see more use in
this research as a valuable tool for the involved scientific
community.
There is also potential for others to continue this project
with extensions such as expanding the simulation to func-
tion in three dimensions.
Student Experience
My personal experience of the project has been hugely re-
warding and motivating. My initial intent to follow my
undergraduate Master’s degree in Theoretical Physics with
a PhD has blossomed from an interested but uninformed
aim to a passionate and excited purpose.
Having the opportunity to immerse myself in the re-
search of quantum computation, and quantum mechanics
and solid state physics in general, was completely captivat-
ing. Already topics of great interest to me, my knowledge,
understanding and enthusiasm in them has explosively in-
creased, which will be extremely useful for future study as
these will remain core topics. Perhaps most thrillingly, I
worked on and contributed to cutting-edge research in the
forefront of these fields, producing academically useful and
exciting results.
I gained first-hand research experience in both theo-
retical and experimental environments in different lead-
ing UK universities and participated in various meetings
and talks. Furthermore, I worked with some not only bril-
liant, but also exceedingly encouraging and friendly people,
not to mention the outstanding mentorship of Dr. Brendon
Lovett. I have learnt and honed valuable skills while forg-
ing links I can return to, opening up exciting future op-
portunities. The project has given me a fantastic insight
into postgraduate academic life and professional research,
a career path I am eager to embark on.
References
[1] C. P. Slichter, “Electrical Quadrupole Effects” in Prin-
ciples of Magnetic Resonance, vol. 1, Springer Se-
ries in Solid-State Sciences, 3rd Ed. Berlin, Germany:
Springer, 1989, ch. 10, sec. 2, pp. 486-489.
[2] P. A. Mortemousque et al., Quadrupole Shift of
Nuclear Magnetic Resonance of Donors in Sili-
con at Low Magnetic Field, arXiv:1506.04028v1
[cond-mat.mes-hall], Jul 2015.
2

Contenu connexe

Tendances

Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arraysSpatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Ondrej Cernotik
 
Quantum communication in space
Quantum communication in spaceQuantum communication in space
Quantum communication in space
Swapnil Gourkar
 

Tendances (12)

Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arraysSpatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
 
Quantum correlations
Quantum correlationsQuantum correlations
Quantum correlations
 
Using spectral radius ratio for node degree
Using spectral radius ratio for node degreeUsing spectral radius ratio for node degree
Using spectral radius ratio for node degree
 
CNRS presentation
CNRS presentationCNRS presentation
CNRS presentation
 
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
 
Quantum communication in space
Quantum communication in spaceQuantum communication in space
Quantum communication in space
 
Measurement of the Lifetime of the 59.5keV excited State of 237Np from the Al...
Measurement of the Lifetime of the 59.5keV excited State of 237Np from the Al...Measurement of the Lifetime of the 59.5keV excited State of 237Np from the Al...
Measurement of the Lifetime of the 59.5keV excited State of 237Np from the Al...
 
Neural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingNeural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecasting
 
Ab-initio molecular dynamics for high pressure Hydrogen
 Ab-initio molecular dynamics for high pressure Hydrogen  Ab-initio molecular dynamics for high pressure Hydrogen
Ab-initio molecular dynamics for high pressure Hydrogen
 
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
 
Integrating vague association mining with markov model
Integrating vague association mining with markov modelIntegrating vague association mining with markov model
Integrating vague association mining with markov model
 
Quantum Information Technology
Quantum Information TechnologyQuantum Information Technology
Quantum Information Technology
 

En vedette

En vedette (12)

What makes SEO good or bad?
What makes SEO good or bad?What makes SEO good or bad?
What makes SEO good or bad?
 
Capítulo ii
Capítulo iiCapítulo ii
Capítulo ii
 
Personal Profile
Personal ProfilePersonal Profile
Personal Profile
 
IES Francisco Asorey: a contorna (O monte do Rei)
IES Francisco Asorey: a contorna (O monte do Rei) IES Francisco Asorey: a contorna (O monte do Rei)
IES Francisco Asorey: a contorna (O monte do Rei)
 
SUBAIDEEN MOHAMED MAFAS QS
SUBAIDEEN MOHAMED MAFAS QSSUBAIDEEN MOHAMED MAFAS QS
SUBAIDEEN MOHAMED MAFAS QS
 
mohmmedu fahir chef cv
mohmmedu fahir chef cvmohmmedu fahir chef cv
mohmmedu fahir chef cv
 
Febreiro 2016
Febreiro 2016Febreiro 2016
Febreiro 2016
 
Budget in advertising
Budget in advertisingBudget in advertising
Budget in advertising
 
World: Zirconium - Market Report. Analysis And Forecast To 2020
World: Zirconium - Market Report. Analysis And Forecast To 2020World: Zirconium - Market Report. Analysis And Forecast To 2020
World: Zirconium - Market Report. Analysis And Forecast To 2020
 
Quantum computing seminar
Quantum computing seminarQuantum computing seminar
Quantum computing seminar
 
La edad media en españa ii. la reconquista
La edad media en españa ii. la reconquistaLa edad media en españa ii. la reconquista
La edad media en españa ii. la reconquista
 
Edad moderna. actualizado
Edad moderna. actualizadoEdad moderna. actualizado
Edad moderna. actualizado
 

Similaire à report

PH600 Project report
PH600 Project reportPH600 Project report
PH600 Project report
Luke Moore
 
Laser Pulsing in Linear Compton Scattering
Laser Pulsing in Linear Compton ScatteringLaser Pulsing in Linear Compton Scattering
Laser Pulsing in Linear Compton Scattering
Todd Hodges
 
poster_portrait
poster_portraitposter_portrait
poster_portrait
RyanMoodie
 

Similaire à report (20)

PH600 Project report
PH600 Project reportPH600 Project report
PH600 Project report
 
paper
paperpaper
paper
 
Molecular mechanics and dynamics
Molecular mechanics and dynamicsMolecular mechanics and dynamics
Molecular mechanics and dynamics
 
Laser Pulsing in Linear Compton Scattering
Laser Pulsing in Linear Compton ScatteringLaser Pulsing in Linear Compton Scattering
Laser Pulsing in Linear Compton Scattering
 
poster_portrait
poster_portraitposter_portrait
poster_portrait
 
A silicon based nuclear spin quantum computer
A silicon based nuclear spin quantum computerA silicon based nuclear spin quantum computer
A silicon based nuclear spin quantum computer
 
Molecular Dynamic: Basics
Molecular Dynamic: BasicsMolecular Dynamic: Basics
Molecular Dynamic: Basics
 
Enhancing the Performance of P3HT/Cdse Solar Cells by Optimal Designing of Ac...
Enhancing the Performance of P3HT/Cdse Solar Cells by Optimal Designing of Ac...Enhancing the Performance of P3HT/Cdse Solar Cells by Optimal Designing of Ac...
Enhancing the Performance of P3HT/Cdse Solar Cells by Optimal Designing of Ac...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Ion Channel Simulations for Potassium, Sodium, Calcium, and Chloride Channels...
Ion Channel Simulations for Potassium, Sodium, Calcium, and Chloride Channels...Ion Channel Simulations for Potassium, Sodium, Calcium, and Chloride Channels...
Ion Channel Simulations for Potassium, Sodium, Calcium, and Chloride Channels...
 
poster
posterposter
poster
 
CAD Simulation of ion channels
CAD Simulation of ion channelsCAD Simulation of ion channels
CAD Simulation of ion channels
 
Honors Thesis
Honors ThesisHonors Thesis
Honors Thesis
 
Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...
 
11.electronic properties of nanostructured quantum dots
11.electronic properties of nanostructured quantum dots11.electronic properties of nanostructured quantum dots
11.electronic properties of nanostructured quantum dots
 
Electronic properties of nanostructured quantum dots
Electronic properties of nanostructured quantum dotsElectronic properties of nanostructured quantum dots
Electronic properties of nanostructured quantum dots
 
Finite Element Method Linear Rectangular Element for Solving Finite Nanowire ...
Finite Element Method Linear Rectangular Element for Solving Finite Nanowire ...Finite Element Method Linear Rectangular Element for Solving Finite Nanowire ...
Finite Element Method Linear Rectangular Element for Solving Finite Nanowire ...
 
calculation of currents in nanowires
calculation of currents in nanowirescalculation of currents in nanowires
calculation of currents in nanowires
 
Applications of Computational Quantum Chemistry
Applications of Computational Quantum ChemistryApplications of Computational Quantum Chemistry
Applications of Computational Quantum Chemistry
 
Final
FinalFinal
Final
 

report

  • 1. Modelling Electron States in Silicon-Based Quantum Computers Ryan Moodie Dr. Brendon Lovett University of St. Andrews August 2015 In experimental research towards quantum computation, planar silicon devices are made comprised of a metal gate structure over an insulating oxide layer above a silicon substrate. Voltages are applied to the gates to control the potential in the silicon and create quantum dots to confine electrons, the spin states of which encode quantum information to form qubits. Working with Dr. Brendon Lovett’s Theory of Quantum Nanomaterials group, this project involved theoretical work complementing these experimental developments: a simulation was produced to flexibly model such devices. Using a self-consistent method based on a Schr¨odinger-Poisson solver, the wavefunctions of two electrons in quantum dots are solved for and the interaction size between them determined. Results are compared to experimental measurements and used to gauge viability of exploiting interactions between electrons in specific systems for use in quantum computation. Original Aims The project objective was to computationally model elec- tronic states in silicon, allowing calculation of physical interaction parameters useful in the implementation of silicon-based quantum computation. Rrequiring micro- scopic system analysis, the electron wavefunctions had to be calculated before determination of coupling parameters. Initially, it was thought computational modelling would be best achieved using the simulation package NEMO3D. It was also considered that the exchange coupling would be the parameter focussed on as manipulation of silicon-based quantum data is generally theorised to be performed using this interaction between qubits. Python Before the start of the project, a crude Python program which solved for the potential from a specified gate struc- ture then solved for an electronic wavefunction in that re- gion was shared by collaborators of the research group. Rather than NEMO3D, this formed the basis of the simu- lation as it provided greater flexibility in program design. It also allowed full understanding of program operation, as opposed to more ‘black box’ packages. While increas- ing initial difficulty of writing the program, this choice also aided learning and allowed more low-level control. This code inspired the final simulation, with sections being used and rewritten to provide its starting point. Quantum mechanical calculations were performed using the Python package Kwant. Experimental Perspective While the project concerns theoretical work, the results of the simulation can be compared to experimental mea- surements and used to help design systems for particu- lar applications. To learn more about the implementation of quantum computation, the project involved a visit to University College London to meet Prof. John Morton’s Quantum Spin Dynamics group. This honed simulation development to be compatible with current devices under researched and allowed a feel for which system parameters should be focussed on to generate a realistic model. The visit also confirmed the theoretical parameters the experi- mentalists need access to. Maturing the Simulation Following this successful start, the simulation was built up to the point where the wavefunctions of two interacting electrons in a silicon substrate could be determined in two dimensions. The desired gate structure is defined by creating a GDSII file1 which the simulation reads. All further settings, such as solving region boundaries, are set in a configuration file. The voltages applied to gates are set, and the potential due to this gate structure is solved for in a parallel two- dimensional electron gas at a set distance below the gate structure, this being the plane in which the rest of the sim- ulation works. This initial potential landscape is efficiently found using an analytical solution of Poisson’s equation. A square tight-binding lattice is set up in a region where an electron would experience confinement, generally a po- tential well artificially introduced by the gate structure po- tentials to form a quantum dot (see figure 1.). This allows the Hamiltonian to be found, and thus Schr¨odinger’s Equa- tion can be solved in this region to find the wavefunction of the first electron. This process is repeated in a separate region in the po- tential landscape to yield the wavefunction of the second electron, with the difference that this solution includes the Coulomb repulsion exerted on this electron from the first. The simulation then returns to the first electron and solves for its wavefunction under the electrostatic interac- tion of the second, then repeats this for the second electron with the new electrostatic interaction of the first electron. This process forms the second step in an iterative calcula- tion, which continues to cycle until the eigenvalues of the systems converge to a set accuracy. The results of this calculation are the self-consistent wavefunctions of the two electrons (see figure 2). Quadrupole Interaction During the course of the project, ongoing research specu- lated that a more robust method of qubits interaction to exploit than exchange interaction was the quadrupole in- teraction. A post-doc in the group, Giuseppe Pica, was in- volved in this research. With his collaboration, the project focus shifted from calculating the exchange coupling to in- vestigating the quadrupole interaction, EQ, between the two electrons, given by: EQ = 1 6 α,β QαβVαβ where α and β define system axes, V is an externally ap- plied electric field gradient and Q is the quadrupole mo- ment of the system[1]. 1A database file format used for data exchange of integrated circuit layouts in industry. 1
  • 2. Figure 1: Potential landscape at a depth of 50nm from two square gates of side length 2nm set 100nm apart with applied voltages of -1V and -2V respectively. This produces two confinement regions, on which square solving regions have been centred, with the tight-binding lattices shown. (a) Region 0 (b) Region 1 Figure 2: Self-consistent probability densities of the two electrons. The simulation first solves for the wavefunction of one electron in isolation. Then it solves for the sec- ond including the Coulomb interaction from the first, and proceeds to alternate this step between the electrons until convergence in the eigenenergies is reached. Exchange energy is a quantum mechanical effect arising from the requirement of a two electron wavefunction to be antisymmetric under particle exchange (because electrons are fermions). As this exchange symmetry concerns the product of the spatial and spin parts of the wavefunction, different spatial configurations - with different Coulomb interactions - and spin states affect it. The exchange cou- pling therefore depends on the overlap of the wavefunctions of the two electrons, which are exponentially decaying in the overlap region and thus the parameter is highly sensi- tive to changes in potential. The quadrupole interaction, however, does not depend on wavefunction overlap. Early research indicates that it should therefore be more robust as a method of manipulating quantum information through the interaction of physical qubits. [2] Finally, the wavefunction results are used to calculate the quadrupole moment of the system under application of an electric field gradient, allowing calculation of quadrupole interaction energy between the electrons. Results The results of simulations run at the end of the project us- ing realistic system parameters correlate with current re- search into the quadrupole interaction in quantum com- putation, suggesting as a preliminary outcome that the quadrupole interaction is viable for use in manipulation of quantum information. This presents a positive outlook towards its future use in quantum computation. Further Research With the project concluding on this promising result, the group and collaborators will continue investigation into im- plementation of silicon-based quantum computers and the use of quadrupole interaction in quantum computation. Moreover, the completed simulation will see more use in this research as a valuable tool for the involved scientific community. There is also potential for others to continue this project with extensions such as expanding the simulation to func- tion in three dimensions. Student Experience My personal experience of the project has been hugely re- warding and motivating. My initial intent to follow my undergraduate Master’s degree in Theoretical Physics with a PhD has blossomed from an interested but uninformed aim to a passionate and excited purpose. Having the opportunity to immerse myself in the re- search of quantum computation, and quantum mechanics and solid state physics in general, was completely captivat- ing. Already topics of great interest to me, my knowledge, understanding and enthusiasm in them has explosively in- creased, which will be extremely useful for future study as these will remain core topics. Perhaps most thrillingly, I worked on and contributed to cutting-edge research in the forefront of these fields, producing academically useful and exciting results. I gained first-hand research experience in both theo- retical and experimental environments in different lead- ing UK universities and participated in various meetings and talks. Furthermore, I worked with some not only bril- liant, but also exceedingly encouraging and friendly people, not to mention the outstanding mentorship of Dr. Brendon Lovett. I have learnt and honed valuable skills while forg- ing links I can return to, opening up exciting future op- portunities. The project has given me a fantastic insight into postgraduate academic life and professional research, a career path I am eager to embark on. References [1] C. P. Slichter, “Electrical Quadrupole Effects” in Prin- ciples of Magnetic Resonance, vol. 1, Springer Se- ries in Solid-State Sciences, 3rd Ed. Berlin, Germany: Springer, 1989, ch. 10, sec. 2, pp. 486-489. [2] P. A. Mortemousque et al., Quadrupole Shift of Nuclear Magnetic Resonance of Donors in Sili- con at Low Magnetic Field, arXiv:1506.04028v1 [cond-mat.mes-hall], Jul 2015. 2