-
Notifications
You must be signed in to change notification settings - Fork 0
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
Need more types in lambda-qs grammar #7
Labels
enhancement
New feature or request
Comments
Thanks, let me take a closer look later. |
|
Hi! Additionally, can you add some basic ops like |
Hi @jakezweifler, how do the operators in 294bafe look like to you? I think we will run into issues trying to define arrays of unique qubits with this syntax, but can we see how far we can go with the arrays library with this syntax? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some types (like str and int) in the Q# grammar don't map over to types in the lambda-Q# grammar. I added str and int to the lambda-Q# cf file, but do not know how to deal with some of the other types. Should all the types without any additional constructors have a corresponding type in lambda-Q#? There are also n-tuples in Q# but only pairs in lambda-Q# and other similar mismatches.
The text was updated successfully, but these errors were encountered: