# tket2-hseries ![msrv][] A TKET2 tool for preparing and validating `Hugr`s for compilation targeting Quantinuum H-series quantum computers. ## Usage Install using `cargo`: ```bash cargo install tket2-hseries ``` This will install the `tket2-hseries` binary. ## Recent Changes See [CHANGELOG][] for a list of changes. The minimum supported rust version will only change on major releases. ## Development See [DEVELOPMENT.md][] for instructions on setting up the development environment. ## License 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 [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