Skip to content

Commit 1211c49

Browse files
authored
Update README.html
1 parent 29ce181 commit 1211c49

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@
12321232
<li><a href="#first-sight-of-simqn">First sight of SimQN</a></li>
12331233
<li><a href="#get-help">Get Help</a></li>
12341234
<li><a href="#release-history">Release History</a></li>
1235+
<li><a href="#platform-extension">Platform Extension</a></li>
12351236
<li><a href="#how-to-contribute">How to contribute?</a></li>
12361237
<li><a href="#license-and-authors">License and Authors</a></li>
12371238
<li><a href="#ciatation">Ciatation</a></li>
@@ -1346,6 +1347,14 @@
13461347
<div class="markdown-heading"><h2 class="heading-element">Release History</h2><a id="user-content-release-history" class="anchor" aria-label="Permalink: Release History" href="#release-history"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
13471348
<ul>
13481349
<li>
1350+
<p>v0.2.2(Released 2026.01)</p>
1351+
<ul>
1352+
<li><em>New functions!!!</em></li>
1353+
<li>Simulator Core: Hash Bucket Based Event Scheduler.</li>
1354+
<li>Network Utilities: Add Real Topology Generator, including AboveNetTopology, AGISTopology and Creat Topology From GML File Download From <a href="https://topology-zoo.org/dataset.html">The Internet Topology Zoo</a>. Update the Dijkstra-based Routing Utility.</li>
1355+
</ul>
1356+
</li>
1357+
<li>
13491358
<p>v0.2.1(Released 2025.04)</p>
13501359
<ul>
13511360
<li><em>New functions!!!</em></li>
@@ -1375,6 +1384,22 @@
13751384
</ul>
13761385
</li>
13771386
</ul>
1387+
1388+
<div class="markdown-heading">
1389+
<h2 class="heading-element">Platform Extension</h2>
1390+
<a id="platform-extension" class="anchor" href="#platform-extension">
1391+
<span class="octicon octicon-link"></span>
1392+
</a>
1393+
</div>
1394+
1395+
<ul>
1396+
<li>Abane et al. developed <a href="https://ieeexplore.ieee.org/abstract/document/11334170">MQNS</a> based on SimQN v0.1.5, leveraging the simulator core, entities, and tools to enable simulation under dynamic, heterogeneous configurations.</li>
1397+
1398+
<li>Majid K et al. integrated SimQN with the open-source OpenAirInterface (OAI) stack to deploy a 5G standalone network capable of supporting quantum operations, proposing the <a href="https://ieeexplore.ieee.org/abstract/document/11432359">quantum-inspired RAN (Q-RAN)</a>, a next-generation framework.</li>
1399+
1400+
<li>Josipa et al. enabled SimQN to accept structured data from upstream via the HTTP protocol by utilizing FastAPI, thereby developing a <a href="https://repozitorij.fpz.unizg.hr/object/fpz:3666">Docker environment for QKD network simulations</a>.</li>
1401+
</ul>
1402+
13781403
<div class="markdown-heading"><h2 class="heading-element">How to contribute?</h2><a id="user-content-how-to-contribute" class="anchor" aria-label="Permalink: How to contribute?" href="#how-to-contribute"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
13791404
<p>Welcome to contribute through Github Issue or Pull Requests. Please refer to the <a href="https://qnlab-ustc.github.io/SimQN/develop.html" rel="nofollow">develop guide</a>. If you have any questions, you are welcome to contact the developers via e-mail.</p>
13801405
<div class="markdown-heading"><h2 class="heading-element">License and Authors</h2><a id="user-content-license-and-authors" class="anchor" aria-label="Permalink: License and Authors" href="#license-and-authors"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
@@ -1396,6 +1421,9 @@
13961421
<li>Yuqi Yang, School of Cyber Science and Technology, University of Science and Technology of China, China.</li>
13971422
<li>Bing Yang, School of Cyber Science and Technology, University of Science and Technology of China, China.</li>
13981423
<li>Xumin Gao, School of Cyber Science and Technology, University of Science and Technology of China, China.</li>
1424+
<li>Yuxin Chen, School of Information Science and Technology, University of Science and Technology of China, China.</li>
1425+
<li>ShaoChuang Heng, School of Cyber Science and Technology, University of Science and Technology of China, China.</li>
1426+
<li>Jianfeng Niu, School of Cyber Science and Technology, University of Science and Technology of China, China.</li>
13991427
</ul>
14001428
<div class="markdown-heading"><h2 class="heading-element">Citation</h2><a id="user-content-citation" class="anchor" aria-label="Permalink: Citation" href="#citation"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
14011429
<p>Please cite this publication if you use SimQN in your research.</p>
@@ -1410,4 +1438,4 @@
14101438
<span class="pl-s">publisher</span>=<span class="pl-s"><span class="pl-pds">{</span>IEEE<span class="pl-pds">}</span></span>,
14111439
<span class="pl-s">doi</span>=<span class="pl-s"><span class="pl-pds">{</span>10.1109/MNET.130.2200481<span class="pl-pds">}</span></span>
14121440
}</pre></div>
1413-
</article></body></html>
1441+
</article></body></html>

0 commit comments

Comments
 (0)