Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 922 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-09-19

Added

  • Initial release of sdim
  • Added MEASURE_RESET gate.

Changed

  • Move sdim module to parent level
  • Update README.md to include PyPI information and example circuit.

Removed

  • Remove /src/ folder

1.1.0 - 2024-09-19

Added

  • Allow Program.simulate() to take argument shots
  • Modified return of Program.simulate() to be multidimensional list when shots>1

Changed

  • Update print_measurements() to support shots==1 and shots>1
  • Rename composite.md to COMPOSITE.md