File tree 4 files changed +58
-5
lines changed 4 files changed +58
-5
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ This project is released by [Tencent Quantum Lab](https://quantum.tencent.com/)
127
127
128
128
### Citation
129
129
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 :
131
131
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/ )
133
133
134
134
which is also a good introduction to the software.
135
135
Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ pip install tensorcircuit-nightly
123
123
124
124
### 引用
125
125
126
- 如果该软件对您的研究有帮助, 请引用我们的白皮书文章 :
126
+ 如果该软件对您的研究有帮助, 请引用我们发表在 Quantum 期刊的白皮书文章 :
127
127
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/ ) .
129
129
130
130
### 说明
131
131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ We also thank `contributions <https://github.com/tencent-quantum-lab/tensorcircu
25
25
26
26
* Source code: https://github.com/tencent-quantum-lab/tensorcircuit
27
27
28
- * Software Whitepaper: https://arxiv .org/abs/2205.10091
28
+ * Software Whitepaper in Quantum : https://quantum-journal .org/papers/q-2023-02-02-912/
29
29
30
30
* Documentation: https://tensorcircuit.readthedocs.io
31
31
You can’t perform that action at this time.
0 commit comments