-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmisc.html
41 lines (34 loc) · 1.82 KB
/
misc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<head>
<title>Nicolás Quesada</title>
<link rel="stylesheet" href="site.css" type="text/css" />
</head>
<body>
<div id="master">
<div id="headerleft">
<h1>Nicolás Quesada</h1>
<h2>quantum mechanic</h2>
<a href="index.html">Home</a>
<a href="http://scholar.google.ca/citations?user=dZNVjOEAAAAJ&hl=en" target="_blank">Publications</a>
<a href="http://github.com/nquesada" target="_blank">Code</a>
<i><a href="misc.html">Misc</a></i>
</div>
<div id="content">
<ul>
<li> <a href="http://nquesada.github.io/errata/">Errata</a> of some of my papers.
<li> <a href="https://github.com/nquesada/Goldstein">Solutions</a> to some of H. Goldstein's Classical Mechanics book problems.
<li> Some useful equations in <a href="misc/atomic.pdf">Atomic Physics</a>.
<li> <a href="misc/DelFixed.pdf">∇ in cylindrical and spherical coordinates</a>.
<li> The classical version of <a href="misc/sho.pdf"> a and a<sup>†</sup></a>.
<li> The <a href="misc/normal.pdf">normal ordered form of (a+a<sup>†</sup>)<sup>n</sup></a>.
<li> <a href="misc/erfi.pdf">An identity</a> involving the imaginary error function erfi(x) (with Aaron Goldberg).
<li> <a href="misc/fourier.pdf">Some notes</a> on how to obtain the numerical Fourier Transform of a function. <br> <a href="https://github.com/nquesada/fourier">Here</a> you can find a simple implementation in Python.
<li> A conversion chart for <a href="misc/squeezing.pdf">squeezing in different units</a>.
<li> <a href="misc/ipython.txt">Plotting</a> using matplotlib.
<script src="https://gist.github.com/nquesada/8e378238502f16b52663a0db53c53e9a.js"></script>
<li> A collection of <a href="https://github.com/nquesada/TomasCarrasquilla">short stories</a> by <a href="http://en.wikipedia.org/wiki/Tom%C3%A1s_Carrasquilla"> Tomás Carrasquilla</a>.
</ul>
</div>
</div>
</body>
</html>