Interpretable¶
- class Interpretable(*args, **kwargs)[source]¶
Bases:
ProtocolA 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
EigenstateResultin the object’s context.- Parameters:
result (EigenstateResult) – the result to add meaning to.