instruction param position out of range
when truncation is processed
#1427
Labels
bug
Something isn't working
Informations
What is the current behavior?
The current parameterized qobj is not processed correctly when truncation is enabled.
Once truncation is processed, indices of parameters must be changed to skip truncated instructions.
However, the current implementation uses specified indices and then throw exception
Invalid parameterized qobj: instruction param position out of range
.Steps to reproduce the problem
What is the expected behavior?
No runtime exception when the above script runs.
Suggested solutions
Resolve parameters after truncation or resolve parameters with consideration of truncation results.
The text was updated successfully, but these errors were encountered: