Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@edyounis edyounis released this 13 Sep 18:51
· 42 commits to main since this release
5fadf75

Notable Changes

Improved BQSKit Runtime

The BQSKit Runtime has been improved for greater robustness, ease of use, and new features. Object and path imports are now managed between the system, allowing users to write one file with custom gate and pass definitions and compilations. Previously, definitions had to be separated.

For more info see #237.

Initial Distributed Quantum Support

You can now describe remote edges in the CouplingGraph object to accommodate distributed quantum computing (DQC) machine models. It allows custom edge weights on the graph to signify remote connections. Additionally, several DQC utility functions are provided for the CouplingGraph.

Mid-Circuit Measurement and Reset Support

Support for mid-circuit measurements and reset operations have been added to BQSKit. QASM files containing these operations can now be read and written. Partitioning workflows will intelligently work around these non-unitary operations.

Autogenerated: What's Changed

New Contributors

Full Changelog: 1.1.2...1.2.0