blueqat 0.4.5 - 2021-06-22
New features
- Add the following methods. These methods are equivalent with
Circuit.run()withreturns="..."arguments, but these are typed.Circuit.statevector() -> np.ndarrayCircuit.shots(n: int) -> CounterCircuit.oneshot() -> Tuple[np.ndarray, str]