ElectronicStructureDriver#
- class ElectronicStructureDriver[source]#
Bases:
BaseDriver
Base class for Qiskit Nature's electronic structure drivers.
Methods
- abstract run()[source]#
Returns an
ElectronicStructureProblem
output as produced by the driver.- রিটার্ন টাইপ:
- abstract to_problem(*, basis=ElectronicBasis.MO, include_dipole=True)[source]#
Extends the
to_qcschema()
method and translates theQCSchema
object to anElectronicStructureProblem
.- প্যারামিটার:
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).
- রিটার্নস:
- রিটার্ন টাইপ: