Building up a diamond lattice: Difference between revisions
Jump to navigation
Jump to search
m (New page: [EN CONSTRUCCION] * Consider: # a cubic simulation box whose sides are of length <math>\left. L \right. </math> # a number of lattice positions, <math> \left. M \right. </math> given by ...) |
mNo edit summary |
||
Line 3: | Line 3: | ||
* Consider: | * Consider: | ||
# a cubic simulation box whose sides are of length <math>\left. L \right. </math> | # a cubic simulation box whose sides are of length <math>\left. L \right. </math> | ||
# a number of lattice positions, <math> \left. M \right. </math> given by <math> \left. M = | # a number of lattice positions, <math> \left. M \right. </math> given by <math> \left. M = 8 m^3 \right. </math>, | ||
with <math> m </math> being a positive integer | with <math> m </math> being a positive integer | ||
Line 19: | Line 19: | ||
where the indices of a given valid site are integer numbers that must fulfill the following criteria | where the indices of a given valid site are integer numbers that must fulfill the following criteria | ||
* <math> 0 \le i_a < | * <math> 0 \le i_a < 4m </math> | ||
* <math> 0 \le j_a < | * <math> 0 \le j_a < 4m </math> | ||
* <math> 0 \le k_a < | * <math> 0 \le k_a < 4m </math>, | ||
* the sum of <math> \left. i_a + j_a + k_a \right. </math> | * the sum of <math> \left. i_a + j_a + k_a \right. </math> can have only the values: 0, 3, 4, 7, 8, 10, ... | ||
i.e, <math> \left. i_a + j_a + k_a = 4 n \right. </math>; OR; <math> \left. i_a + j_a + z_a = 4 n + 3 \right. </math>, with <math> n </math> is | |||
any integer number | |||
with | with | ||
<math> | <math> | ||
\left. | \left. | ||
\delta l = L/( | \delta l = L/(4m) | ||
\right. | \right. | ||
</math> | </math> |
Revision as of 12:29, 20 March 2007
[EN CONSTRUCCION]
- 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 can have only the values: 0, 3, 4, 7, 8, 10, ...
i.e, ; OR; , with is any integer number
with