push
github
Fix parsing of huge OpenQASM 2 conditionals (#12774) (#12854) * Fix parsing of huge OpenQASM 2 conditionals We fixed handling of giant integers in gate expression positions gh-12140, and this commit fixes the handling in conditionals. Unfortunately, this means pulling in big-int handling properly; the integers simply _are_ bigints, and we're not immediately converting them into something else. The need to support this may influence how the Rust-space data models of `QuantumCircuit` evolve. * Move `num-bigint` dependency to workspace (cherry picked from commit 85f98605a) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
12 of 13 new or added lines in 2 files covered. (92.31%)
6 existing lines in 1 file now uncovered.66356 of 73751 relevant lines covered (89.97%)
229591.17 hits per line