You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Describe the bug
Some of the samples are inconsistent with respect to Q# coding style and terminology, such that consolidating on these would help to reduce user confusion and make for a more coherent experience for learning Q#.
E.g.:
Consistent use of terminology (ancilla vs auxiliary, iterative PE versus quantum PE)
API documentation issues (short summaries, with longer details and mathematical content in descriptions)
Use of verbs described in API design principles to denote operations.
Code style conventions (num vs n vs idx, extraneous parens on if statements, etc.)
The text was updated successfully, but these errors were encountered:
Describe the bug
Some of the samples are inconsistent with respect to Q# coding style and terminology, such that consolidating on these would help to reduce user confusion and make for a more coherent experience for learning Q#.
E.g.:
num
vsn
vsidx
, extraneous parens onif
statements, etc.)The text was updated successfully, but these errors were encountered: