1 |
This directory contains a set of dipolar crystals that can be used to |
2 |
test electrostatic energies for dipole-dipole interactions. The |
3 |
dipolar analogues to the Madelung constants for ionic crystals were |
4 |
first worked out by Sauer who computed the energies of certain |
5 |
selected dipole arrays (ordered arrays of zero magnetization) and |
6 |
obtained a number of these constants.[1] |
7 |
|
8 |
This theory was developed more completely by Luttinger & Tisza [2] who |
9 |
tabulated energy constants for the Sauer arrays (and other periodic |
10 |
structures). We have repeated the Luttinger & Tisza series summations |
11 |
to much higher order and obtained the following energy constants: |
12 |
|
13 |
Array Type Lattice Dipole Direction Energy constants |
14 |
---------- ------- ---------------- ---------------- |
15 |
A SC 001 -2.676788684 |
16 |
A BCC 001 0 |
17 |
A BCC 111 -1.770078733 |
18 |
A FCC 001 2.166932835 |
19 |
A FCC 011 -1.083466417 |
20 |
|
21 |
* BCC minimum -1.985920929 |
22 |
|
23 |
B SC 001 -2.676788684 |
24 |
B BCC 001 -1.338394342 |
25 |
B BCC 111 -1.770078733 |
26 |
B FCC 001 -1.083466417 |
27 |
B FCC 011 -1.807573634 |
28 |
|
29 |
Type "A" arrays have nearest neighbor strings of antiparallel dipoles. |
30 |
|
31 |
Type "B" arrays have nearest neighbor strings of antiparallel dipoles |
32 |
if the dipoles are contained in a plane perpendicular to the dipole |
33 |
direction that passes through the dipole. |
34 |
|
35 |
There's also an additional minimum energy structure for the BCC |
36 |
lattice that was found by Luttinger & Tisza. All of the energy |
37 |
constants can be recomputed to a very high degree of accuracy using |
38 |
the "fieldValues" python script contained in this directory. Dipolar |
39 |
arrays matching these configurations which are suitable for use with |
40 |
OpenMD can be generated with the "buildDipolarArray" program. |
41 |
|
42 |
The electrostatic energy for one of these dipolar arrays is |
43 |
|
44 |
E = C N^2 mu^2 |
45 |
|
46 |
where C is the energy constant above, N is the number of dipoles per |
47 |
unit volume, and mu is the strength of the dipole. |
48 |
|
49 |
In the units used by OpenMD, dipoles are measured in Debye, lengths in |
50 |
angstroms, and energies reported in kcal / mol, the electrostatic |
51 |
energies are: |
52 |
|
53 |
E = 14.39325 C N^2 mu^2 |
54 |
|
55 |
E here is an energy density, so it must be multiplied by the total |
56 |
volume of the box. |
57 |
|
58 |
For example, the A_sc_001.md sample has a 8000 dipoles (1 Debye each) |
59 |
in a (40 angstrom)^3 box with a lattice spacing of 2 angstroms, so the |
60 |
resulting energy is: |
61 |
|
62 |
E = Total volume * Energy per unit volume |
63 |
= 40 * 40 * 40 * 14.39325 * (-2.676788684) * N^2 * mu^2 |
64 |
= 64000 * (-38.52769) * (1/8)^2 * 1^2 |
65 |
= -38527.69 kcal/mol |
66 |
|
67 |
Here we've used the definition of N as the number of dipoles per unit |
68 |
volume: N = 1/a^3 = 1/(2^3) |
69 |
|
70 |
--------------------------------------------------------------------- |
71 |
[1] J. A. Sauer, "Magnetic Energy Constants of Dipolar Lattices," |
72 |
Phys. Rev. 57, 142–146 (1940) doi: 10.1103/PhysRev.57.142 |
73 |
|
74 |
[2] J. M. Luttinger and L. Tisza, "Theory of Dipole Interaction in |
75 |
Crystals," Phys. Rev. 70, 954–964 (1946) doi: 10.1103/PhysRev.70.954 |
76 |
Also note the errata contained in: Phys. Rev. 72, 257 (1947) |
77 |
doi: 10.1103/PhysRev.72.257 |
78 |
|