File:Bloch sphere 3D.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 450 × 458 pixels, file size: 322 KB)

Captions

Captions

Bloch sphere 3D model

Summary[edit]

Description
English: 3D model of Bloch sphere with several notable quantum states highlighted in color. The eigenstates of Pauli matrix Z, states H and V, are shown in blue, the eigenstates of Pauli matrix X, states A and D, are shown in red, and finally the eigenstates of Pauli matrix Y, states R and L, are depicted in green. These three pairs of states form a set of three mutually unbiased bases.
Čeština: 3D model Blochovy sféry s barevně vyznačenými význačnými kvantovými stavy. Modře jsou zvýrazněny stavy H a V, to jest vlastní stavy Pauliho matice Z, červeně stavy A a D, to jest vlastní stavy Pauliho matice X, a zeleně stavy R a L, to jest vlastní stavy Pauliho matice Y. Tyto tři dvojice stavů tvoří sadu tří MUB bází.
Date
Source Own work
Author JozumBjada

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
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 image was created using Wolfram language 13.0.1 for Microsoft Windows (64-bit) (January 28, 2022). The source code follows.

circle = ResourceFunction["SplineCircle"][{0, 0, 0}, 1];

label[text_, pos_, offset_ : {0, 0}] := Text[Style[text, 25], pos, 2 offset]

sphere = Graphics3D[{
    { (*arrows*)
     Arrowheads[.05 {-1, 1}],
     Red, Arrow@Tube[{{-1, 0, 0}, {1, 0, 0}}],
     Green, Arrow@Tube[{{0, -1, 0}, {0, 1, 0}}], 
     Blue, Arrow@Tube[{{0, 0, -1}, {0, 0, 1}}]
     },
    { (*sphere*)
     Opacity[.2], Sphere[{0, 0, 0}]
     },
    { (*labels*)
     Red, label["D", {1, 0, 0}, {-1, 0}], label["A", {-1, 0, 0}, {1, 0}],
     Darker@Green, label["R", {0, 1, 0}, {-1, -1}], label["L", {0, -1, 0}, {1, 1}],
     Blue, label["H", {0, 0, 1}, {0, -1}], label["V", {0, 0, -1}, {0, 1}]
     },
    { (*circles*)
     Dashed, circle, Rotate[circle, \[Pi]/2, {1, 0, 0}], Rotate[circle, \[Pi]/2, {0, 1, 0}]
     }
    }, Lighting -> "Neutral", Boxed -> False, ViewPoint -> {1.3, -2.4, 2}];

SetDirectory[NotebookDirectory[]]
Export["sphere.svg", sphere]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:57, 9 January 2023Thumbnail for version as of 15:57, 9 January 2023450 × 458 (322 KB)JozumBjada (talk | contribs)Uploaded while editing "Wikipedista:JozumBjada/Pískoviště" on cs.wikipedia.org

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata