init commit
This commit is contained in:
commit
6407a78fab
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto
|
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
.idea
|
||||
dist
|
||||
|
||||
*.aux
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.tdo
|
||||
*.toc
|
||||
*.log
|
||||
*.pdf
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.run.xml
|
||||
*.out
|
||||
|
||||
*.nb
|
56
Makefile
Normal file
56
Makefile
Normal file
@ -0,0 +1,56 @@
|
||||
### Build tools
|
||||
#
|
||||
LATEXMK := latexmk -pdflatex="luahblatex %O %S" -pdf -dvi- -ps- -quiet -logfilewarninglist
|
||||
WS := wolframscript -f
|
||||
|
||||
### Directory variables
|
||||
#
|
||||
PDF_DIR := pdfs
|
||||
FIG_DIR := figures
|
||||
CALC_DIR := calc
|
||||
|
||||
### Here we go
|
||||
#
|
||||
OUT_PDF:= $(PDF_DIR)/notes.pdf
|
||||
|
||||
.PHONY: all
|
||||
all: $(OUT_PDF)
|
||||
|
||||
### How we do that
|
||||
#
|
||||
|
||||
## setup main pdf deps as variable that subdirs can add to
|
||||
MAIN_PDF_DEPS := bibliography.bib
|
||||
|
||||
## Defining common directory recipes
|
||||
$(PDF_DIR):
|
||||
mkdir $(PDF_DIR)
|
||||
$(FIG_DIR):
|
||||
mkdir -p $(FIG_DIR)
|
||||
$(CALC_DIR):
|
||||
mkdir -p $(CALC_DIR)
|
||||
|
||||
## Figures
|
||||
#
|
||||
|
||||
FIGURES :=
|
||||
## Making main.pdf and other pdfs
|
||||
#
|
||||
$(PDF_DIR)/notes.pdf: notes.tex $(MAIN_PDF_DEPS) | $(PDF_DIR) $(FIGURES)
|
||||
$(LATEXMK) $(<F)
|
||||
cp $(@F) $@
|
||||
|
||||
### Convenience scripts for tidying tex
|
||||
.PHONY: declutter
|
||||
declutter:
|
||||
@rm -f *.tdo
|
||||
@rm -f *.run.xml
|
||||
@rm -f *.bbl
|
||||
|
||||
.PHONY: tidy
|
||||
tidy: declutter
|
||||
@latexmk -c
|
||||
.PHONY: clean
|
||||
clean: declutter
|
||||
rm -rf $(PDF_DIR)
|
||||
@latexmk -C
|
258
bibliography.bib
Normal file
258
bibliography.bib
Normal file
@ -0,0 +1,258 @@
|
||||
@article{Nam1967,
|
||||
doi = {10.1103/physrev.156.470},
|
||||
url = {https://doi.org/10.1103/physrev.156.470},
|
||||
year = {1967},
|
||||
month = apr,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {156},
|
||||
number = {2},
|
||||
pages = {470--486},
|
||||
author = {Sang Boo Nam},
|
||||
title = {Theory of Electromagnetic Properties of Superconducting and Normal Systems. {I}},
|
||||
journal = {Physical Review}
|
||||
}
|
||||
|
||||
@book{SolyomV3,
|
||||
doi = {10.1007/978-3-642-04518-9},
|
||||
url = {https://doi.org/10.1007/978-3-642-04518-9},
|
||||
year = {2010},
|
||||
publisher = {Springer Berlin Heidelberg},
|
||||
author = {Jen{\H{o}} S{\'{o}}lyom},
|
||||
title = {Fundamentals of the Physics of Solids},
|
||||
subtitle = {Normal, Broken-Symmetry, and Correlated Systems},
|
||||
volume = {3},
|
||||
}
|
||||
|
||||
@article{Henkel1999,
|
||||
doi = {10.1007/s003400050823},
|
||||
url = {https://doi.org/10.1007/s003400050823},
|
||||
year = {1999},
|
||||
month = dec,
|
||||
publisher = {Springer Science and Business Media {LLC}},
|
||||
volume = {69},
|
||||
number = {5-6},
|
||||
pages = {379--387},
|
||||
author = {C. Henkel and S. P\"{o}tting and M. Wilkens},
|
||||
title = {Loss and heating of particles in small and noisy traps},
|
||||
journal = {Applied Physics B}
|
||||
}
|
||||
|
||||
@article{Henkel2006,
|
||||
doi = {10.1007/s00340-006-2219-9},
|
||||
url = {https://doi.org/10.1007/s00340-006-2219-9},
|
||||
year = {2006},
|
||||
month = apr,
|
||||
publisher = {Springer Science and Business Media {LLC}},
|
||||
volume = {84},
|
||||
number = {1-2},
|
||||
pages = {61--68},
|
||||
author = {C. Henkel and K. Joulain},
|
||||
title = {Electromagnetic field correlations near a surface with a nonlocal optical response},
|
||||
journal = {Applied Physics B}
|
||||
}
|
||||
|
||||
@article{QubitRelax,
|
||||
doi = {10.1103/physreva.86.010301},
|
||||
url = {https://doi.org/10.1103/physreva.86.010301},
|
||||
year = {2012},
|
||||
month = jul,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {86},
|
||||
number = {1},
|
||||
author = {Luke S. Langsjoen and Amrit Poudel and Maxim G. Vavilov and Robert Joynt},
|
||||
title = {Qubit relaxation from evanescent-wave Johnson noise},
|
||||
journal = {Physical Review A}
|
||||
}
|
||||
|
||||
@incollection{Pippard,
|
||||
doi = {10.1016/s0065-2539(08)60130-4},
|
||||
url = {https://doi.org/10.1016/s0065-2539(08)60130-4},
|
||||
year = {1954},
|
||||
publisher = {Elsevier},
|
||||
pages = {1--45},
|
||||
author = {A.B. Pippard},
|
||||
title = {Metallic Conduction at High Frequencies and Low Temperatures},
|
||||
booktitle = {Advances in Electronics and Electron Physics Volume 6}
|
||||
}
|
||||
|
||||
@article{Churchill2016,
|
||||
doi = {10.1103/physrevb.94.235422},
|
||||
url = {https://doi.org/10.1103/physrevb.94.235422},
|
||||
year = {2016},
|
||||
month = dec,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {94},
|
||||
number = {23},
|
||||
author = {R. J. Churchill and T. G. Philbin},
|
||||
title = {Electromagnetic reflection, transmission, and energy density at boundaries of nonlocal media},
|
||||
journal = {Physical Review B}
|
||||
}
|
||||
|
||||
@book{AGD,
|
||||
author = {Abrikosov, A A and Dzyaloshinskii, I and Gorkov, L P and Silverman, Richard A},
|
||||
title = {Methods of quantum field theory in statistical physics},
|
||||
publisher = {Dover},
|
||||
address = {New York, NY},
|
||||
year = {1975},
|
||||
}
|
||||
|
||||
@article{Zimmermann1991,
|
||||
doi = {10.1016/0921-4534(91)90771-p},
|
||||
url = {https://doi.org/10.1016/0921-4534(91)90771-p},
|
||||
year = {1991},
|
||||
month = nov,
|
||||
publisher = {Elsevier {BV}},
|
||||
volume = {183},
|
||||
number = {1-3},
|
||||
pages = {99--104},
|
||||
author = {W. Zimmermann and E.H. Brandt and M. Bauer and E. Seider and L. Genzel},
|
||||
title = {Optical conductivity of {BCS} superconductors with arbitrary purity},
|
||||
journal = {Physica C: Superconductivity}
|
||||
}
|
||||
|
||||
@article{Ford1984,
|
||||
doi = {10.1016/0370-1573(84)90098-x},
|
||||
url = {https://doi.org/10.1016/0370-1573(84)90098-x},
|
||||
year = {1984},
|
||||
month = nov,
|
||||
publisher = {Elsevier {BV}},
|
||||
volume = {113},
|
||||
number = {4},
|
||||
pages = {195--287},
|
||||
author = {G.W. Ford and W.H. Weber},
|
||||
title = {Electromagnetic interactions of molecules with metal surfaces},
|
||||
journal = {Physics Reports}
|
||||
}
|
||||
|
||||
@article{Agarwal1975,
|
||||
doi = {10.1103/physreva.11.230},
|
||||
url = {https://doi.org/10.1103/physreva.11.230},
|
||||
year = {1975},
|
||||
month = jan,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {11},
|
||||
number = {1},
|
||||
pages = {230--242},
|
||||
author = {G. S. Agarwal},
|
||||
title = {Quantum electrodynamics in the presence of dielectrics and conductors. I. Electromagnetic-field response functions and black-body fluctuations in finite geometries},
|
||||
journal = {Physical Review A}
|
||||
}
|
||||
|
||||
@article{Nam1967_Part2,
|
||||
doi = {10.1103/physrev.156.487},
|
||||
url = {https://doi.org/10.1103/physrev.156.487},
|
||||
year = {1967},
|
||||
month = apr,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {156},
|
||||
number = {2},
|
||||
pages = {487--493},
|
||||
author = {Sang Boo Nam},
|
||||
title = {Theory of Electromagnetic Properties of Strong-Coupling and Impure Superconductors. {II}},
|
||||
journal = {Physical Review}
|
||||
}
|
||||
|
||||
@article{Tenberg2019,
|
||||
doi = {10.1103/physrevb.99.205306},
|
||||
url = {https://doi.org/10.1103/physrevb.99.205306},
|
||||
year = {2019},
|
||||
month = may,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {99},
|
||||
number = {20},
|
||||
author = {Stefanie B. Tenberg and Serwan Asaad and Mateusz T. M{\k{a}}dzik and Mark A. I. Johnson and Benjamin Joecker and Arne Laucht and Fay E. Hudson and Kohei M. Itoh and A. Malwin Jakob and Brett C. Johnson and David N. Jamieson and Jeffrey C. McCallum and Andrew S. Dzurak and Robert Joynt and Andrea Morello},
|
||||
title = {Electron spin relaxation of single phosphorus donors in metal-oxide-semiconductor nanoscale devices},
|
||||
journal = {Physical Review B}
|
||||
}
|
||||
|
||||
@article{Kolkowitz2015,
|
||||
doi = {10.1126/science.aaa4298},
|
||||
url = {https://doi.org/10.1126/science.aaa4298},
|
||||
year = {2015},
|
||||
month = jan,
|
||||
publisher = {American Association for the Advancement of Science ({AAAS})},
|
||||
volume = {347},
|
||||
number = {6226},
|
||||
pages = {1129--1132},
|
||||
author = {S. Kolkowitz and A. Safira and A. A. High and R. C. Devlin and S. Choi and Q. P. Unterreithmeier and D. Patterson and A. S. Zibrov and V. E. Manucharyan and H. Park and M. D. Lukin},
|
||||
title = {Probing Johnson noise and ballistic transport in normal metals with a single-spin qubit},
|
||||
journal = {Science}
|
||||
}
|
||||
|
||||
@book{llv9,
|
||||
place={Oxford},
|
||||
title={Statistical Physics. Part 2},
|
||||
volume={9},
|
||||
publisher={Pergamon Press},
|
||||
author={Lifshitz, Evgenii Mikhailovich. and Pitaevskii, Lev Petrovich.},
|
||||
year={1980}
|
||||
}
|
||||
|
||||
@book{Tinkham,
|
||||
title={Introduction to Superconductivity},
|
||||
author={Michael Tinkham},
|
||||
edition = 2,
|
||||
isbn={9780486435039},
|
||||
lccn={95022378},
|
||||
series={Dover Books on Physics},
|
||||
year={2004},
|
||||
publisher={Dover Publications},
|
||||
location={Mineola, N.Y.},
|
||||
}
|
||||
|
||||
@article{Mattis,
|
||||
doi = {10.1103/physrev.111.412},
|
||||
url = {https://doi.org/10.1103/physrev.111.412},
|
||||
year = {1958},
|
||||
month = jul,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {111},
|
||||
number = {2},
|
||||
pages = {412--417},
|
||||
author = {D. C. Mattis and J. Bardeen},
|
||||
title = {Theory of the Anomalous Skin Effect in Normal and Superconducting Metals},
|
||||
journal = {Physical Review}
|
||||
}
|
||||
|
||||
@book{FetterWalecka,
|
||||
address = {Boston},
|
||||
author = {Fetter, A. L. and Walecka, J. D.},
|
||||
publisher = {McGraw-Hill},
|
||||
title = {Quantum Theory of Many-Particle Systems},
|
||||
year = 1971
|
||||
}
|
||||
|
||||
@article{Lindhard,
|
||||
title = {ON THE PROPERTIES OF A GAS OF CHARGED PARTICLES},
|
||||
author = {Lindhard, J},
|
||||
abstractNote = {},
|
||||
doi = {},
|
||||
journal = {Kgl. Danske Videnskab. Selskab Mat.-fys. Medd.},
|
||||
number = 8,
|
||||
volume = 28,
|
||||
year = {1954},
|
||||
month = {1}
|
||||
}
|
||||
|
||||
@book{LandauLifshitzElectrodynamics,
|
||||
author = "Landau, Lev Davidovich and Lifshitz, Evgenii Mikhailovich and Pitaevskii, Lev Petrovich",
|
||||
title = "{Electrodynamics of continuous media; 2nd ed.}",
|
||||
publisher = "Butterworth",
|
||||
address = "Oxford",
|
||||
series = "Course of theoretical physics",
|
||||
year = "1984",
|
||||
url = "https://cds.cern.ch/record/712712",
|
||||
}
|
||||
|
||||
@article{Lakhmanskiy2019,
|
||||
doi = {10.1103/physreva.99.023405},
|
||||
url = {https://doi.org/10.1103/physreva.99.023405},
|
||||
year = {2019},
|
||||
month = feb,
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {99},
|
||||
number = {2},
|
||||
author = {K. Lakhmanskiy and P. C. Holz and D. Sch\"{a}rtl and B. Ames and R. Assouly and T. Monz and Y. Colombe and R. Blatt},
|
||||
title = {Observation of superconductivity and surface noise using a single trapped ion as a field probe},
|
||||
journal = {Physical Review A}
|
||||
}
|
18
do.sh
Normal file
18
do.sh
Normal file
@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env sh
|
||||
# Do - The Simplest Build Tool on Earth.
|
||||
# Documentation and examples see https://github.com/8gears/do
|
||||
|
||||
set -Eeuo pipefail # -e "Automatic exit from bash shell script on error" -u "Treat unset variables and parameters as errors"
|
||||
|
||||
build() {
|
||||
echo "I am ${FUNCNAME[0]}ing"
|
||||
make pdfs/notes.pdf
|
||||
}
|
||||
|
||||
all() {
|
||||
build
|
||||
}
|
||||
|
||||
"$@" # <- execute the task
|
||||
|
||||
[ "$#" -gt 0 ] || printf "Usage:\n\t./do.sh %s\n" "($(compgen -A function | grep '^[^_]' | paste -sd '|' -))"
|
59
notes.tex
Normal file
59
notes.tex
Normal file
@ -0,0 +1,59 @@
|
||||
\documentclass{article}
|
||||
|
||||
%other packages
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{physics}
|
||||
|
||||
\usepackage[
|
||||
style=phys, articletitle=false, biblabel=brackets, chaptertitle=false, pageranges=false, url=true
|
||||
]{biblatex}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{todonotes}
|
||||
\usepackage{siunitx}
|
||||
|
||||
\usepackage{cleveref}
|
||||
|
||||
\title{Lakhmanskiy paper and SC EWJN}
|
||||
|
||||
\addbibresource{./bibliography.bib}
|
||||
|
||||
\graphicspath{{./figures/}}
|
||||
|
||||
\newcommand{\vf}{v_{\mathrm{F}}}
|
||||
\newcommand{\qf}{q_{\mathrm{F}}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
Let's look at the Lakhmanskiy et. al paper\cite{Lakhmanskiy2019}.
|
||||
|
||||
We care about the following parameters for the calculation, two of which are easy enough to pull from the paper:
|
||||
\begin{gather}
|
||||
\omega \sim 2 \pi \times \SI{1}{\mega\Hz} \\
|
||||
\vf \\
|
||||
\omega_p \\
|
||||
\tau \\
|
||||
d \\
|
||||
T_c \sim \SI{85}{\kelvin} \sim \SI{e13}{\Hz}
|
||||
\end{gather}
|
||||
|
||||
For the dipole moment we're looking at, I \emph{think} it works to approximate the calcium ion as a dipole of charge $e$ and radius on the order of $\SI{0.1}{\nm}$.
|
||||
As it will turn out we don't need to worry too much about a few orders of magnitude.
|
||||
For the Fermi velocity and plasma frequency of the YBCO they used, a few quick searches suggested rough average values around $\vf \sim \SI{2.5e5}{\m\per\s}$ and $\omega_p \sim \SI{2e16}{\Hz}$.
|
||||
These seem like reasonable enough values.
|
||||
Lastly it's hard to estimate the purity of their sample, but a collision time of around $\tau \sim \SI{2e-14}{\s}$ seemed to be a reasonable value for clean YBCO samples.
|
||||
|
||||
The big issue here is clearly that the frequency is incredibly small compared to $T_c$, so we should really not expect that SC EWJN is an issue anywhere except right at the superconducting transition.
|
||||
To make matters slightly harder, the distance between the ion and the trap electrodes (which would be the closest electrodes to the ion, and thus the dominant source of EWJN) is massive, at $\SI{225}{\micro\m}$, which means that EWJN from the trap electrodes will drop off very quickly, (and I think faster than any of the other noise results they are looking at from the meander resistors etc., need to double check that specific fact).
|
||||
|
||||
The code actually has an issue with $\omega$ so small, as it has trouble doing some of the integrals.
|
||||
Increasing $\omega$ by a factor of $10^3$ to be on the order of gigahertz, at the distance of $z = \SI{225}{\micro\m}$, we get $T_1 \approx \SI{e5}{\s}$, which is massive.
|
||||
If I'm understanding how the phonon per second rate works, each phonon measured would correspond to one qubit transition, so the $\Gamma$ measured in Lakhmanskiy should correspond to $\flatfrac{1}{T_1}$, so we're looking at rates around $\SI{e-5}{\per\s}$ for $T = 0.99 T_c$.
|
||||
This is tiny compared to their noise, on the order of $\SI{1}{\per\s}$.
|
||||
|
||||
\printbibliography
|
||||
|
||||
\end{document}
|
Loading…
x
Reference in New Issue
Block a user