Skip to content

Commit 9923f13

Browse files
update doc
1 parent 4f6f509 commit 9923f13

File tree

6 files changed

+179
-63
lines changed

6 files changed

+179
-63
lines changed

docs/source/api/compiler.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tensorcircuit.compiler
2+
==================================================
3+
.. toctree::
4+
compiler/qiskit_compiler.rst
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tensorcircuit.compiler.qiskit_compiler
2+
==================================================
3+
.. automodule:: tensorcircuit.compiler.qiskit_compiler
4+
:members:
5+
:undoc-members:
6+
:show-inheritance:
7+
:inherited-members:

docs/source/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ 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>`_.
24+
We also thank `contributions <https://github.com/tencent-quantum-lab/tensorcircuit/graphs/contributors>`_ from the lab and the open source community.
25+
2226
* Source code: https://github.com/tencent-quantum-lab/tensorcircuit
2327

2428
* Issue Tracker: https://github.com/tencent-quantum-lab/tensorcircuit/issues

0 commit comments

Comments
 (0)