0.1.2
Bug Fixes
-
When
shots=1, thePOVMPostProcessor.get_expectation_value()would fail with aZeroDivisionError. This case is now handled gracefully by returningfloat("NaN")for the standard deviation. -
Fixes a bug in the
ProductFrame.analysis()method occurring forMultiQubitFrameinstances withnum_qubits>2. This bug affected the outcome of other methods such asBasePOVM.get_prob()andBaseDual.get_omegas().