Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Jun 3, 2024
1 parent f168d8e commit 4dcb6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions tket2-hseries/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# tket2-hseries

![msrv][]
[![codecov][]](https://codecov.io/gh/CQCL/tket2/tket2-hseries)

A TKET2 tool for preparing and validating `Hugr`s for compilation targeting
Quantinuum H-series quantum computers.
Expand Down Expand Up @@ -30,6 +29,6 @@ See [DEVELOPMENT.md][] for instructions on setting up the development environmen
This project is licensed under Apache License, Version 2.0 ([LICENSE][] or http://www.apache.org/licenses/LICENSE-2.0).

[msrv]: https://img.shields.io/badge/rust-1.75.0%2B-blue.svg
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2/tket2-hseries?logo=codecov
[LICENSE]: https://github.com/CQCL/tket2/blob/main/LICENCE
[CHANGELOG]: https://github.com/CQCL/tket2/blob/main/tket2-hseries/CHANGELOG.mdd
[DEVELOPMENT.md]: https://github.com/CQCL/tket2/blob/main/DEVELOPMENT.md
2 changes: 1 addition & 1 deletion tket2-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test = false
bench = false

[dependencies]
tket2 = { path = "../tket2", version = "0.1.0-alpha.1" }
tket2 = { path = "../tket2", version = "0.1.0-alpha.1", features = ["portmatching"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tket-json-rs = { workspace = true, features = ["pyo3"] }
Expand Down
4 changes: 2 additions & 2 deletions tket2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![build_status][]](https://github.com/CQCL/tket2/actions)
![msrv][]
[![codecov][]](https://codecov.io/gh/CQCL/tket2/tket2)
[![codecov][]](https://codecov.io/gh/CQCL/tket2)

TKET2 is an open source quantum compiler developed by Quantinuum. Central to
TKET2's design is its hardware agnosticism which allows researchers and
Expand Down Expand Up @@ -69,7 +69,7 @@ This project is licensed under Apache License, Version 2.0 ([LICENSE][] or http:

[build_status]: https://github.com/CQCL/tket2/workflows/Continuous%20integration/badge.svg?branch=main
[msrv]: https://img.shields.io/badge/rust-1.75.0%2B-blue.svg
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2/tket2?logo=codecov
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2?logo=codecov
[hugr]: https://lib.rs/crates/hugr
[hugr Builder]: https://docs.rs/hugr/latest/hugr/builder/index.html
[API documentation here]: https://docs.rs/tket2/
Expand Down

0 comments on commit 4dcb6ff

Please sign in to comment.