Skip to content

blueqat 0.4.5 - 2021-06-22

Choose a tag to compare

@gyu-don gyu-don released this 22 Jun 06:46
· 155 commits to master since this release

New features

  • Add the following methods. These methods are equivalent with Circuit.run() with returns="..." arguments, but these are typed.
    • Circuit.statevector() -> np.ndarray
    • Circuit.shots(n: int) -> Counter
    • Circuit.oneshot() -> Tuple[np.ndarray, str]