InitialPoint#

class InitialPoint[ソース]#

ベースクラス: 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.

例外:

NotImplementedError

problem#

The problem.

例外:

NotImplementedError

Methods

compute(ansatz=None, problem=None)[ソース]#

Compute the initial point array.

abstract to_numpy_array()[ソース]#

Returns a NumPy array of the computed initial point.

例外:

NotImplementedError

戻り値の型:

ndarray