Release Notes#

cuStabilizer v0.3.0#

Known Issues#

  • cupy is now required to import cuquantum.stabilizer. In v0.2.0, the module could be used with numpy-only workflows. This will be addressed in a future release.

  • DEM sampling classes (DEMSampler, BitMatrixSparseSampler) accept only numpy and cupy arrays. torch.Tensor is not supported.

cuStabilizer v0.2.0#

  • Added shot masking instructions MASK_SET/MASK_XOR (aliases: SHOT_MASK_SET/SHOT_MASK_XOR) to enable or disable ranges of shots for subsequent circuit instructions. See Shot mask instructions for usage examples.

cuStabilizer v0.1.0#

  • The initial release of cuStabilizer. Supported features: Circuit conversion and Pauli frame simulation.