English
Languages
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.circuit.classicalfunction.ClassicalFunctionCompilerTypeError

exception ClassicalFunctionCompilerTypeError(*message)[source]

ClassicalFunction compiler type error. The classicalfunction function fails at type checking time.

Set the error message.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.