You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -78,21 +78,21 @@ print(g(theta))
78
78
79
79
## Install
80
80
81
-
The package is purely written in Python and can be obtained via pip as:
81
+
The package is written in pure Python and can be obtained via pip as:
82
82
83
83
```python
84
84
pip install tensorcircuit
85
85
```
86
86
87
-
And we recommend you install this package with tensorflow also installed as:
87
+
We recommend you install this package with tensorflow also installed as:
88
88
89
89
```python
90
90
pip install tensorcircuit[tensorflow]
91
91
```
92
92
93
93
Other optional dependencies include `[torch]`, `[jax]` and `[qiskit]`.
94
94
95
-
For nightly build of tensorcircuit with new features, try:
95
+
For the nightly build of tensorcircuit with new features, try:
96
96
97
97
```python
98
98
pip uninstall tensorcircuit
@@ -121,21 +121,21 @@ We also have [Docker support](/docker).
121
121
122
122
## Citing TensorCircuit
123
123
124
-
This project is released by [Tencent Quantum Lab](https://quantum.tencent.com/) and is currently maintained by [Shi-Xin Zhang](https://github.com/refraction-ray) with contributions from the lab and open source community.
124
+
This project is released by [Tencent Quantum Lab](https://quantum.tencent.com/) and is currently maintained by [Shi-Xin Zhang](https://github.com/refraction-ray) with contributions from the lab and the open source community.
125
125
126
126
If this project helps in your research, please cite our software whitepaper:
127
127
128
128
[TensorCircuit: a Quantum Software Framework for the NISQ Era](https://arxiv.org/abs/2205.10091)
129
129
130
-
which is also a good introduction for the software.
130
+
which is also a good introduction to the software.
131
131
132
132
## Contributing
133
133
134
134
For contribution guidelines and notes, see [CONTRIBUTING](/CONTRIBUTING.md).
135
135
136
136
We welcome [issues](https://github.com/tencent-quantum-lab/tensorcircuit/issues), [PRs](https://github.com/tencent-quantum-lab/tensorcircuit/pulls), and [discussions](https://github.com/tencent-quantum-lab/tensorcircuit/discussions) from everyone, and these are all hosted on GitHub.
0 commit comments