Skip to content

v0.5.0

Compare
Choose a tag to compare
@kylegulshen kylegulshen released this 11 Jun 20:58
· 50 commits to master since this release
103281c

Improvements and Changes:

  • Moved bitstring prep/measure program creation helpers to utils (gh-118)
  • Added functoinality to plotting module: two ways to visualize a quantum state in the Pauli basis, plotting of a Pauli Transfer Matrix, plotting a real matrix using a Hinton diagram, the addition of the computational basis as a predefined basis object (gh-119)
  • Refactor iterative MLE to use ExperimentResults directly (gh-120)
  • Combined graph_state and bell_state modules into entangled_state module, added deprecation warnings for the old modules (gh-122)
  • Made Ipython Notebooks a part of testing (gh-123)
  • Resolve test warnings and doc string formatting issues (gh-124)
  • Breaking change. Bump version and delete graph_state and bell_state modules (gh-125)
  • Added the ability to check if the Kraus operators are valid (PR 128)