Skip to content

Commit 3c887d2

Browse files
version0.1.0
1 parent 6e55742 commit 3c887d2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.0
6+
57
### Added
68

79
- `DMCircuit` also supports array instead of gate as the operator

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ TensorCircuit is built on top of modern machine learning frameworks and is machi
3131

3232
## Getting Started
3333

34-
Please begin with [Quick Start](/docs/source/quickstart.rst) and [Jupyter Tutorials](/docs/source/tutorials).
34+
Please begin with [Quick Start](/docs/source/quickstart.rst).
3535

36-
For more information and introductions, please refer to helpful [example scripts](/examples) and [full documentation](/docs/source). API docstrings and test cases in [tests](/tests) are also informative.
36+
For more information and introductions, please refer to helpful [example scripts](/examples) and [full documentation](https://tensorcircuit.readthedocs.io/). API docstrings and test cases in [tests](/tests) are also informative.
3737

3838
The following are some minimal demos.
3939

tensorcircuit/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
__version__ = "0.0.220509"
1+
__version__ = "0.1.0"
22
__author__ = "TensorCircuit Authors"
3+
__creator__ = "refraction-ray"
34

45
from .cons import (
56
set_backend,

0 commit comments

Comments
 (0)