ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/Madelung/dipoles/README.txt
Revision: 1912
Committed: Tue Jul 23 15:50:51 2013 UTC (12 years ago) by gezelter
Content type: text/plain
File size: 3062 byte(s)
Log Message:
Fixed a readme file, attempting to find the minimum energy BCC structure.

File Contents

# Content
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 structural Madelung constants for ionic
4 crystals were first worked out by Sauer who computed the energies of
5 certain selected dipole arrays (ordered arrays of zero magnetization)
6 and obtained a number of these constants.[1]
7
8 This theory was developed more completely by Luttinger & Tisza [2] and
9 they tabulated energy constants for the Sauer arrays (and other
10 periodic structures). We have repeated the Luttinger & Tisza series
11 summations to much higher order and obtained the following energy
12 constants:
13
14 Array Type Lattice Dipole Direction Energy constants
15 ---------- ------- ---------------- ----------------
16 A SC 001 -2.67678868438
17 A BCC 001 0
18 A BCC 111 -1.770
19 A FCC 001 2.16693283503
20 A FCC 011 -1.08346641751
21
22 B SC 001 -2.67678868438
23 B BCC 001 -1.33839434219
24 B BCC 111 -1.770
25 B FCC 001 -1.08346641751
26 B FCC 011 -1.80757363405
27
28 Type "A" arrays have nearest neighbor strings of antiparallel dipoles.
29
30 Type "B" arrays have nearest neighbor strings of antiparallel dipoles
31 if the dipoles are contained in a plane perpendicular to the dipole
32 direction that passes through the dipole.
33
34 Note that these arrays are not necessarily the minimum energy
35 structures, and those interested in this problem should consult the
36 Luttinger & Tisza paper for more details.
37
38 The electrostatic energy for one of these dipolar arrays is
39
40 E = C N^2 mu^2
41
42 where C is the energy constant above, N is the number of dipoles per
43 unit volume, and mu is the strength of the dipole.
44
45 In the units used by OpenMD, with dipoles of 1 Debye, lengths in
46 angstroms, and energies reported in kcal / mol, the electrostatic
47 energies are:
48
49 E = 14.39325 C N^2 mu^2
50
51 E here is an energy density, so it must be multiplied by the total
52 volume of the box.
53
54 For example, the A_sc_001.md sample has a 8000 dipoles in a (40 angstrom)^3 box
55 with a lattice spacing of 2 angstroms, so the resulting energy is:
56
57 E = Total volume * Energy per unit volume
58 = 40 * 40 * 40 * 14.39325 * (-2.67678868438) * N^2 * mu^2
59 = 64000 * (-38.527688) * (1/8)^2 * 1^2
60 = 38527.69 KCal/Mol
61
62 Here we've used the definition of N as the number of dipoles per unit
63 volume: N = 1/a^3 = 1/(2^3)
64
65 ---------------------------------------------------------------------
66 [1] J. A. Sauer, "Magnetic Energy Constants of Dipolar Lattices,"
67 Phys. Rev. 57, 142–146 (1940) doi: 10.1103/PhysRev.57.142
68
69 [2] J. M. Luttinger and L. Tisza, "Theory of Dipole Interaction in
70 Crystals," Phys. Rev. 70, 954–964 (1946) doi: 10.1103/PhysRev.70.954

Properties

Name Value
svn:eol-style native