InitialPoint#

class InitialPoint[fuente]#

Bases: ABC

The initial point interface.

The interface for utility classes that provide an initial point for the VQE parameters for a particular EvolvedOperatorAnsatz.

Attributes

ansatz#

The evolved operator ansatz.

Muestra:

NotImplementedError

problem#

The problem.

Muestra:

NotImplementedError

Methods

compute(ansatz=None, problem=None)[fuente]#

Compute the initial point array.

abstract to_numpy_array()[fuente]#

Returns a NumPy array of the computed initial point.

Muestra:

NotImplementedError

Tipo del valor devuelto:

ndarray