Closed
Description
I try to find resources for the circuit that I generate using Qiskit. Here I use qasm file as an input. circuit is
. In this circuit, the number of T-gates and Tdg-gates is 30 and 26, respectively. But in the Azure output, I saw the number T state is 78, and the number T gates in the input algorithm is 0. The count 78 is coming from rotation gates with an arbitrary angle. How are the results like this? I am expecting results number of T states to be 30+26.