Skip to content

Commit f87b758

Browse files
update docs
1 parent fe0f239 commit f87b758

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TensorCircuit is initially a personal project by @refraction-ray (Shi-Xin Zhang). He began this project in April 2020, inspired by the MPS quantum simulator [mpsim](https://github.com/grmlarose/mpsim) and the introduction of the Google [TensorNetwork](https://github.com/google/TensorNetwork) package. This project is further developed by him during 2020 and the first half of 2021 when he was a Ph.D. candidate at Tsinghua University, with multiple new features and applications added for his research purpose. The original TensorCircuit project is archived now on [GitHub](https://github.com/refraction-ray/tensorcircuit/). He decided to make this project an official open-source product after he joined Tencent in July 2021. And he has extensively refactored and optimized the codebase since then. As the lead author for this project, he thanks all the contributors who have made TensorCircuit and the ecosystem better.
1+
TensorCircuit is initially a personal project created by @refraction-ray (Shi-Xin Zhang). He began this project in April 2020, inspired by the MPS quantum simulator [mpsim](https://github.com/grmlarose/mpsim) and the introduction of the Google [TensorNetwork](https://github.com/google/TensorNetwork) package. This project is further developed by him during 2020 and the first half of 2021 when he was a Ph.D. candidate at Tsinghua University, with multiple new features and applications added for his research purpose. The original TensorCircuit project is archived now on [GitHub](https://github.com/refraction-ray/tensorcircuit/). He decided to make this project a more universal open-source framework after he joined Tencent in July 2021. And he has extensively refactored and optimized the codebase since then. As the creator and the lead author of TensorCircuit, he thanks all the [contributors](https://github.com/tencent-quantum-lab/tensorcircuit#contributors) who have made TensorCircuit and the ecosystem better.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "tensorcircuit"
24-
copyright = "2020, created by Shi-Xin Zhang"
24+
copyright = "2020, TensorCircuit Development Team. Created by Shi-Xin Zhang"
2525
author = "refraction-ray"
2626

2727
# The short X.Y version

docs/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ TensorCircuit is an open source quantum circuit and algorithm simulation framewo
1919
Links
2020
----------
2121

22-
This project is released by `Tencent Quantum Lab <https://quantum.tencent.com/>`_ and is created and maintained by `Shi-Xin Zhang <https://github.com/refraction-ray>`_.
23-
The current core authors are `Shi-Xin Zhang <https://github.com/refraction-ray>`_ and `Yu-Qin Chen <https://github.com/yutuer21>`_.
22+
TensorCircuit is created and maintained by `Shi-Xin Zhang <https://github.com/refraction-ray>`_ and this version of the software is released by `Tencent Quantum Lab <https://quantum.tencent.com/>`_.
23+
The current core authors of TensorCircuit are `Shi-Xin Zhang <https://github.com/refraction-ray>`_ and `Yu-Qin Chen <https://github.com/yutuer21>`_.
2424
We also thank `contributions <https://github.com/tencent-quantum-lab/tensorcircuit/graphs/contributors>`_ from the lab and the open source community.
2525

2626
* Source code: https://github.com/tencent-quantum-lab/tensorcircuit
2727

28-
* Issue Tracker: https://github.com/tencent-quantum-lab/tensorcircuit/issues
29-
30-
* Forum: https://github.com/tencent-quantum-lab/tensorcircuit/discussions
28+
* Software Whitepaper: https://arxiv.org/abs/2205.10091
3129

3230
* Documentation: https://tensorcircuit.readthedocs.io
3331

34-
* Whitepaper: https://arxiv.org/abs/2205.10091
32+
* Issue Tracker: https://github.com/tencent-quantum-lab/tensorcircuit/issues
33+
34+
* Forum: https://github.com/tencent-quantum-lab/tensorcircuit/discussions
3535

3636
* PyPI page: https://pypi.org/project/tensorcircuit
3737

0 commit comments

Comments
 (0)