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
The Property framework will be mostly finalized and properly integrated with the drivers by closing #264 (PR link TBD).
Due to time constraints, the HDF5 integration will not become part of Nature's upcoming 0.2.0 release. The most important reason that it will require some more planning, which should be done in this issue (to be updated later).
For the time being, the (soon to be) deprecated qiskit_nature.drivers.QMolecule object can be stored and loaded to/from HDF5 files and subsequently converted to the Property framework as follows:
What is the expected behavior?
The
Property
framework will be mostly finalized and properly integrated with the drivers by closing #264 (PR link TBD).Due to time constraints, the HDF5 integration will not become part of Nature's upcoming 0.2.0 release. The most important reason that it will require some more planning, which should be done in this issue (to be updated later).
For the time being, the (soon to be) deprecated
qiskit_nature.drivers.QMolecule
object can be stored and loaded to/from HDF5 files and subsequently converted to theProperty
framework as follows:The
HDF5Driver
from theqiskit_nature.drivers.second_quantization
module may be used for the exact same purpose as shown above.The text was updated successfully, but these errors were encountered: