Skip to content

Release 0.2.10

Compare
Choose a tag to compare
@shinich1 shinich1 released this 03 Jan 15:23
· 70 commits to master since this release

Added

  • Added rustworkx as a backend for the graph state simulator
    • Only networkx backend was available for pattern optimization.
      By setting the use_rustworkx option to True while using Pattern.perform_pauli_measurements(),
      graphix will run pattern optimization using rustworkx (#98)
  • Added .ccx and .swap methods to graphix.Circuit.

Fixed

  • Fixed gflow-based graph visualization (#107)