Building up a face centered cubic lattice: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 45: | Line 45: | ||
*<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:
- a cubic simulation box whose sides are of length
- 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 are integer numbers that must fulfill the following criteria
- ,
- the sum of Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left.i_{a}+j_{a}+k_{a}\right.} must be, for instance, an even number.
with
Atomic position(s) on a cubic cell
- Number of atoms per cell: 4
- 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( 0 , \frac{l}{2}, \frac{l}{2}\right) }
Atom 3: 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_3, y_3, z_2 \right) = \left( \frac{l}{2}, 0, \frac{l}{2} \right) }
Atom 4: 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_4, y_4, z_2 \right) = \left( \frac{l}{2}, \frac{l}{2}, 0 \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 }