File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ And we recommend you install this package with tensorflow also installed as:
90
90
pip install tensorcircuit[tensorflow]
91
91
```
92
92
93
+ Other optional dependencies include ` [torch] ` , ` [jax] ` and ` [qiskit] ` .
94
+
93
95
For nightly build of tensorcircuit with new features, try:
94
96
95
97
``` python
Original file line number Diff line number Diff line change @@ -80,6 +80,21 @@ print(g(theta))
80
80
pip install tensorcircuit
81
81
```
82
82
83
+ 我们推荐安装时同时安装 TensorFlow,这可以通过以下安装可选项实现:
84
+
85
+ ``` python
86
+ pip install tensorcircuit[tensorflow]
87
+ ```
88
+
89
+ 其他安装选项包括: ` [torch] ` , ` [jax] ` and ` [qiskit] ` 。
90
+
91
+ 此外我们有每日发布的最新版本 pip package,可以尝鲜开发的最新功能,请通过以下方式安装:
92
+
93
+ ``` python
94
+ pip uninstall tensorcircuit
95
+ pip install tensorcircuit- nightly
96
+ ```
97
+
83
98
我们也有 [ Docker 支持] ( /docker ) 。
84
99
85
100
## 优势
@@ -130,3 +145,7 @@ pip install tensorcircuit
130
145
131
146
VQEX 在 MBL 相位识别上的应用见 [ 教程] ( /docs/source/tutorials/vqex_mbl.ipynb ) 。
132
147
参考论文: https://arxiv.org/pdf/2111.13719.pdf 。
148
+
149
+ ```
150
+
151
+ ```
You can’t perform that action at this time.
0 commit comments