Skip to content

Commit e9b69f5

Browse files
update citation with publish in quantum
1 parent eafb8ec commit e9b69f5

File tree

4 files changed

+58
-5
lines changed

4 files changed

+58
-5
lines changed

CITATION.cff

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
cff-version: 1.2.0
2+
message: "If you find this software helpful in your research, please cite it as below."
3+
authors:
4+
- family-names: "Zhang"
5+
given-names: "Shi-Xin"
6+
- family-names: "Chen"
7+
given-names: "Yu-Qin"
8+
title: "TensorCircuit"
9+
version: 0.7.0
10+
date-released: 2020-04-19
11+
url: "https://github.com/tencent-quantum-lab/tensorcircuit"
12+
preferred-citation:
13+
type: article
14+
authors:
15+
- family-names: "Zhang"
16+
given-names: "Shi-Xin"
17+
- family-names: "Allcock"
18+
given-names: "Jonathan"
19+
- family-names: "Wan"
20+
given-names: "Zhou-Quan"
21+
- family-names: "Liu"
22+
given-names: "Shuo"
23+
- family-names: "Sun"
24+
given-names: "Jiace"
25+
- family-names: "Yu"
26+
given-names: "Hao"
27+
- family-names: "Yang"
28+
given-names: "Xing-Han"
29+
- family-names: "Qiu"
30+
given-names: "Jiezhong"
31+
- family-names: "Ye"
32+
given-names: "Zhaofeng"
33+
- family-names: "Chen"
34+
given-names: "Yu-Qin"
35+
- family-names: "Lee"
36+
given-names: "Chee-Kong"
37+
- family-names: "Zheng"
38+
given-names: "Yi-Cong"
39+
- family-names: "Jian"
40+
given-names: "Shao-Kai"
41+
- family-names: "Yao"
42+
given-names: "Hong"
43+
- family-names: "Hsieh"
44+
given-names: "Chang-Yu"
45+
- family-names: "Zhang"
46+
given-names: "Shengyu"
47+
doi: "10.22331/q-2023-02-02-912"
48+
journal: "Quantum"
49+
month: 2
50+
pages: 912
51+
title: "TensorCircuit: a Quantum Software Framework for the NISQ Era"
52+
volume: 7
53+
year: 2023

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ This project is released by [Tencent Quantum Lab](https://quantum.tencent.com/)
127127

128128
### Citation
129129

130-
If this project helps in your research, please cite our software whitepaper:
130+
If this project helps in your research, please cite our software whitepaper published in Quantum:
131131

132-
[TensorCircuit: a Quantum Software Framework for the NISQ Era](https://arxiv.org/abs/2205.10091)
132+
[TensorCircuit: a Quantum Software Framework for the NISQ Era](https://quantum-journal.org/papers/q-2023-02-02-912/)
133133

134134
which is also a good introduction to the software.
135135

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ pip install tensorcircuit-nightly
123123

124124
### 引用
125125

126-
如果该软件对您的研究有帮助, 请引用我们的白皮书文章:
126+
如果该软件对您的研究有帮助, 请引用我们发表在 Quantum 期刊的白皮书文章:
127127

128-
[TensorCircuit: a Quantum Software Framework for the NISQ Era](https://arxiv.org/abs/2205.10091).
128+
[TensorCircuit: a Quantum Software Framework for the NISQ Era](https://quantum-journal.org/papers/q-2023-02-02-912/).
129129

130130
### 说明
131131

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We also thank `contributions <https://github.com/tencent-quantum-lab/tensorcircu
2525

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

28-
* Software Whitepaper: https://arxiv.org/abs/2205.10091
28+
* Software Whitepaper in Quantum: https://quantum-journal.org/papers/q-2023-02-02-912/
2929

3030
* Documentation: https://tensorcircuit.readthedocs.io
3131

0 commit comments

Comments
 (0)