qiskit.chemistry.drivers.HDF5Driver¶
-
class
HDF5Driver
(hdf5_input='molecule.hdf5')[Quellcode]¶ Qiskit chemistry driver reading an HDF5 file.
The HDF5 file is as saved from a
QMolecule
instance.- Parameter
hdf5_input (
str
) – Path to HDF5 file
-
__init__
(hdf5_input='molecule.hdf5')[Quellcode]¶ - Parameter
hdf5_input (
str
) – Path to HDF5 file
Methods
__init__
([hdf5_input])- type hdf5_input
str
run
()Runs driver to produce a QMolecule output.
Attributes
return basis
return Hartree-Fock method
return molecule
True for derived classes that support Molecule.
Returns work path.
-
property
basis
¶ return basis
- Rückgabetyp
str
-
property
hf_method
¶ return Hartree-Fock method
- Rückgabetyp
str
-
property
molecule
¶ return molecule
- Rückgabetyp
Optional
[Molecule
]
-
run
()[Quellcode]¶ Runs driver to produce a QMolecule output.
- Rückgabetyp
QMolecule
- Rückgabe
A QMolecule containing the molecular data.
- Verursacht
LookupError – file not found.
-
property
supports_molecule
¶ True for derived classes that support Molecule.
- Rückgabetyp
bool
- Rückgabe
True if Molecule is supported.
-
property
work_path
¶ Returns work path.