Skip to content

Releases: delapuente/qasmsim

v1.1.0

25 May 18:37
Compare
Choose a tag to compare

This version makes qasmsim dual license: APACHE and MIT as recommended in the Rust API guidelines.

Features

  • RuntimeError and SemanticError now implements error-related traits std::error::Error and std::fmt::Display.

v1.0.0

25 May 18:35
Compare
Choose a tag to compare

Most of the features of OPENQASM are implemented. Main features missing are including arbitrary files with the include directive and using the comment closest to a function as its documentation.

The grammar module is unstable and can introduce backwards-compatibility breaking-changes from release to release. Use at your own risk.