From a9069ec6a610185b3634ab04306103be4597bb32 Mon Sep 17 00:00:00 2001 From: Douglas Wilson Date: Mon, 3 Jun 2024 12:50:33 +0100 Subject: [PATCH] tweak --- tket2-hseries/README.md | 3 +-- tket2/README.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tket2-hseries/README.md b/tket2-hseries/README.md index fec64eb73..82784e36f 100644 --- a/tket2-hseries/README.md +++ b/tket2-hseries/README.md @@ -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. @@ -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 diff --git a/tket2/README.md b/tket2/README.md index 96d86c877..fa644b327 100644 --- a/tket2/README.md +++ b/tket2/README.md @@ -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 @@ -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/