Skip to content

Compiler passes - #115

Merged
vishnu-m77 merged 2 commits into
v1.0from
compiler_passes
Aug 26, 2026
Merged

Compiler passes#115
vishnu-m77 merged 2 commits into
v1.0from
compiler_passes

Conversation

@vishnu-m77

Copy link
Copy Markdown
Collaborator
  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Clean up of dimension handling in the analog compiler passes.

  • What is the current behavior? (You can also link to an open issue here)
    Dimensions are stored as a tuple which is confusing.

  • What is the new behavior (if this is a feature change)?
    Dimensions are stored as an integer, which makes it easier to compare.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No changes when compared with the updated v1.0 branch.

  • Other information:
    N/A

@vishnu-m77
vishnu-m77 merged commit 3737411 into v1.0 Aug 26, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant