qiskit.chemistry.algorithms.MinimumEigensolverFactory¶
-
class
MinimumEigensolverFactory
[소스]¶ A factory to construct a minimum eigensolver based on a qubit operator transformation.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
get_solver
(transformation)Returns a minimum eigensolver, based on the qubit operator transformation.
Returns whether the eigensolver generated by this factory supports auxiliary operators.
-
abstract
get_solver
(transformation)[소스]¶ Returns a minimum eigensolver, based on the qubit operator transformation.
- 매개변수
transformation (
Transformation
) – The qubit operator transformation.- 반환 형식
MinimumEigensolver
- 반환값
A minimum eigensolver suitable to compute the ground state of the molecule transformed by
transformation
.
-