Search for and record the canonical reference papers for a physics feature, algorithm, or result being added to cqed_sim. Use this before implementing any new feature or when a tutorial/example needs an external citation.
You are performing a literature review for a cQED simulation feature, tutorial, or result. Follow this workflow exactly:
From $ARGUMENTS (or from context if no arguments are given), extract:
Use WebSearch to find:
Run at least two searches with different query terms to ensure coverage. Prefer:
For each relevant paper found, record:
Read the paper_summary/ directory listing to see if a summary for any of these papers already exists. If yes, read it and note whether the existing summary is consistent with what you found. If a summary is missing for an important paper, note that one should be added.
Check whether the conventions in the found paper match those documented in physics_and_conventions/physics_conventions_report.tex. If there is a discrepancy, flag it explicitly.
Produce a reference block in this format, suitable for pasting directly into a tutorial .md file, test header, or code comment:
## References
[1] Author(s), "Title," Journal/arXiv, Year. DOI: <doi>
Relevant for: <what this paper establishes for this task>
Key equation: <equation number and brief description>
Convention note: <any sign/unit/frame convention to be aware of>
[2] ...
Also produce the short inline code-comment form:
# Implements <description>, following Eq. (<N>) in [Author et al., Year].
# DOI: <doi>
If no authoritative external reference can be found after searching, state that explicitly so the user can decide how to proceed. Do not silently omit the citation step.