File:Bloch oscillations.gif
Page contents not supported in other languages.
Tools
Actions
General
In other projects
Appearance
Bloch_oscillations.gif (360 × 223 pixels, file size: 4.02 MB, MIME type: image/gif, looped, 515 frames)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
DescriptionBloch oscillations.gif |
English: Transfer matrix simulation of a pulse interacting with a periodic structure with a superimposed gradient in the refractive index, showing Bloch oscillations. |
Date | |
Source | https://twitter.com/j_bertolotti/status/1076814604767019008 |
Author | Jacopo Bertolotti |
Permission (Reusing this file) |
https://twitter.com/j_bertolotti/status/1030470604418428929 |
Mathematica 11.0 code
c = 3 10^8; (*speed of light*) M[n_, k_, d_] := {{Cos[n k d], I c/n Sin[n k d]}, {I n/c Sin[n k d], Cos[n k d]}}; (*transfer matrix*) Mi[n_, k_, d_] := {{Cos[d k n], -((I c Sin[d k n])/n)}, {-((I n Sin[d k n])/ c), Cos[d k n]}}; (*Inverse of a transfer matrix*) t[m_, n0_, n2_] := (2 n0/c)/( n2/c m[[1, 1]] - (n0 n2)/c^2 m[[1, 2]] - m[[2, 1]] + n0/c m[[2, 2]]); (*transmission coefficient*) d = 1 10^-6; (*layer thickness in m*) dim = 100; (*number of layers in the Bragg mirror*) s = Join[Table[1., 25], Table[If[EvenQ[j], 1. + j/600, 2. + j/600], {j, 1, dim}], Table[1., 25]];(*Reflective indices of each layer (including some space to \ show the pulse arrive*) dim = Dimensions[s][[1]]; source = E^(-(1/2) (w - w0)^2 \[Sigma]^2) /. {w0 -> 2.245 10^15, \[Sigma] -> (10 10^-6)/c, a -> 10^12}; nstep = 2000; \[Omega]min = 1.9 10^15; \[Omega]max = 2.8 10^15; sourcel = Table[source, {w, \[Omega]min, \[Omega]max, (\[Omega]max - \ \[Omega]min)/nstep}]; trasm = Reap[ For[\[Omega] = \[Omega]min, \[Omega] <= \[Omega]max, \[Omega] = \ \[Omega] + (\[Omega]max - \[Omega]min)/nstep, tm = Apply[Dot, Table[M[s[[j]], \[Omega]/c, d], {j, 1, dim}]]; Sow[N[t[tm, 1, 1]] ]; ];][[2, 1]]; field = trasm*sourcel; (*Field at the last interface*) sexpand = 2; (*increase spatial resolution*) s2 = Flatten@Table[Table[s[[j]], sexpand], {j, 1, dim}]; freq = Table[ j, {j, \[Omega]min, \[Omega]max, (\[Omega]max - \[Omega]min)/ nstep}]; fn = Transpose[{field, field/c}]; tmp0 = fn; ssm = Reap[For[i = dim*sexpand, i > 0, i--, tmp = Table[((Mi[s2[[i]], freq/c, d/sexpand])[[All, All, j]].tmp0[[ j]]), {j, 1, nstep}]; Sow[tmp[[All, 1]]]; tmp0 = tmp; ];][[2, 1]]; fssm = Map[Fourier, ssm]; (*Fourier transform with respect of frequncy to get the time \ evolution*) p1 = Table[ Show[ ListPlot[2 (s2 - 1), PlotStyle -> {Red, Thick}, Joined -> True, PlotRange -> {-7, 7}, InterpolationOrder -> 0], ListPlot[{Re@Reverse@fssm[[All, -j]], Abs@Reverse@fssm[[All, -j]], -Abs@Reverse@fssm[[All, -j]]}, Joined -> True, PlotRange -> {-7, 7}, PlotStyle -> {Directive[Orange], Directive[Thick, Black], Directive[Thick, Black]}], Axes -> False, PlotRange -> {-7, 7}, Epilog -> {(*Dashed,Black, Thick,Line[{{100*sexpand,-3},{100* sexpand,3}}],Line[{{200*sexpand,-3},{200*sexpand,3}}],*) Text[Style["Periodic structure\n + gradient", Medium, Bold], {150, 5}], Text[Style["n", Red, Medium, Bold], {287, 0.5}]} ], {j, -15, 500, 1}]; ListAnimate[Drop[p1, {16}], 10]
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
This file, which was originally posted to
https://twitter.com/j_bertolotti/status/1030470604418428929, was reviewed on 26 December 2018 by reviewer Ronhjones, who confirmed that it was available there under the stated license on that date.
|
Items portrayed in this file
depicts
some value
23 December 2018
image/gif
c70f841e166e433f4d6e9b2d4befda6e8796f608
4,210,600 byte
223 pixel
360 pixel
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:54, 26 December 2018 | 360 × 223 (4.02 MB) | Berto | User created page with UploadWizard |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
GIF file comment | Created with the Wolfram Language : www.wolfram.com |
---|
Retrieved from "https://en.wikipedia.org/wiki/File:Bloch_oscillations.gif"