Portuguese, Brazilian
Idiomas
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.chemistry.drivers.HDF5Driver

class HDF5Driver(hdf5_input='molecule.hdf5')[código fonte]

Qiskit chemistry driver reading an HDF5 file.

The HDF5 file is as saved from a QMolecule instance.

Parâmetros

hdf5_input (str) – Path to HDF5 file

__init__(hdf5_input='molecule.hdf5')[código fonte]
Parâmetros

hdf5_input (str) – Path to HDF5 file

Methods

__init__([hdf5_input])

type hdf5_input

str

run()

Runs driver to produce a QMolecule output.

Attributes

basis

return basis

hf_method

return Hartree-Fock method

molecule

return molecule

supports_molecule

True for derived classes that support Molecule.

work_path

Returns work path.

property basis

return basis

Tipo de retorno

str

property hf_method

return Hartree-Fock method

Tipo de retorno

str

property molecule

return molecule

Tipo de retorno

Optional[Molecule]

run()[código fonte]

Runs driver to produce a QMolecule output.

Tipo de retorno

QMolecule

Retorna

A QMolecule containing the molecular data.

Levanta

LookupError – file not found.

property supports_molecule

True for derived classes that support Molecule.

Tipo de retorno

bool

Retorna

True if Molecule is supported.

property work_path

Returns work path.