Skip to content

Releases: amazon-braket/amazon-braket-default-simulator-python

v0.2.1

16 Jun 00:26
844afc9
Compare
Choose a tag to compare

Features

  • Add supportedIrType to simulator properties

Bug Fixes

  • Raise exception for requested states of the amplitude result type if they are invalid

v0.2.0

05 Jun 22:57
4a16166
Compare
Choose a tag to compare

Features

  • Ability to support the following requested result types:
    • State vector
    • Amplitude
    • Probability
    • Expectation
    • Variance
    • Sample
  • Added device properties to DefaultSimulator
  • Added to this package BraketSimulator as the abstract Braket simulator class
  • Ability to check version in Python

Breaking Changes

  • Corrected Ising coupling gates using reference https://arxiv.org/abs/1707.06356.
  • As part of new result types feature, StateVector is only returned when requested as a result type and shots=0

Documentation Changes

  • API documentation for new result types feature
  • README changes for checking version

v0.1.2

05 May 19:38
Compare
Choose a tag to compare

New Features

  • Added support for additional unitary gates.

Documentation Changes

  • Modified setup instructions to reference the SDK README.

v0.1.1

03 Apr 22:09
8942623
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New Features

  • Initial simulator implementation with support for run() executions.