Interpretable#
- class Interpretable(*args, **kwargs)[source]#
Bases:
Protocol
A protocol determining whether or not an object is interpretable.
An object is considered interpretable if it implements an interpret method.
Methods
- interpret(result)[source]#
Interprets an
EigenstateResult
in the object’s context.- Parameters:
result (qiskit_nature.second_q.problems.EigenstateResult) – the result to add meaning to.