-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
27 lines (27 loc) · 1.28 KB
/
publications.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Dylan Mahoney's Publications</title>
</head>
<body>
<h1>
List of Publications
</h1>
<nav>
<ul>
<li><a href="index.html">Home</a</li>
<li><a href="publications.html">Publications</a</li>
<!--<li><a href="misc_projects.html">Miscellaneous Projects</a</li>-->
<!--<li><a href="blog.html">Blog</a></li>-->
<!--<li><a href="FAQ.html">FAQ</a></li>-->
<li><a href="contact.html">Contact</a></li>
<li><a href="RAQ.html">Rarely Asked Questions</a></li>
<!--Consider whether I want an FAQ and RAQ here or just associated to a particular webapp or something-->
</ul>
</nav>
<ol>
<li><b>Transport and integrability-breaking in non-Hermitian many-body quantum systems</b>, Dylan Mahoney & Jonas Richter, <a href="https://link.aps.org/doi/10.1103/PhysRevB.110.134302">Phys. Rev. B <b>110</b>, 134302 (2024)</a>, arXiv:<a href="https://arxiv.org/abs/2403.01681">2403.01681</a>. A pdf (© APS 2024) may be downloaded <a href="PhysRevB.110.134302.pdf">here</a>.</li>
</ol>
</body>
</html>