openqasm/source/grammar/tests/reference
Jake Lishman 6960fa1959
Correct integer division in `pow` modifiers (#529)
* Correct integer division in `pow` modifiers

These would have been evaluted to the integer `0` instead of the
intended floating-point value `0.5`.

* Switch example `stdgates.inc` to use 0.5
2024-04-30 17:33:40 +01:00
..
assignment add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00
control_flow Add implementation of `switch` to ANTLR and reference AST 2023-11-16 16:12:08 +00:00
declaration Allow tabs before im in imaginary literals. 2023-11-21 13:05:03 +01:00
directives add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00
expression add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00
gate Correct integer division in `pow` modifiers (#529) 2024-04-30 17:33:40 +01:00
pulse add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00
scope update tests 2023-11-07 11:32:53 -08:00
subroutine add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00
header.yaml add grammar & parser support for anonymous scope blocks 2023-11-07 10:52:30 -08:00