-
Notifications
You must be signed in to change notification settings - Fork 90
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 tasks on Bell states changes to Multi-Qubit States kata #1385
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments, the biggest change is that we need to use a different approach to testing this, since we're looking neither at state preparation like in other tasks in this kata nor at unitary implementation like in the Single-Qubit Gates kata.
Thank you!
katas/content/multi_qubit_systems/bell_state_change_1/Placeholder.qs
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_1/Solution.qs
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_1/Verification.qs
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_2/solution.md
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_2/solution.md
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_3/solution.md
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_3/solution.md
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_3/solution.md
Outdated
Show resolved
Hide resolved
…der.qs Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
…der.qs Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add one more section(new lesson) in index.md file, update the verification file for BellStateChange1to3.
Delete the description of another potential case, since there's no change after update the verification method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better, and the test outputs look great! Just a few more formatting suggestions, and should be good to go.
I've also realized that we use inconsistent names for Bell states - lower case Greek letters in the Dirac notation section and upper case in the exercises. I think they're more commonly referred to in upper case. Since you're working with this kata already, could you please update the names in the Dirac notation section?
Thank you!
katas/content/multi_qubit_systems/bell_state_change_1/Verification.qs
Outdated
Show resolved
Hide resolved
katas/content/multi_qubit_systems/bell_state_change_2/Verification.qs
Outdated
Show resolved
Hide resolved
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
…tion.qs Co-authored-by: Mariia Mykhailova <[email protected]>
1. Standardize indentation across all exercise sections. 2. Change Bell state names in the Dirac notation section to uppercase. 3. Move the "Modifying Entangled States" section to just before the conclusion.
Add "Message("Incorrect");"
Add "Message("Incorrect");"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
No description provided.