原始文件(SVG文件,尺寸为163 × 185像素,文件大小:51 KB)


摘要

描述
English: Bloch sphere; a geometrical representation of a two-level quantum system. Rendered with Asymptote.
Deutsch: Bloch-Kugel; eine grafisch-geometrische Darstellung, die die Überlagerungen der Zustände eines quantenmechanischen Zweizustandssystems als Punkte auf einer Kugeloberfläche darstellt. Gerendert mit Asymptote.
日期
来源 自己的作品
作者 Glosser.ca
其他版本

此文件衍生的作品:

SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Asymptote创作 by dvisvgm.
源代码
InfoField

Asymptote code

size(6.5cm,6.5cm);
import olympiad;

pair origin, xhat, yhat, zhat;
origin=(0,0); xhat=-(1,1); yhat=(1,0); zhat=(0,1);

draw(circle(origin,1));
draw(ellipse(origin,1,2/5),dashed); //major axis = 2, minor axis = 4/5

draw(origin--zhat,Arrow);
label("$\hat{\mathbf{z}}=\left|0\right\rangle$",zhat,N);
label("$-\hat{\mathbf{z}}=\left|1\right\rangle$",-zhat,S);

draw(origin--yhat,Arrow);
label("$\hat{\mathbf{y}}$",yhat,E);

pair intersection;
intersection = 2/sqrt(29)*xhat;

draw(origin--intersection,Arrow);
label("$\hat{\mathbf{x}}$",intersection,SW);

pair psipoint = 0.6*expi(4*pi/13);
pair psiprime = psipoint - (0,0.7);

draw(origin--psipoint);
dot(psipoint);
label("$\left|\psi\right\rangle$",psipoint,NE);

draw(psipoint--psiprime--origin,dotted);

path thetaArc,phiArc;
thetaArc=Arc(origin,0.15,degrees(4*pi/13),90);
phiArc=Arc(origin,0.1,degrees(angle(psiprime)),degrees(-3*pi/4));

draw(thetaArc);
label("$\theta$",thetaArc);

draw(phiArc);
label("$\phi$",phiArc,S);
The olympiad package needed to draw arcs can be found here.

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容
The Bloch sphere, a geometric representation of a two-level quantum system

image/svg+xml

57a83735d764f3e28ddf4b64439cde7dca567800

52,250 字节

185 像素

163 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2012年12月23日 (日) 02:062012年12月23日 (日) 02:06版本的缩略图163 × 185(51 KB)RayhemImproved text readability in thumbnails
2012年12月20日 (四) 02:412012年12月20日 (四) 02:41版本的缩略图263 × 285(51 KB)RayhemUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途

元数据