fix: proofread Quantum Algorithms part - #323
Merged
Merged
Conversation
Corrections to the three chapters of the Quantum Algorithms part: vectors.tex: - Fix singlet-state measurement solution: measuring -1 along sigma_x^A determines qubit B as x-up, not x-down (and reports qubit B, not A). - Correct eigenspace projection sum index range to 0..n-1 and remove a redundant nested \substack. circuits.tex: - Grammar: "output some more bits for input" -> "for output". - "input and output gates" -> "input and output bits". - Spelling: "Tofolli" -> "Toffoli", "Fredkind" -> "Fredkin". - Deutsch-Jozsa solution: unify the qubit count to n (it mixed m and n in the same formulas), and use consistent C(...) notation. shor.tex: - Grammar: "the exactly the same" -> "exactly the same". - Fix the M=77 worked example: the measured second-register value is 2^7 = 51 (mod 77), not 128 (a residue mod 77 cannot exceed 76). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NgxZuhRMToc13PJS4jaWo6
24 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proofreading pass over the Quantum Algorithms part (
tex/quantum/vectors.tex,circuits.tex,shor.tex), part of the proofreading campaign (#315).Most fixes are minor typos/grammar; two are small calculation/logic errors worth highlighting.
vectors.tex\substack.circuits.texshor.texNo large mathematical errors found; the arguments are otherwise sound.
🤖 Generated with Claude Code
Generated by Claude Code