Skip to content
Snippets Groups Projects
Commit ea986895 authored by Gary Steele's avatar Gary Steele
Browse files

meeting

parent c6f757ac
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Opzet Bep indeling
%% Cell type:markdown id: tags:
# Wat moet erin?
* Wat is een HBAR?
* Piezoelectric effect
* Explanation of the effect
* Derivation of coupled equations
* Modes in the HBAR
* Resonance
* Application van HBAR
* Relevant qubit: Transmon
* Superconductivity
* Josephson Junction
* How does the coupling work?
* Advantages of HBARs
* Acoustic -> Many modes
* Acoustic -> Slow dissipation
* Traveling through bulk -> Compact
* Applications:
* Quantum router
* Quantum RAM
* Jasper's HBAR
* Explain the realistic model
* Simplified model
* 1D model with electrodes on top and bottom
* Acoustic
* Homogeneous
* Space varying coefficient
* Full piezo capacitor
* Half piezo capacitor
* Friction
* Mason model: as comparison
* Algorithm used
* Finite difference
* Results
* Discussion
* Conclusion
%% Cell type:markdown id: tags:
# Table of contents v1
1. Introduction
* Applications of HBARs coupled to qubits
2. Theory
* HBARs
* text: Some basic explanation of what they are
* Acoustic wave equation
* Derivation stress strain etc.
* Electromechanical coupling
* The Piezoelectric effect
* Direct piezoelectric effect
* Indirect piezoelectric effect
* Deriving coupled equations
* Qubit coupling
* Transmon qubit
* Superconductivity
* Josephson junction
* Squid
* Coupling of HBAR and qubit
* Advantages/Disadvantages
3. Methodology
* Real model
* Simulated model
* Acoustic model
* Homogeneous
* Space varying coefficient
* Full piezo capacitor
* Half piezo capacitor
* Friction
* Mason model
* Derivation of mason model
4. Results and Discussion
5. Conclusion
%% Cell type:markdown id: tags:
# Table of contents v2
1. Introduction
2. HBARs
* text: Some basic explanation of what they are
* Acoustic wave equation
* Derivation stress strain etc.
* Electromechanical coupling
* The Piezoelectric effect
* Direct piezoelectric effect
* Indirect piezoelectric effect
* Deriving coupled equations
3. Qubit coupling
* Transmon qubit
* Superconductivity
* Cooper pairs
* Josephson junction
* Squid
* Coupling of HBAR and qubit
* Advantages/Disadvantages
4. Simulation
* Real model
* Simulated model
* Acoustic model
* Homogeneous
* Space varying coefficient
* Full piezo capacitor
* Half piezo capacitor
* Friction
* Mason model
* Derivation of mason model
5. Results and Discussion
6. Conclusion
%% Cell type:markdown id: tags:
# Table of contents v3
1. Introduction
* Applications of HBARs coupled to qubits
2. Theory on HBARs
* text: Some basic explanation of what they are
* Acoustic wave equation
* Derivation stress strain etc.
* Electromechanical coupling
* The Piezoelectric effect
* Direct piezoelectric effect
* Indirect piezoelectric effect
* Deriving coupled equations
3. Simulations and Results
* Real model
* Simulated model
* Acoustic model
* Homogeneous
* Space varying coefficient
* Full piezo capacitor
* Half piezo capacitor
* Friction
* Mason model
* Derivation of mason model
4. Conclusion
%% Cell type:markdown id: tags:
# Table of contents Gary 14 June 11.00
1. Introduction
* Applications of acoustic resonators
* One type HBar
* Coupling HBars to qubits
* Challenge:
* increasing coupling to qubit
* for that need tools to model
* What is a good way to model the hbar in order to understand how to optimise the coupling?
2. Theory on HBARs
* text: Some basic explanation of what they are
* Acoustic wave equation
* Derivation stress strain etc.
* Electromechanical coupling
* The Piezoelectric effect
* Direct piezoelectric effect
* Indirect piezoelectric effect
* Piezo-acoustic equations
* Deriving coupled equations
* Homogeneous case: can map to renormalised sound velocity
* Inhomogeneous case: not so easy
* Generalized eigenvalue problem
3. Methods: Finite difference methods (NOT THE SIMULATION RESULTS!!!)
* Acoustic wave model
* Homogeneous acoustic material
* Inhomogeneous material
* Piezo-acoustic model
* Coupled equations
* Inhomogeneity
* Matrices that result
* Solving in python:
* Construct matrices, use eig()
* Challenges not yet address: efficiency and sparse matrices, hard for generalised eig value problem, but for now we will not worry about efficiency
* Hermiticity + complex eigenvalues problem
3. Results (Physical interpretation of the simulations)
* Uniform acoustic wave model
* Plot a few Eigen modes, intepret what we see
* Plot dispersion relation, compare to analytical model
* Uniform piezo capacitor
* Should be the same, as discussed in theory
* Take braindead approach and solve with generalised eigvalue approach, does it work?
* Yes (if we don't make any mistakes)
* Non-uniform acoustic wave test case (50/50)
* Show simulations of a mixed 50% one material simulation
* Stiffness
* Density
* Stiffness and density
* Should be able to interpret this
* Different wavelength in the two regions
* Dispersion relation no longer linear?
* Confirm you get the right boundary conditions
* Non-unifrom piezoacoustic test case (50/50)
* Only piezo coefficient changes
* interpret
* Piezo and acoustic parameters change
* interpret
* 1D piezo-acoustic simulation of an hbar
* Full shebang (electrode - 1 um piezo - 500 um sapphire - electrode)
* Results
* Interpret
* With help from Gary & Jasper: estimate qubit coupling maybe
* Next step (see if we make it, otherwise outlook)
* Hbar with electrode under piezo: how much better?
* electrode - piezo - electrode - sapphire - electrode
4. Conclusion & Outlook
* Resummarize the project in 1 figure + 1 A4 max
* Summarize outlook 1 figure + 1 a4
%% Cell type:markdown id: tags:
The above is something we should be able to do with basically, hopefully, zero more work on coding (no new code, just fixing current code).
And analyzing and communicating. The structure above should help with priority list.
%% Cell type:code id: tags:
``` python
x
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment