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.- প্যারামিটার:
result (EigenstateResult) -- the result to add meaning to.