Skip to content

Commit e5d0039

Browse files
authored
Merge pull request #240 from mit-han-lab/main
main changes to dev
2 parents 497320c + a5de610 commit e5d0039

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="torchquantum_logo.jpg" alt="torchquantum Logo" width="450">
33
</p>
44

5-
<h2><p align="center">A PyTorch Library for Quantum Simulation and Quantum Machine Learning</p></h2>
5+
<h2><p align="center">Quantum Computing in PyTorch</p></h2>
66
<h3><p align="center">Faster, Scalable, Easy Debugging, Easy Deployment on Real Machine</p></h3>
77

88

@@ -19,9 +19,9 @@
1919
<a href="https://discord.gg/VTHZAB5E">
2020
<img alt="Chat @ Discord" src="https://img.shields.io/badge/contact-me-blue?logo=discord&logoColor=white">
2121
</a>
22-
<a href="https://qmlsys.hanruiwang.me">
22+
<!-- <a href="https://qmlsys.hanruiwang.me">
2323
<img alt="Forum" src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fqmlsys.hanruiwang.me%2F">
24-
</a>
24+
</a> -->
2525
<a href="https://qmlsys.mit.edu">
2626
<img alt="Website" src="https://img.shields.io/website?up_message=qmlsys&url=https%3A%2F%2Fqmlsys.mit.edu">
2727
</a>
@@ -49,7 +49,7 @@
4949

5050
#### What it is doing
5151

52-
Quantum simulation framework based on PyTorch. It supports statevector simulation and pulse simulation (coming soon) on GPUs. It can scale up to the simulation of 30+ qubits with multiple GPUs.
52+
Simulate quantum computations on classical hardware using PyTorch. It supports statevector simulation and pulse simulation on GPUs. It can scale up to the simulation of 30+ qubits with multiple GPUs.
5353
#### Who will benefit
5454

5555
Researchers on quantum algorithm design, parameterized quantum circuit training, quantum optimal control, quantum machine learning, quantum neural networks.
@@ -58,10 +58,10 @@ Researchers on quantum algorithm design, parameterized quantum circuit training,
5858
Dynamic computation graph, automatic gradient computation, fast GPU support, batch model tersorized processing.
5959

6060
## News
61-
61+
- Check the [dev branch](https://github.com/mit-han-lab/torchquantum/tree/dev) for new latest features on quantum layers and quantum algorithms.
6262
- v0.1.7 Available!
6363
- Join our [Slack](https://join.slack.com/t/torchquantum/shared_invite/zt-1ghuf283a-OtP4mCPJREd~367VX~TaQQ) for real time support!
64-
- Welcome to contribute! Please contact us or post in the [forum](https://qmlsys.hanruiwang.me) if you want to have new examples implemented by TorchQuantum or any other questions.
64+
- Welcome to contribute! Please contact us or post in the Github Issues if you want to have new examples implemented by TorchQuantum or any other questions.
6565
- Qmlsys website goes online: [qmlsys.mit.edu](https://qmlsys.mit.edu) and [torchquantum.org](https://torchquantum.org)
6666

6767
## Features
@@ -358,6 +358,7 @@ pre-commit install
358358
- [ICCAD'22] [Wang et al., "QuEst: Graph Transformer for Quantum Circuit Reliability Estimation"](https://arxiv.org/abs/2210.16724)
359359
- [ICML Workshop] [Yun et al., "Slimmable Quantum Federated Learning"](https://dynn-icml2022.github.io/spapers/paper_7.pdf)
360360
- [IEEE ICDCS] [Yun et al., "Quantum Multi-Agent Reinforcement Learning via Variational Quantum Circuit Design"](https://ieeexplore.ieee.org/document/9912289)
361+
- [QCE'23] [Zhan et al., "Quantum Sensor Network Algorithms for Transmitter Localization"](https://ieeexplore.ieee.org/abstract/document/10313806)
361362
<details>
362363
<summary>Manuscripts</summary>
363364

0 commit comments

Comments
 (0)