-
Notifications
You must be signed in to change notification settings - Fork 188
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
Replace macros in demo "Here comes the SU(N)" #745
Conversation
* Bumped jax versions * Updated neural-tangents
* Development branch * Bumped requirement package versions (#667) * Bumped jax versions * Updated neural-tangents * Apply suggestions from code review Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: Jay Soni <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]>
Co-authored-by: Guillermo Alonso-Linaje <[email protected]>
Co-authored-by: Isaac De Vlugt <[email protected]>
Thank you for opening this pull request. You can find the built site at this link. Deployment Info:
Note: It may take several minutes for updates to this pull request to be reflected on the deployed site. |
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.
Nice 😄 Thanks!
Hey sorry! Was going to get to this by EOD I swear 😅. Anywho, it looks fine to me! 😁 |
* Development branch * Bumped requirement package versions (#667) * Bumped jax versions * Updated neural-tangents * Merge dev in master following v0.28.0 release of PennyLane (#671) (#672) * Development branch * Bumped requirement package versions (#667) * Bumped jax versions * Updated neural-tangents * Apply suggestions from code review Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: Jay Soni <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> * add demo, v0.1 * update demo with shots optimization * improvements to text, remove notes, draw circuit. * black * remove qml.optimize dependency * update, improve code * Update chemical reactions demo to use pyscf for openshell H3 (#704) * use pyscf for openshell H3 * change date and fix interface warning * Change ibm device in Quantum volume (#703) * Ibm oslo * Update to new hardware * Change to Lima * Typo * Replace * One below * Update demos to remove warnings (#705) * Added interface, removed deprecated functionality * Addressing PR comments --------- Co-authored-by: Romain Moyard <[email protected]> * tmp * Update classical shadows (#708) * More * typo * Trigger CI * lightning req no depth * Trigger CI * Update SPSA demo to count circuit executions manually. (#706) * new version of SPSA demo * Update demonstrations/spsa.py Co-authored-by: Josh Izaac <[email protected]> * simplify code, update outputs and figures * Apply suggestions from code review Co-authored-by: Romain Moyard <[email protected]> * review and tweaking * make spsa an executing tutorial * move file * fix links * fix some more links * author bio * line breaks, undo link change, fixing them actually * links... * links again... bio * update to count executions manually * reword device executions -> circuit executions. avoid recreating device and qnode * print executions --------- Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Romain Moyard <[email protected]> * large update, include gradient evaluation discussion * some jax * add paper plot * images * black * tmp * add thumbnail * change to png * black * uncomment. improve line breaks/naming * hist colors * update figure and size * colors, text * formulation around sampled_grad plot * new image * png * links * cosmetics * cosmetics * new figures * increase embedded image sizes * update intro * optimization curve image * review * Apply suggestions from code review Co-authored-by: Guillermo Alonso-Linaje <[email protected]> * debugging, intro teaser * Apply suggestions from code review Co-authored-by: Guillermo Alonso-Linaje <[email protected]> * review * new thumbnail * Apply suggestions from code review Co-authored-by: Isaac De Vlugt <[email protected]> * finalizing review * whitespace * update date to 30th, incl preprint number, add reference in intro * change date to 3rd of April * fix links * bm macro * remove duplicate gallery entry --------- Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: Jay Soni <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Romain Moyard <[email protected]> Co-authored-by: Mudit Pandey <[email protected]> Co-authored-by: Guillermo Alonso-Linaje <[email protected]> Co-authored-by: Isaac De Vlugt <[email protected]> Co-authored-by: Nathan Killoran <[email protected]>
Following #739 , this removes the macro
\bm
fromtutorial_here_comes_the_sun
and replaces it with the explicit\boldsymbol
. This is the only macro in the list I could find in that demo.