-
Notifications
You must be signed in to change notification settings - Fork 16
[Feature]: Publish tket1-passes #1433
Copy link
Copy link
Open
Labels
A-ciArea: CIArea: CIA-rustArea: Rust codeArea: Rust codeC-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationC-feature-requestCategory: A feature requestCategory: A feature requestD-mediumExperience needed to fix: Medium / intermediateExperience needed to fix: Medium / intermediate
Metadata
Metadata
Assignees
Labels
A-ciArea: CIArea: CIA-rustArea: Rust codeArea: Rust codeC-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationC-feature-requestCategory: A feature requestCategory: A feature requestD-mediumExperience needed to fix: Medium / intermediateExperience needed to fix: Medium / intermediate
Problem Statement
We need to add the crate as an (optional) dependency to
tket, so we can have tket1 passes from the rust side.It may make sense to move it to the
tket-json-rsrepo, to keep all the pytket compatibility tools in one place.Note that the crate has a custom
build.rs, so we have to make sure it can be built by dependants / document any required environment tools. See #1411