-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
105 lines (83 loc) · 4.67 KB
/
index.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>udkm1Dsim by dschick</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">udkm1Dsim</h1>
<h2 class="project-tagline">A Simulation Toolkit for 1D Ultrafast Dynamics in Condensed Matter</h2>
<a href="https://github.com/dschick/udkm1Dsim" class="btn">View on GitHub</a>
<a href="https://github.com/dschick/udkm1Dsim/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/dschick/udkm1Dsim/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Introduction</h1>
<p>The udkm1Dsim toolbox is a collection of classes and routines
to simulate the structural dynamics and the according X-ray
diffraction response in one-dimensional sample structures after
ultrafast excitation.
The toolbox provides the capabilities to define arbitrary layered
structures on the atomic level including a rich database of
element-specific physical properties.
The excitation of ultrafast dynamics is represented by an
N-temperature-model which is commonly applied for ultrafast
optical excitations.
Structural dynamics due to thermal stresses are calculated by
a linear-chain model of masses and springs.
The resulting X-ray diffraction response is computed by dynamical
X-ray theory.
The udkm1Dsim toolbox is highly modular and allows to introduce
user-defined results at any step in the simulation procedure.</p>
<p>The udkm1Dsim toolbox was developed in the Ultrafast Dynamics
in Condensed Matter group of Prof. Matias Bargheer at the
University of Potsdam, Germany.
The toolbox is currently maintained by Daniel Schick.</p>
<h1>
<a id="citation" class="anchor" href="#citation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Citation</h1>
<p>Please cite the following article if you use the udkm1Dsim toolbox for your own publications:</p>
<p>D. Schick, A. Bojahr, M. Herzog, R. Shayduk, C. von Korff Schmising & M. Bargheer,
udkm1Dsim - A Simulation Toolkit for 1D Ultrafast Dynamics in Condensed Matter,
<a href="http://doi.org/10.1016/j.cpc.2013.10.009">Comput. Phys. Commun. 185, 651 (2014)</a>
<a href="http://www.udkm.physik.uni-potsdam.de/medien/udkm1Dsim/udkm1DsimManuscriptPrePrint.pdf">(preprint)</a>.</p>
<h1>
<a id="compatibility" class="anchor" href="#compatibility" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Compatibility</h1>
<p>The udkm1Dsim toolbox was tested on MATLAB 2010a (7.10) - 2016a (9.0)</p>
<h1>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h1>
<p>Add the udkm1Dsim toolbox folder and all of its
subfolder to your MATLAB searchpath by excecuting
the command:</p>
<pre><code> addpath(genpath('path2udkm1Dsim'));
</code></pre>
<p>In order to use the udkm1Dsim documentation
before MATLAB 2013a (8.1) </p>
<ul>
<li>open the MATLAB Preferences from the File menu. </li>
<li>click Help, and then select the All Products button.</li>
</ul>
<p>since MATLAB 2013a (8.1)</p>
<ul>
<li>open the MATLAB Help and click on "Supplemental Software" on the lower
left of the help start page</li>
</ul>
<p>Open the MATLAB Product Help and open the udkm1Dsim
toolbox documentation from the content listing.
Follow the Getting Started to get familar with the
simulation workflow.</p>
<p>In order to run the example files change your current
MATLAB directory to <code>path2udkm1Dsim/examples/</code>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/dschick/udkm1Dsim">udkm1Dsim</a> is maintained by <a href="https://github.com/dschick">dschick</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>