HDF5Driver¶
-
class
HDF5Driver
(hdf5_input='molecule.hdf5')[source]¶ Bases:
qiskit.chemistry.drivers.fermionic_driver.FermionicDriver
Qiskit chemistry driver reading an HDF5 file.
The HDF5 file is as saved from a
QMolecule
instance.- Parameters
hdf5_input (
str
) – Path to HDF5 file
Methods
Runs driver to produce a QMolecule output.
Attributes
-
basis
¶ return basis
- Return type
str
-
hf_method
¶ return Hartree-Fock method
- Return type
str
-
molecule
¶ return molecule
- Return type
Optional
[Molecule
]
-
supports_molecule
¶ True for derived classes that support Molecule.
- Return type
bool
- Returns
True if Molecule is supported.
-
work_path
¶ Returns work path.