Skip to content

Commit 6946cab

Browse files
Merge branch 'develop' into main
2 parents 44fe1d0 + 239afa8 commit 6946cab

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,32 @@ This file documents the main changes between versions of the code.
5252

5353

5454

55+
## [0.4.1] - 2023-10-18
56+
57+
### Added
58+
59+
- QM/MM problem decomposition
60+
- QPE framework
61+
- Truncated taylor series function returning qubits
62+
- simplify method on Circuit
63+
64+
### Changed
65+
66+
- Automated testing currently covering python 3.8, 3.9, 3.10, 3.11 (#333)
67+
- Installation: pyscf removed from requirements
68+
- Performance improvement: combinatorial mapping
69+
- Feature: ILC iteration now implements exact expansion / parameters
70+
- Feature: VQE-like algorithms verbose mode now prints and tracks energies, for users interested in the convergence of the algorithm.
71+
- Bugfix: Combinatorial mapping now handles spin != 0 (#330)
72+
- Bugfix: get_expectation_value takes into account n_shots for all backends supporting the option.
73+
- Bugfix: Fix corner case of FCI and CCSD solvers calculations (mo coefficients were occasionally recomputed differently).
74+
- Bugfix: Updates in IBMConnection to keep up with changes in qiskit-runtime.
75+
76+
77+
### Deprecatedv / Removed
78+
79+
80+
5581
## [0.4.0] - 2023-06-29
5682

5783
### Added

0 commit comments

Comments
 (0)