Erik Davis
Erik Davis
On most systems, specific code can be executed at shared library load time (as per [DllMain](https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-entry-point-function) on Windows or `.init` for Linux/macOS). The use of this would free us from...
At present, this library is not usable by implementations where `declaration-information` is unavailable (e.g. ECL). However, some of the macros here might still be reasonable in those contexts. As an...
OpenQASM AST holds Python values of various types. In particular, numeric types are annotated as `int`, `float`, `bool` etc, but many users work with numpy or other analogues of these....
### What is the expected behavior? A `defcal` represents the implementation of a quantum operation (e.g. gate or measurement) in terms of a calibration grammar such as OpenPulse. It is...