forked from StollLab/EasySpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amu.html
95 lines (80 loc) · 2.76 KB
/
amu.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="img/eslogo196.png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="highlight/matlab.css">
<script src="highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<title>amu</title>
</head>
<body>
<header>
<ul>
<li><img src="img/eslogo42.png">
<li class="header-title">EasySpin
<li><a href="index.html">Documentation</a>
<li><a href="references.html">Publications</a>
<li><a href="http://easyspin.org" target="_blank">Website</a>
<li><a href="http://easyspin.org/academy" target="_blank">Academy</a>
<li><a href="http://easyspin.org/forum" target="_blank">Forum</a>
</ul>
</header>
<section>
<div class="functitle">amu</div>
<p>
Atomic unit of mass in SI units.
</p>
<!-- =================================================================== -->
<div class="subtitle">Syntax</div>
<pre class="matlab">
value = amu
[value,sigma] = amu
</pre>
<!-- =================================================================== -->
<div class="subtitle">Description</div>
<p>
<code>amu</code> returns the SI value in kg of 1 amu, the atomic unit of mass,
in <code>value</code> and the standard deviation in <code>sigma</code> (if two output arguments are specified).
</p>
<!-- =================================================================== -->
<div class="subtitle">Reference</div>
<p>
The value and the standard deviation are taken from the 2018 CODATA collection of recommended values.
</p>
<!-- =================================================================== -->
<div class="subtitle">See also</div>
<p>
<!--
<a class="esf" href="amu.html">amu</a>,
-->
<a class="esf" href="angstrom.html">angstrom</a>,
<a class="esf" href="avogadro.html">avogadro</a>,
<a class="esf" href="barn.html">barn</a>,
<a class="esf" href="bmagn.html">bmagn</a>,
<a class="esf" href="bohrrad.html">bohrrad</a>,
<a class="esf" href="boltzm.html">boltzm</a>,
<a class="esf" href="clight.html">clight</a>,
<a class="esf" href="echarge.html">echarge</a>,
<a class="esf" href="emass.html">emass</a>,
<a class="esf" href="eps0.html">eps0</a>,
<a class="esf" href="evolt.html">evolt</a>,
<a class="esf" href="faraday.html">faraday</a>,
<a class="esf" href="gammae.html">gammae</a>,
<a class="esf" href="gfree.html">gfree</a>,
<a class="esf" href="hartree.html">hartree</a>,
<a class="esf" href="hbar.html">hbar</a>,
<a class="esf" href="molgas.html">molgas</a>,
<a class="esf" href="mu0.html">mu0</a>,
<a class="esf" href="nmagn.html">nmagn</a>,
<a class="esf" href="nmass.html">nmass</a>,
<a class="esf" href="planck.html">planck</a>,
<a class="esf" href="pmass.html">pmass</a>,
<a class="esf" href="rydberg.html">rydberg</a>
</p>
<hr>
</section>
<footer></footer>
</body>
</html>