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
+4-2
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,15 @@
18
18
19
19
- Add `tc.channels.composedkraus` to compose the different Kraus operators as a new one
20
20
21
+
- Add direct support for noise model via `sample_expectation_ps` and `expectation` methods, both Monte Carlo trajectory and density matrix evolution approaches are supported
22
+
21
23
### Changed
22
24
23
-
- Improve the efficiency of `sample_expectation_ps` method by using cached state.
25
+
- Improve the efficiency of `sample_expectation_ps` method by using cached state
24
26
25
27
### Fixed
26
28
27
-
- Fixed `unitary_kraus` of Circuit class support for multi-qubit kraus channels, previous implementation fails to reshape the kraus tensor as matrix
29
+
- Fixed `unitary_kraus` of Circuit class support for multi-qubit kraus channels, previous implementation fails to reshape the multi-qubit kraus tensor as matrix
28
30
29
31
- Fixed `kraus_to_super_gate` bug when multi-qubit kraus channels are presented on tensorflow backend
0 commit comments