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

From testwiki
Jump to navigation Jump to search
Original file (SVG file, nominally 500 × 450 pixels, file size: 85 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

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
current17:37, 5 August 2007Thumbnail for version as of 17:37, 5 August 2007500 × 450 (85 KB)wikimediacommons>InductiveloadConverted numbers to paths

The following page uses this file: