Skip to content

Commit

Permalink
Merge branch 'parallel-ops' of https://github.com/CQCL/pytket-phir in…
Browse files Browse the repository at this point in the history
…to parallel-ops
  • Loading branch information
Asa-Kosto-QTM committed Dec 12, 2023
2 parents 6400704 + ab813a6 commit 5b6534f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: debug-statements

- repo: https://github.com/crate-ci/typos
rev: v1.16.23
rev: v1.16.24
hooks:
- id: typos

Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- chore: update dependencies
## [0.1.2] - 2023-12-07

- build: add minimum pytket/pytket-quantinuum versions
- build: pin pecos to pre-release version
- chore: update dependencies

## [0.1.1] - 2023-11-17

Expand All @@ -20,6 +23,7 @@ First release.

[0.1.0]: https://github.com/CQCL/pytket-phir/commits/v0.1.0
[0.1.1]: https://github.com/CQCL/pytket-phir/compare/v0.1.0...v0.1.1
[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.1.1...HEAD
[0.1.2]: https://github.com/CQCL/pytket-phir/compare/v0.1.1...v0.1.2
[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.1.2...HEAD

<!-- markdownlint-configure-file {"MD024": {"siblings_only" : true}, "MD034": false} -->
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Just issue `pip install pytket-phir` to obtain the latest stable release.

The package includes a tool for emulating QASM files from the command line using PECOS.

NOTE: The CLI currently requires installation of additional dependencies using
`pip install projectq "quantum-pecos@git+https://github.com/PECOS-packages/PECOS.git@development"`
Install additional dependencies needed for the CLI using `pip install pytket-phir[phirc]`.

```sh
❯ phirc -h
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
docs = ["sphinx", "pydata_sphinx_theme"]
phirc = ["projectq"] # add quantum-pecos>=5.0.0 once released
phirc = ["projectq", "quantum-pecos>=0.5.0.dev2"]
tests = ["pytest"]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build==1.0.3
mypy==1.7.1
networkx==2.8.8
phir==0.2.0
pre-commit==3.5.0
pre-commit==3.6.0
pydata_sphinx_theme==0.14.4
pytest==7.4.3
pytket-quantinuum==0.26.0
Expand Down

0 comments on commit 5b6534f

Please sign in to comment.