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
- Initial release of sdim
- Added MEASURE_RESET gate.
- Move
sdim
module to parent level - Update
README.md
to include PyPI information and example circuit.
- Remove
/src/
folder
1.1.0 - 2024-09-19
- Allow
Program.simulate()
to take argumentshots
- Modified return of
Program.simulate()
to be multidimensional list whenshots>1
- Update
print_measurements()
to supportshots==1
andshots>1
- Rename
composite.md
toCOMPOSITE.md