Interpretable#
- class Interpretable(*args, **kwargs)[fuente]#
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)[fuente]#
Interprets an
EigenstateResultin the object’s context.- Parámetros:
result (EigenstateResult) – the result to add meaning to.