Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump develop to v0.4.3 #381

Merged
merged 10 commits into from
May 21, 2024
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This file documents the main changes between versions of the code.

## [0.4.3] - 2024-05-21

### Added

- DMET: HF and MP2 solvers
- DMET: fragment active space can be specified by usrs as a callable function (see DMET notebook)

### Changed

- Copyrights (SandboxAQ 2024)
- Call to qiskit state vector simulator and IBM Q hardware experiment submissions (compatibility with Qiskit v1.0)


### Deprecated / Removed


## [0.4.2] - 2023-12-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion tangelo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

""" Define version number here. It is read in setup.py, and bumped automatically
when using the new release Github action. """
__version__ = "0.4.2"
__version__ = "0.4.3"
Loading