Skip to content

Commit 009c506

Browse files
update readme cn
1 parent af5a7b8 commit 009c506

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ And we recommend you install this package with tensorflow also installed as:
9090
pip install tensorcircuit[tensorflow]
9191
```
9292

93+
Other optional dependencies include `[torch]`, `[jax]` and `[qiskit]`.
94+
9395
For nightly build of tensorcircuit with new features, try:
9496

9597
```python

README_cn.md

+19
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ print(g(theta))
8080
pip install tensorcircuit
8181
```
8282

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+
8398
我们也有 [Docker 支持](/docker)
8499

85100
## 优势
@@ -130,3 +145,7 @@ pip install tensorcircuit
130145

131146
VQEX 在 MBL 相位识别上的应用见 [教程](/docs/source/tutorials/vqex_mbl.ipynb)
132147
参考论文: https://arxiv.org/pdf/2111.13719.pdf
148+
149+
```
150+
151+
```

0 commit comments

Comments
 (0)