Add BVE QNN Experiment 1 docs page and notebook. - #294
Conversation
Document the MerLin dual-rail photonic reproduction of Jaderberg et al. weather QSciML Exp.1 under reproduced papers.
CassNot
left a comment
There was a problem hiding this comment.
Nice work @CyrilDeloince !
Just a comment for the image of your gallery card, and maybe an additional link/gallery card to your notebook in the bve_qnn.rst
There was a problem hiding this comment.
Can you use an image on your card ? (for instance the paper's figures for quantum)
Cf the other cards to see how to link the image, but it is just one line with the path in this json
There was a problem hiding this comment.
Done. Added bve_qnn.png (Mollweide SEM vs Quantum) and set "image" on the gallery card.
https://github.com/CyrilDeloince/merlin2/blob/paper-bve-qnn-docs/docs/source/_data/galleries/reproduced_papers/bve_qnn_external_links.json
https://github.com/CyrilDeloince/merlin2/blob/paper-bve-qnn-docs/docs/source/_static/reproduced_papers/bve_qnn.png
There was a problem hiding this comment.
You could also link the merlin notebooks here (you can use a gallery card again as per the other files)
There was a problem hiding this comment.
Done. Second gallery card points at the docs notebook.
https://github.com/CyrilDeloince/merlin2/blob/paper-bve-qnn-docs/docs/source/_data/galleries/reproduced_papers/bve_qnn_external_links.json
https://github.com/CyrilDeloince/merlin2/blob/paper-bve-qnn-docs/docs/source/notebooks/reproduced_papers/bve_qnn.ipynb
|
@claude review |
|
Claude finished @CassNot's task in 3m 59s —— View job Review: BVE QNN docs page + notebook
Nice reproduction write-up — the page is well structured and the honest photonic-vs-neutral-atom framing is good. Review comments below, blocking items first (no code changed, as this was a review request). 🔴 Likely to fail the docs build
1. The gallery card has no
2. The notebook has no title
Worth re-checking the Docs Validation run on this PR — I only see the Claude Code runs as completed, so the docs build result isn't visible yet. 🟠 The page is unreachable from the index
🟠 The published notebook can't be run as-is
CI passes 🟡 Notebook cleanups
🟡
|
|
I had to relaunch manually the CI Tests and Docs validation because there was an error on Github end on August 6th. The Docs validation fails and you should be able to see the logs that explain the errors you are getting. I am also pasting them below: |
…anups - Add gallery card image (bve_qnn.png) to fix missing-image CI warning. - Add card to reproduced_papers_advanced_training.json (page was unreachable). - Fix duplicate explicit target name in RST. - Add H1 title and prerequisites cell to notebook (toctree warning). - Clear pip outputs, fix qnn variable rebound, remove leaked filename. - Fix dangling Related Reproductions, runner description, add MRE footnote.
…y card, training loop fix
|
Thanks @CassNot ! Both docs warnings should be fixed now, and Docs Validation is green on the latest commit.
https://github.com/CyrilDeloince/merlin2/blob/paper-bve-qnn-docs/docs/source/_data/galleries/reproduced_papers/bve_qnn_external_links.json |
CassNot
left a comment
There was a problem hiding this comment.
Almost there !
Just the test file to removed and this should be good to be merged
There was a problem hiding this comment.
This file is not needed in this PR and can be removed (you can verify ruff formatting with ruff format merlin and ruff check merlin --fix and all tests pass so it should not be needed)
Summary
Adds the MerLin docs page for the Experiment 1 photonic reproduction of Jaderberg et al. (Potential of quantum scientific machine learning applied to weather modelling, Phys. Rev. A 110, 052423).
docs/source/reproduced_papers/reproductions/bve_qnn.rstdocs/source/notebooks/reproduced_papers/bve_qnn.ipynbmerlinquantum/reproduced_papersThe package itself lives in the reproduced_papers PR; this one only adds the docs entry.