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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
### Added
6
6
7
+
- Finished quantum noise modeling and simulation development stage 1. Add more quantum channels and the differentiable transformation between different channel forms. Add readout error support for sample and sample_expectation_ps methods.
8
+
7
9
- Add new parameter shift gradient API that supports finite measurement shots and the corresponding example scripts
8
10
9
11
- Add openqasm format transformation method `c.to_openqasm()`
@@ -14,6 +16,8 @@
14
16
15
17
- Add native support for `u` gate when transforming from qiskit
16
18
19
+
- Add circuit `from_qsim_file` method to load Google random circuit structure
20
+
17
21
### Changed
18
22
19
23
- The inner mechanism for `sample_expectation_ps` is changed to sample representation from count representation for a fast speed
0 commit comments