Building up a body centered cubic lattice: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
mNo edit summary
Line 37: Line 37:


*<math> \alpha = \beta = \gamma = 90^0 </math>
*<math> \alpha = \beta = \gamma = 90^0 </math>
[[category: computer simulation techniques]]

Revision as of 11:00, 13 February 2008

  • Consider:
  1. a cubic simulation box whose sides are of length
  2. a number of lattice positions, given by , with being a positive integer
  • The positions are those given by:

where the indices of a given valid site must fulfill:

  • must be either all odd or all even.
  • Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0 \le j_a \le 2 m }
  • Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0 \le k_a \le 2 m }

and Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left.\delta l = L/(2m) \right. }

Atomic position(s) on a cubic cell

  • Number of atoms per cell: 2
  • Coordinates:

Atom 1: Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left( x_1, y_1, z_1 \right) = \left( 0, 0, 0 \right) }

Atom 2: Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left( x_2, y_2, z_2 \right) = \left( l/2, l/2, l/2 \right) }


Cell dimensions:

  • Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a=b=c = l }
  • Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha = \beta = \gamma = 90^0 }