Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameters for num classical params and num qubits to Type::Gate #68

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

jlapeyre
Copy link
Collaborator

  • Use this modification of Type::Gate to compare the implied signature from a gate call and log errors if it does not match definition

  • Log type mismatch error if gate call syntax is used, but the apparent gate is of a different type.

  • Declare builtin gate U

Closes #24

* Declare builtin gate U

* Use this modification of Type::Gate to compare the implied signature from
a gate call and log errors if it does not match definition

* Log type mismatch error if gate call syntax is used, but the apparent gate
is of a different type.

Closes #24
@jlapeyre jlapeyre merged commit b712853 into main Jan 21, 2024
7 checks passed
@jlapeyre jlapeyre deleted the gate-type-sig branch January 21, 2024 05:37
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.

Complete support U and gphase
1 participant