Skip to content

Commit

Permalink
Add reno
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Feb 14, 2022
1 parent 2c84e9a commit 6c7dcfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions releasenotes/notes/hdf5-driver-bafbbd8e70ee15a6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
features:
- |
The HDF5Driver has been refactored to leverage the new HDF5-integration
protocol of Qiskit Nature. The driver still supports loading legacy
QMolecule HDF5 files and also provides a conversion utility:
.. code-block:: python
driver = HDF5Driver("path_to_qmolecule.hdf5")
driver.convert(replace=True)

0 comments on commit 6c7dcfd

Please sign in to comment.