Skip to content

Releases: splch/qubit-simulator

v0.0.8

15 Oct 07:55
b1ad174
Compare
Choose a tag to compare

What's Changed

  • Add wavefunction plotting and ideal measurements by @splch in #39

Full Changelog: v0.0.7...v0.0.8

v0.0.7

22 Aug 00:25
8853fd8
Compare
Choose a tag to compare

adds reset method and improves getsize

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

18 Aug 07:41
90b8ec7
Compare
Choose a tag to compare

adds accurate sizeof method
fixes qft test

pip install via:

pip install qubit-simulator # or
pip install qubit_simulator-0.0.6-py3-none-any.whl

v0.0.5

16 Aug 01:28
3eb50dd
Compare
Choose a tag to compare

adds gate and shot validation

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

15 Aug 08:47
a6fd99b
Compare
Choose a tag to compare

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

14 Aug 10:53
c98347f
Compare
Choose a tag to compare

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

13 Aug 11:18
7bf6564
Compare
Choose a tag to compare

minor code improvements + better tests. the idea is to not enforce any validation, just ensure operations run as expected in numpy.

What's Changed

Full Changelog: v0.0.1...v0.0.2

Initial release

12 Aug 01:29
2381775
Compare
Choose a tag to compare

provides a simple qubit simulator library

What's Changed

New Contributors

  • @splch made their first contribution in #1

Full Changelog: https://github.com/splch/qubit_simulator/commits/v0.0.1