We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c7a96 commit cac7497Copy full SHA for cac7497
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.10.0
6
+
7
### Added
8
9
- `c.measure_instruction(*qubits)` now supports multiple ints specified at the same time
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.9.1"
+__version__ = "0.10.0"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments