Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quilc / qvm parent Docker images to v1.15.1 #1128

Merged
merged 4 commits into from
Dec 20, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump quilc / qvm parent Docker images to v1.15.1
  • Loading branch information
karalekas committed Dec 20, 2019
commit 747d633184500ad37e0291e779581a3f1c9ee2a2
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,26 @@ Changelog
by requesting an `Engagement` from Forest Dispatch, which includes the keys
necessary for encryption along with the endpoints to use. This workflow is
managed by the new `ForestSession` class, and in the general case is
transparent to the user. (@kalzoo, gh-1123)
transparent to the user (@kalzoo, gh-1123).

### Improvements and Changes

- Broadened the scope of `flake8` compliance to the include the `examples` and
`docs` directories, and thus the whole repository (@tommy-moffat, gh-1113).
- LaTeX circuit output now ignores `RESET` instructions by default, rendering
instead the (equivalent) program with `RESET` omitted (@kilimanjaro, gh-1118)
- Add unit test for validating Trotterization order (@jmbr, gh-1120).
- Update authentication mechanism to Forest server. Preferentially use
credentials found at `~/.qcs/user_auth_credentials` and fallback to
`~/.qcs/qmi_auth_credentials`. (@erichulburd, gh-1123)
- The log level can now be controlled with the `LOG_LEVEL` environment variable.
Set to `LOG_LEVEL=DEBUG` to help diagnose problems. (@kalzoo, gh-1123)
- Certain errors will no longer print their entire stack trace outside of `DEBUG`
mode, for a cleaner console and better user experience. This is only true for
errors where the cause is well known. (@kalzoo, gh-1123)
- Broadened the scope of `flake8` compliance to the include the `examples` and
`docs` directories, and thus the whole repository (@tommy-moffat, gh-1113).
- `DEFGATE ... AS PAULI-SUM` is now supported (@ecpeterson, gh-1125).
- Connection to the QPU compiler supports both ZeroMQ and HTTP(S) (@kalzoo, gh-1127).
- Add unit test for validating Trotterization order (@jmbr, gh-1120).
- Updated the authentication mechanism to Forest server. Preferentially use
credentials found at `~/.qcs/user_auth_credentials` and fall back to
`~/.qcs/qmi_auth_credentials` (@erichulburd, gh-1123).
- The log level can now be controlled with the `LOG_LEVEL` environment variable,
set to `LOG_LEVEL=DEBUG` to help diagnose problems. In addition, certain errors
will no longer print their entire stack trace outside of `DEBUG` mode, for a
cleaner console and better user experience. This is only true for errors where
the cause is well known. (@kalzoo, gh-1123)
- Connection to the QPU compiler now supports both ZeroMQ and HTTP(S)
(@kalzoo, gh-1127).

### Bugfixes

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# specify the dependency versions (can be overriden with --build-arg)
ARG quilc_version=1.13.0
ARG qvm_version=1.13.1
# specify the dependency versions (can be overriden with --build_arg)
ARG quilc_version=1.15.1
ARG qvm_version=1.15.1
ARG python_version=3.6

# use multi-stage builds to independently pull dependency versions
Expand Down