-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKVO.html
More file actions
73 lines (59 loc) · 1.63 KB
/
KVO.html
File metadata and controls
73 lines (59 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html> <head>
<title>MCViNE example: Spin Wave</title>
<script language="javascript" type="text/javascript" src="flot/jquery.js"></script>
<script src="mcvine.js"></script>
<link rel="stylesheet" type="text/css" href="mcvine.css">
</head>
<body>
<div id="page" class="top">
<div class="navigation">
<a href="examples.html">< Examples</a>
</div>
<h1>Spin wave</h1>
<h2>Dynamical structure factor</h2>
The sample kernel is defined by the dispersion
$$
E(h,k,l) = 2.563 \sqrt{1-\gamma_{Q_{//}} ^2}
$$
and dynamic structure factor
$$
S(h,k,l) = \frac{1 - \gamma_{Q_{//}} } {2 \sqrt{ 1- \gamma^2_{Q_{//}} }}
$$
where
$\gamma_{Q_{//}} = cos(h\pi) cos(k\pi)$.
<h2>Experimental data</h2>
<a href="KVO/3d/view4.html">Web-based 3-D data viewer</a>
<br>
<a href="http://youtu.be/mBZJAlgLLFU">How to use the 3-D viewer:
slices</a>
<br>
<a href="http://youtu.be/liEX6VsZavM">How to use the 3-D viewer:
volume rendering </a>
<h2>I(h,E)</h2>
The MCViNE simulation accurately capture the asymmetry of the
resolution function along two lines originating from (010):
<table class="case-container">
<tr>
<td>
Experimental
<img class="figure" src="KVO/exp-IhE.jpg" width="380px">
</td>
<td>
Simulated
<img class="figure" src="KVO/sim-IhE.jpg" width="380px">
</td>
</tr>
</table>
It is also clear from this I(h) cut:
<img class="figure" src="KVO/sim-I_h-E1k1.jpg" width="500px">
Black: simulation. Red: experimental. A constant back- ground was
added to the simulated cut data.
<div>
Collaborators: Mark Lumbsden and Barry Winn from ORNL.
</div>
</div> <!-- page -->
<script>
mcvine.init();
</script>
</body>
</html>