-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReactionAmplitudeExamples</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- Index Panel on the left -->
<div class="index-panel">
<h3>Index</h3>
<ul>
<li><a href="README.html" target="notebook-frame">README</a></li>
<li>
<a href="notebooks/N-008-regge_NN_pluto.html" target="notebook-frame">N-008-regge_NN_pluto.jl</a>
<div class="notebook-details">
<span class="title">N-008-regge_NN_pluto.jl</span>
<ul class="subtitles"></ul>
</div>
</li>
<li>
<a href="notebooks/N-016-XicK_phasespace_suppression.html" target="notebook-frame">N-016-XicK_phasespace_suppression.jl</a>
<div class="notebook-details">
<span class="title">Untitled</span>
<ul class="subtitles"><li>Phase space suppression of $\Xi_c^{\prime+}K^-$ over $\,\,\Xi_c^+K^-$ for $\,\,\Omega_c^0(3065)$</li><li>Coupled-channel model</li></ul>
</div>
</li>
<li>
<a href="notebooks/N-017-UnitarizedBackground.html" target="notebook-frame">N-017-UnitarizedBackground.jl</a>
<div class="notebook-details">
<span class="title">Untitled</span>
<ul class="subtitles"><li>Unitarized background</li></ul>
</div>
</li>
<li>
<a href="notebooks/N-018-LcLcK.html" target="notebook-frame">N-018-LcLcK.jl</a>
<div class="notebook-details">
<span class="title">$B^-\to\Lambda_c^+\Lambda_c^- K^-$ analysis model</span>
<ul class="subtitles"><li>Untitled</li><li>K-matrix model</li></ul>
</div>
</li>
<li>
<a href="notebooks/N-041-derivativeBWonArgand.html" target="notebook-frame">N-041-derivativeBWonArgand.jl</a>
<div class="notebook-details">
<span class="title">Untitled</span>
<ul class="subtitles"><li>Combined amplitude on complex plane</li><li>Derivative should be zero</li></ul>
</div>
</li>
<li>
<a href="notebooks/N-042-detDsymbolics.html" target="notebook-frame">N-042-detDsymbolics.jl</a>
<div class="notebook-details">
<span class="title">Scattering parameters for coupled-channel case</span>
<ul class="subtitles"><li>Two-channels</li><li>Three-channels</li></ul>
</div>
</li>
</ul>
</div>
<!-- Notebook Display on the right -->
<div class="iframe-container">
<iframe name="notebook-frame" class="notebook-display" src="README.html"></iframe>
</div>
</div>
</body>
</html>