microsoft / QuantumKatas

Tutorials and programming exercises for learning Q# and quantum computing
MIT License
4.54k stars 1.22k forks source link

Updated LaTex rendering in solution of task 2.4 #836

Closed Amana-L closed 2 years ago

Amana-L commented 2 years ago

Fixed links to task 2.3 and math mode rendering of the equations that followed. This follows issue #809.

Manvi-Agrawal commented 2 years ago

Nice catch. Thank you.

Just a small suggestion though, instead of redirecting learner to Notebook, please redirect them to workbook link.

Because solution of Task 2.4 uses "ThreeStates_TwoQubits" function defined in solution of Task 2.3. So, the learner will need to run the solution of Task 2.3 in workbook to be able to run solution for task 2.4.

Maybe you can change link text from "task 2.3" to "solution to task 2.3" to avoid this confusion.

Feel free to do the changes as done by me in this commit.

Amana-L commented 2 years ago

I see, thank you.