Releases: QuTech-Delft/libqasm
Releases · QuTech-Delft/libqasm
Release 1.0.0
Release 0.6.9
Added
SWAP
unitary instruction.init
,barrier
, andwait
non-unitary instructions.
Changed
Removed
reset
without qubit operands form.
Release 0.6.8
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.
Removed
Release 0.6.7
Added
pyproject.toml
.- GitHub pages.
Changed
- Fix building of tests in Conan profiles and
setup.py
. - Fix Python MacOS/x64 (with Python > 3.11) packages.
- Fix deserialization of CBOR strings.
Removed
- Python 3.8 packages generation.
Release 0.6.6
Added
- Allow multiple qubit/bit (register) definitions and mid-circuit measurements.
- Python MacOS/arm64 jobs.
python/test_libqasm.py
to test Python jobs.
Changed
- Fix Python MacOS/arm64 packages.
- Fix
scripts/generate_antlr_parser.py
. - MacOS/x64 jobs now run in macos-13, and MacOS/arm64 jobs in macos-14, both GitHub runners.
- Python module name from
libQasm
tolibqasm
.
Removed
python/module/libQasm
folder.
Release 0.6.5
Added
Changed
- Updated emscripten compilation flags.
- Changed GitHub Actions
js-emscripten-wasm
job to work withdeno
instead ofnode
.
Removed
Release 0.6.4
Added
Changed
- Fixed CMake install.
generate_antlr_parser.py
writes output include files in a giveninclude
folder.
Removed
Release 0.6.3
Added
cpp-linux-x64-release-shared
test job.
Changed
- Allow multiple
measure
instructions at the end of a program.
Removed
Release 0.6.2
Added
.clang-format
.emscripten-wasm
assets job.
Changed
- Fix shared library build.
Removed
TREEN_GEN_BUILD_TESTS
option.
Release 0.6.1
Added
Changed
- Fix Python interface.
- Update GitHub Actions versions.
Removed
m4
dependency.