LatticeModelResult#
- class LatticeModelResult[source]#
Bases:
EigenstateResult
The lattice model result.
Attributes
- algorithm_result#
Returns raw algorithm result
- computed_lattice_energies#
Returns computed electronic part of ground state energy
- groundenergy#
Returns the lowest eigenvalue.
- groundstate#
Returns the lowest eigenstate.
Methods
- combine(result)#
Any property from the argument that exists in the receiver is updated. :param result: Argument result with properties to be set.
- রেইজেস:
TypeError -- Argument is None
- classmethod from_eigensolver_result(raw_result)#
Constructs an EigenstateResult from an
EigensolverResult
.- প্যারামিটার:
raw_result (EigensolverResult) -- the raw result from which to build the EigenstateResult.
- রিটার্নস:
The constructed EigenstateResult.
- রিটার্ন টাইপ:
- classmethod from_minimum_eigensolver_result(raw_result)#
Constructs an EigenstateResult from an
MinimumEigensolverResult
.- প্যারামিটার:
raw_result (MinimumEigensolverResult) -- the raw result from which to build the EigenstateResult.
- রিটার্নস:
The constructed EigenstateResult.
- রিটার্ন টাইপ:
- classmethod from_result(raw_result)#
Constructs an EigenstateResult from another result type.
- প্যারামিটার:
raw_result (EigenstateResult | EigensolverResult | MinimumEigensolverResult) -- the raw result from which to build the new one.
- রেইজেস:
TypeError -- when an unsupported result type is provided as input.
- রিটার্নস:
The constructed EigenstateResult.
- রিটার্ন টাইপ: