Added
- Gate modifiers:
inv
,pow
, andctrl
. - C++ linters GitHub Actions job (just running clang-format at the moment).
Changed
- Fix bug: empty lists are written out to JSON as
"[]"
instead of[]
. - Fix bug: CRk and CZ parameter types were interchanged in the instruction set.
- More descriptive and consistent (snake case) file names.
- Minor fixes and tweaks to documentation.