File:Quantum state discrimination - animation.gif
Original file (972 × 833 pixels, file size: 2.96 MB, MIME type: image/gif, looped, 60 frames, 16 s)
Captions
Summary
[edit]DescriptionQuantum state discrimination - animation.gif |
English: In quantum state discrimination, one is given a fixed set of quantum states and the task is to determine in what of these states a given quantum system is based on a single measurement. In general, an infallible measurement procedure does not exist and errors may occur, as also shown in the animation. Čeština: Rozlišení kvantových stavů si klade za cíl na základě jediného měření určit, ve kterém z předem dané sady kvantových stavů se daný kvantový systém nachází. Bezchybná měřicí procedura obecně neexistuje a můžou se tak objevit chyby, jak ukázáno v animaci. |
Date | |
Source | Own work |
Author | JozumBjada |
Licensing
[edit]- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Source code
[edit]This animation was created using Wolfram language 12.0.0 for Microsoft Windows (64-bit) (April 6, 2019). The source code follows.
(* ::Package:: *)
(* ::Input::Initialization:: *)
tick=Translate[#,{-0.55`,-0.45`}]&@FilledCurve[BezierCurve[{{0.33,0.475},{0.6474,0.264},{0.569,0.311},{0.793,0.542},{0.981,0.7499},{1.23,0.93664},{1.25,0.906},{1.0714,0.786},{0.8476,0.47545},{0.63334,0.07553},{0.44984,0.30056},{0.31544,0.460}}]];
(* ::Input::Initialization:: *)
cross=Translate[#,{-.6,-.5}]&@{Polygon[{{0.2194,0.6917},{0.3445,0.8945},{1.1667,0.2056},{1.0806,0.1972}}],Polygon[{{0.28889,0.20836},{1.0195,0.8917},{1.15,0.886},{0.4556,0.07778}}]};
(* ::Input::Initialization:: *)
(*credit to "J.M.'s discontentment"; https://mathematica.stackexchange.com/questions/49313/drawing-a-cuboid-with-rounded-corners *)
roundedCuboid[p1_?VectorQ,p2_?VectorQ,r_?NumericQ]:=Module[{csk,csw,cv,ei,fi,ocp,osk,owt},cv=Tuples[Transpose[{p1+r,p2-r}]];
ocp={{{1,0,0},{1,1,0},{0,1,0}},{{1,0,1},{1,1,1},{0,1,1}},{{0,0,1},{0,0,1},{0,0,1}}};
osk={{0,0,0,1,1,1},{0,0,0,1,1,1}};
owt={{1,1/Sqrt[2],1},{1/Sqrt[2],1/2,1/Sqrt[2]},{1,1/Sqrt[2],1}};
ei={{{4,8},{2,6},{1,5},{3,7}},{{6,8},{2,4},{1,3},{5,7}},{{7,8},{3,4},{1,2},{5,6}}};
csk={{0,0,1,1},{0,0,0,1,1,1}};
csw={{1,1/Sqrt[2],1},{1,1/Sqrt[2],1}};
fi={{8,6,5,7},{8,7,3,4},{8,4,2,6},{4,3,1,2},{2,1,5,6},{1,3,7,5}};
Flatten[{EdgeForm[],BSplineSurface3DBoxOptions->{Method->{"SplinePoints"->35}},MapIndexed[BSplineSurface[Map[AffineTransform[{RotationMatrix[\[Pi] Mod[#2[[1]]-1,4]/2,{0,0,1}],#1}],ocp.DiagonalMatrix[r {1,1,If[Mod[#2[[1]]-1,8]<4,1,-1]}],{2}],SplineDegree->2,SplineKnots->osk,SplineWeights->owt]&,cv[[{8,4,2,6,7,3,1,5}]]],MapIndexed[Function[{idx,pos},BSplineSurface[Outer[Plus,cv[[idx]],Composition[Insert[#,0,pos[[1]]]&,RotationTransform[\[Pi] (pos[[2]]-1)/2]]/@(r {{1,0},{1,1},{0,1}}),1],SplineDegree->{1,2},SplineKnots->csk,SplineWeights->csw]],ei,{2}],Polygon[MapThread[Map[TranslationTransform[r #2],cv[[#1]]]&,{fi,Join[#,-#]&[IdentityMatrix[3]]}]]}]]
(* ::Input::Initialization:: *)
With[{xlim=0.8},
trajFun[{pt1_,pt2_,pt3_,pt4_}][x_]:=Piecewise[{{BezierFunction[{pt1,pt2,pt3}][Rescale[x,{0,xlim},{0,1}]],0<=x<xlim},{pt3+Rescale[x,{xlim,1},{0,1}]pt4,True}}]
]
(* ::Input::Initialization:: *)
col=ColorData[3]/@{2,4,6,8};
diskx=-1.8;
(* ::Input::Initialization:: *)
detFun[num_]:=Module[{det,i=1},
det={Gray,EdgeForm[],Cylinder[{{-1.7,0,0},{0,0,0}},.7],{If[num!=i,Blend[{#,Black},.8]&,Identity]@col[[i++]],Ball[{#,0,1.1},.25],Gray,Scale[Ball[{#,0,1.1},.3],{1,1,0.5}]}&/@Subdivide[-1.,1.,3],roundedCuboid[{-1.5,-1,-1},{1.5,1,1},.3]};
Inset[Graphics3D[{det},Boxed->False,ViewPoint->Above,Lighting->"Neutral"],{1.2,0},ImageScaled[{.1,1}/2.],3]
];
(* ::Input::Initialization:: *)
ballFun[col_]:=Inset[Graphics3D[{col,Ball[{0,0,0},.3]},Boxed->False,Lighting->"Neutral"],ImageScaled[{1,1}/2.],ImageScaled[{1,1}/2.],1];
(* ::Input::Initialization:: *)
ClearAll[grMid]
grMid[input_,t_]:=Module[{diskxM=-.9,disks,movdisk,nondisks,ypos={1.5,0.5,-0.5,-1.5},detdefault=detFun[5],detlist=detFun/@Range[4]},
disks=Translate[ballFun[col[[#]]],{diskx,2.5 -#1}]&/@Range[4];
nondisks=Drop[disks,{input}];
movdisk=ballFun[col[[input]]];
Graphics[{nondisks,Translate[movdisk,trajFun[{{diskx,ypos[[input]]},{diskxM,ypos[[input]]},{diskxM,0},{1.2,0}}][t]],detdefault},ImageSize->700,PlotRange->{{-.4,3.8},1.8{-1,1}}]
];
(* ::Input::Initialization:: *)
grPost[input_,indicator_]:=Module[{disks,nondisks,textlabel,detlist=detFun/@Range[4]},
disks=Translate[ballFun[col[[#]]],{diskx,2.5 -#1}]&/@Range[4];
nondisks=Drop[disks,{input}];
textlabel=Text[Style[ToString[Row[{Ket[Subscript["\[Psi]",input]]," \[Rule] ",indicator}],TraditionalForm],45,FontFamily->"Times"],{2.6,-1.2}];
Graphics[{nondisks,{detlist[[indicator]],Translate[If[input==indicator,{Green,tick},{Red,cross}],{2.5,1.2}]},textlabel},ImageSize->700,PlotRange->{{-.4,3.8},1.8{-1,1}}]
];
(* ::Input::Initialization:: *)
composeAnimation[]:=Module[{preseq,postseq,midseq,step=0.07,exc=3,predur=0.8,middur=0.01,postdur=3,seq,durs},
preseq=grMid[1,0];
midseq=Table[grMid[input,t],{input,4},{t,step,1-step,step}];
postseq=Table[grPost[input,If[input==exc,exc-1,input]],{input,4}];
seq=Flatten@Table[Join[{preseq},midseq[[input]],{postseq[[input]]}],{input,4}];
durs=Flatten@Table[Join[{predur},Table[middur,Length[midseq[[input]]]],{postdur}],{input,4}];
{seq,durs}
]
(* ::Input:: *)
(*(*ParametricPlot[trajFun[{{-1.8`,1.5`},{0,1.5`},{0,0},{3,0}}][x],{x,0,1}]*)*)
(* ::Input:: *)
(*(*Manipulate[grMid[input,t],{input,Range[4]},{t,0,1}]*)*)
(* ::Input:: *)
(*(*Manipulate[grPost[input,ind],{input,Range[4]},{ind,Range[4]}]*)*)
(* ::Input:: *)
(*SetDirectory[NotebookDirectory[]]*)
(*{seq,durs}=composeAnimation[];*)
(*Export["animDiscr.gif",seq,AnimationRepetitions->Infinity,ImageResolution->100,"DisplayDurations"->durs]*)
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 09:14, 14 December 2021 | 972 × 833 (2.96 MB) | JozumBjada (talk | contribs) | Cross-wiki upload from cs.wikipedia.org |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
GIF file comment | Created with the Wolfram Language : www.wolfram.com |
---|