VSCFInitialPoint#
- class VSCFInitialPoint[source]#
Bases:
InitialPointCompute the vibrational self-consistent field (VSCF) initial point.
A class that provides an all-zero initial point for the
VQEparameter values.If used in concert with the
VSCFinitial state (which will be prepended to theUVCCcircuit) the all-zero initial point will correspond to the VSCF initial point.Attributes
- ansatz#
The UVCC ansatz.
The
excitation_listandrepsused by theUVCCansatz is obtained to ensure that the shape of the initial point is appropriate.
- problem#
The problem.
The problem is not required to compute the VSCF initial point.
Methods
- compute(ansatz=None, problem=None)[source]#
Compute the initial point parameter for each excitation.
See class documentation for more information.
- প্যারামিটার:
problem (BaseProblem | None) -- The
problem.
- রেইজেস:
QiskitNatureError -- If
ansatzis not set.