ElectronicStructureDriver#
- class ElectronicStructureDriver[fuente]#
Bases:
BaseDriver
Base class for Qiskit Nature’s electronic structure drivers.
Methods
- abstract run()[fuente]#
Returns an
ElectronicStructureProblem
output as produced by the driver.- Tipo del valor devuelto:
- abstract to_problem(*, basis=ElectronicBasis.MO, include_dipole=True)[fuente]#
Extends the
to_qcschema()
method and translates theQCSchema
object to anElectronicStructureProblem
.- Parámetros:
basis (ElectronicBasis) – the
ElectronicBasis
in which to construct the problem.include_dipole (bool) – whether or not to include an
ElectronicDipoleMoment
property in the generated problem (if the data is available).
- Devuelve:
- Tipo del valor devuelto: