An Azure service that provides quantum computing and optimization solutions.
Hello Akita !
Thank you for posting on MS Learn Q&A.
Repeated Azure Quantum resource rstimator runs should generally be stable when the exact same logical input, target params, estimator version and selected output point are used.
However, small differences can happen if there is any nondeterminism in the compilation or transpilation step before QRE especially when QASM is imported through Qiskit routing or optimization or if different Pareto frontier points are being compared.
QRE itself is a resource estimation tool not a quantum sampling backend.
To isolate the cause, compare the pre layout logical resource counts, pin QDK/Qiskit versions, fix seed_transpiler and if Qiskit is involved and confirm that the same target parameters and estimate point are used.