ElectronicStructureDriver#
- class ElectronicStructureDriver[ソース]#
ベースクラス:
BaseDriverBase class for Qiskit Nature’s electronic structure drivers.
Methods
- abstract run()[ソース]#
Returns an
ElectronicStructureProblemoutput as produced by the driver.- 戻り値の型:
- abstract to_problem(*, basis=ElectronicBasis.MO, include_dipole=True)[ソース]#
Extends the
to_qcschema()method and translates theQCSchemaobject to anElectronicStructureProblem.- パラメータ:
basis (ElectronicBasis) – the
ElectronicBasisin which to construct the problem.include_dipole (bool) – whether or not to include an
ElectronicDipoleMomentproperty in the generated problem (if the data is available).
- 戻り値:
- 戻り値の型: