Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Nov 18, 2019
1 parent 1a4465e commit bc90822
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
and provided implementation of this operation in the Gaussian backend.
[#152](https://github.com/XanaduAI/strawberryfields/pull/152)

* Added new integration tests for the Gaussian gates that are not primitive,
i.e., P, CX, CZ, and S2.
[#173](https://github.com/XanaduAI/strawberryfields/pull/173)
* Programs can now have free parameters/arguments which are only bound to
numerical values when the Program is executed, by supplying the actual
argument values to the `Engine.run` method.
[#163](https://github.com/XanaduAI/strawberryfields/pull/163)

### API Changes

Expand Down Expand Up @@ -60,6 +61,14 @@
be passed the program registers, as compilation may sometimes require this.
[#127](https://github.com/XanaduAI/strawberryfields/pull/127)

* Parameter class is replaced by `MeasuredParameter` and `FreeParameter`, both inheriting from
`sympy.Symbol`. Fixed numeric parameters are handled by the built-in Python numeric
classes and numpy arrays.
[#163](https://github.com/XanaduAI/strawberryfields/pull/163)

* `Parameter`, `RegRefTransform` and `convert` are removed.
[#163](https://github.com/XanaduAI/strawberryfields/pull/163)

### Improvements

* Photon-counting measurements can now be done in the Gaussian backend for states with nonzero displacement.
Expand All @@ -68,6 +77,10 @@
* Added a new test for the cubic phase gate
[#160](https://github.com/XanaduAI/strawberryfields/pull/160)

* Added new integration tests for the Gaussian gates that are not primitive,
i.e., P, CX, CZ, and S2.
[#173](https://github.com/XanaduAI/strawberryfields/pull/173)

### Bug fixes

* Fixed bug in `strawberryfields.decompositions.rectangular_symmetric` so its
Expand Down

0 comments on commit bc90822

Please sign in to comment.