Releases: splch/qubit-simulator
Releases · splch/qubit-simulator
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
improves the circuit display and adds inverse gate functionality
What's Changed
- add test for negative num of qubits by @splch in #22
- Non unitary measurement error by @splch in #23
- Inverse argument + better circuit output by @splch in #24
- updates readme to show u + format by @splch in #25
- Better circuit output by @splch in #26
- v0.0.4 by @splch in #27
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Adds input validation for impossible actions
What's Changed
- use standard pip install by @splch in #15
- Add validation and better ci/cd + testing by @splch in #16
- only use pytest in action by @splch in #17
- remove control == target & reorder tests by @splch in #18
- fix description + simplify logic by @splch in #20
- updates versions (0.0.3) by @splch in #21
Full Changelog: v0.0.2...v0.0.3
stable release
minor code improvements + better tests. the idea is to not enforce any validation, just ensure operations run as expected in numpy.
What's Changed
- Standardize library to pip8 by @splch in #11
- show turing complete by @splch in #12
- Delete .coverage by @splch in #13
- update readme and add gate test by @splch in #14
Full Changelog: v0.0.1...v0.0.2
Initial release
provides a simple qubit simulator library
What's Changed
- deploy to pip on publish by @splch in #1
- move tests to directory by @splch in #2
- Fix apply gate + more tests by @splch in #3
- Adds U + CU gates by @splch in #4
- fix qft test by @splch in #5
- update for methods by @splch in #6
- Adds circuit printing by @splch in #7
- can measure in any basis by @splch in #8
- Update readme for basis by @splch in #9
- read markdown into description by @splch in #10
New Contributors
Full Changelog: https://github.com/splch/qubit_simulator/commits/v0.0.1