qcschema_to_problem#
- qcschema_to_problem(qcschema, *, basis=ElectronicBasis.MO, include_dipole=True)[ソース]#
Builds out an
ElectronicStructureProblemfrom aQCSchemainstance.This method centralizes the construction of an
ElectronicStructureProblemfrom aQCSchema.- パラメータ:
qcschema (QCSchema) – the
QCSchemaobject from which to build the problem.basis (ElectronicBasis) – the
ElectronicBasisof the generated problem.include_dipole (bool) – whether or not to include an
ElectronicDipoleMomentproperty in the generated problem (if the data is available).
- 例外:
QiskitNatureError – if either of the required 1- or 2-body electronic integrals are missing.
NotImplementedError – if an unsupported
ElectronicBasisis requested.
- 戻り値:
An
ElectronicStructureProbleminstance.- 戻り値の型: