This is a file from the Wikimedia Commons

File:Aufbau Principle 3D (20 States).svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 500 × 450 pixels, file size: 85 KB)

Description A diagram of the state space of a 3D quantum well, with the first 20 states, by energy, shown (every state closer than 4.2 units to the origin)
Source

self-made,

 
This W3C-unspecified vector image was created with Inkscape .
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Mathematica Code

This code reuqire you to load the module:

<< Graphics`Polyhedra`

a = Table[{x, y, z}, {x, 1, 5}, {y, 1, 5}, {z, 1, 5}];
a = Flatten[a, 2];
a = Select[
      a,
      Sqrt[#[[1]]^2 + #[[2]]^2 + #[[3]]^2] < 4.2 &];

Show[
  Table[
    Polyhedron[Cube, a[[n]], 0.3],
    {n, 0, Length[a]}],
  ViewPoint -> {3.5, 3, 1},
  Shading -> False,
  PlotRange -> {{0, 5}, {0, 5}, {0, 5}},
  Axes -> True
  ]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

38cc44c9898675b0a13057c7e55d9ede276122b1

86,903 byte

450 pixel

500 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:37, 5 August 2007Thumbnail for version as of 16:37, 5 August 2007500 × 450 (85 KB)InductiveloadConverted numbers to paths
16:35, 5 August 2007Thumbnail for version as of 16:35, 5 August 2007500 × 450 (57 KB)Inductiveload{{Information |Description=A diagram of the state space of a 3D quantum well, with the first 20 states, by energy, shown (every state closer than 4.2 units to the origin) |Source=self-made, {{Inkscape}} |Date= |Author= Inductiveload

The following page uses this file: