qcschema_to_problem#
- qcschema_to_problem(qcschema, *, basis=ElectronicBasis.MO, include_dipole=True)[source]#
Builds out an
ElectronicStructureProblem
from aQCSchema
instance.This method centralizes the construction of an
ElectronicStructureProblem
from aQCSchema
.- প্যারামিটার:
qcschema (QCSchema) -- the
QCSchema
object from which to build the problem.basis (ElectronicBasis) -- the
ElectronicBasis
of the generated problem.include_dipole (bool) -- whether or not to include an
ElectronicDipoleMoment
property 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
ElectronicBasis
is requested.
- রিটার্নস:
An
ElectronicStructureProblem
instance.- রিটার্ন টাইপ: