Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinich1 committed Nov 29, 2023
1 parent 8813a99 commit 8313d3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.2.9] - 2023-11-29

### Added
- internal updates of gflow and linear algebra functionalities:
- A new option `mode` in `gflow.gflow`, specifying whether to obtain all possible maximally delayed gflow or not (#80)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Install together with device interface:
```bash
$ pip install graphix[extra]
```
this will install `graphix` and [IBMQ interface](https://github.com/TeamGraphix/graphix-ibmq) to run MBQC patterns on IBM devices and Aer simulator.
this will install `graphix` and inteface for [IBMQ](https://github.com/TeamGraphix/graphix-ibmq) and [Perceval](https://github.com/TeamGraphix/graphix-perceval) to run MBQC patterns on superconducting and optical QPUs and their simulators.

We are currently adding more quantum device interfaces.
Please suggest in [issues](https://github.com/TeamGraphix/graphix/issues) if you have any particular device in mind!
<!-- We are currently adding more quantum device interface.
Please suggest in [issues](https://github.com/TeamGraphix/graphix/issues) if you have any particular device in mind! -->


## Next Steps
Expand Down
2 changes: 1 addition & 1 deletion graphix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.8"
__version__ = "0.2.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"python_requires": ">=3.8,<3.12",
"install_requires": requirements,
"extras_require": {"extra": ["graphix-ibmq"], "test": ["qiskit", "qiskit-aer"]},
"extras_require": {"extra": ["graphix-ibmq", "graphix-perceval"], "test": ["qiskit", "qiskit-aer"]},
}

setup(**(info))

0 comments on commit 8313d3c

Please sign in to comment.