Skip to content

Commit

Permalink
refactor!: rename hseries to qsystem (#703)
Browse files Browse the repository at this point in the history
Closes #701 

Kept the `tket2-hseries` package name the same because it is internal
only and already published.

BREAKING CHANGE: all references to "hseries" including extension,
modules and structs renamed to "qsystem"
  • Loading branch information
ss2165 authored Dec 2, 2024
1 parent a7a0201 commit 1e90173
Show file tree
Hide file tree
Showing 13 changed files with 197 additions and 196 deletions.
93 changes: 47 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ missing_docs = "warn"
[patch.crates-io]

# Uncomment to use unreleased versions of hugr
hugr-core = { git = "https://github.com/CQCL/hugr.git" }
hugr = { git = "https://github.com/CQCL/hugr.git" }
hugr-cli = { git = "https://github.com/CQCL/hugr.git" }
hugr-core = { git = "https://github.com/CQCL/hugr.git" , rev = "7177c5f26c2ddf506d9987c84cf1899275d391d6"}
hugr = { git = "https://github.com/CQCL/hugr.git" , rev = "7177c5f26c2ddf506d9987c84cf1899275d391d6"}
hugr-cli = { git = "https://github.com/CQCL/hugr.git" , rev = "7177c5f26c2ddf506d9987c84cf1899275d391d6"}

[workspace.dependencies]

Expand Down
4 changes: 2 additions & 2 deletions tket2-exts/src/tket2_exts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def futures() -> Extension:


@functools.cache
def hseries() -> Extension:
return load_extension("tket2.hseries")
def qsystem() -> Extension:
return load_extension("tket2.qsystem")


@functools.cache
Expand Down
Loading

0 comments on commit 1e90173

Please sign in to comment.