Skip to content

Releases: QSAR-UBC/ionizer

Ionizer v0.3

24 Aug 21:51
d862117
Compare
Choose a tag to compare

Mostly improvements to development processes, with a few feature upgrades.

New features and upgrades:

  • Equivalence checking can now be performed in the background on all transforms
  • Ionizer is upgraded to work with PennyLane 0.37 and Python 3.12

Improvements to development processes:

  • set up pre-commit hooks and CI pipeline to format and lint code, and run tests
  • switched dependency management to Poetry
  • documentation now renders on readthedocs
  • library is installable via pip

Ionizer v0.2

01 Nov 15:01
065735f
Compare
Choose a tag to compare

This release updates the Ionizer transforms to use the new transform machinery in PennyLane v0.33 (which is now the minimum supported version of the package).

It also improves test coverage of some utility functions.

Initial release

11 Apr 18:51
Compare
Choose a tag to compare

v0.1 contains the operations, a basic set of transpilation routines, and single-qubit gate optimization.