Interpretable#

class Interpretable(*args, **kwargs)[ソース]#

ベースクラス: 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)[ソース]#

Interprets an EigenstateResult in the object’s context.

パラメータ:

result (EigenstateResult) – the result to add meaning to.