On exposing intermediate measurement from kernel builder #3102
-
Hello, If I build a kernel like :
Then But If I use kernel builder like :
Here |
Beta Was this translation helpful? Give feedback.
Answered by
efratshabtai
Jul 28, 2025
Replies: 1 comment
-
Hi @LennyDZ, no, there is no better way to do that in builder mode. In builder mode, the compiler doesn't reason about Python code, you need to explicitly specify a name. We recommend using the kernel mode above. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LennyDZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @LennyDZ, no, there is no better way to do that in builder mode. In builder mode, the compiler doesn't reason about Python code, you need to explicitly specify a name. We recommend using the kernel mode above.