Skip to content
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

v0.40.0 changelog - Labs #6766

Merged
merged 30 commits into from
Jan 11, 2025
Merged

Conversation

isaacdevlugt
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@PietropaoloFrisoni PietropaoloFrisoni added this to the v0.40 milestone Jan 8, 2025
@AntonNI8 AntonNI8 self-requested a review January 9, 2025 14:14
Copy link
Contributor

@Jaybsoni Jaybsoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me! Thanks for updating the descriptions, it's much clearer. I left a small suggestion.

Also the title doesn't render well for me, but it might just be my computer:

image

doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
Copy link
Contributor Author

@isaacdevlugt isaacdevlugt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Diego! Left some comments and suggestions

doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
Copy link
Contributor

@AntonNI8 AntonNI8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, minor suggestions :)

doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
doc/releases/changelog-0.40.0.md Outdated Show resolved Hide resolved
@DSGuala DSGuala marked this pull request as ready for review January 10, 2025 23:44
Copy link

codecov bot commented Jan 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v0.40.0-changelog@d0cdc51). Learn more about missing BASE report.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             v0.40.0-changelog    #6766   +/-   ##
====================================================
  Coverage                     ?   99.60%           
====================================================
  Files                        ?      476           
  Lines                        ?    45237           
  Branches                     ?        0           
====================================================
  Hits                         ?    45060           
  Misses                       ?      177           
  Partials                     ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 304 to 319
<h4>Vibrational Hamiltonians</h4>

* New functionality in labs helps with the construction of vibrational Hamiltonians.
* Generate potential energy surfaces (PES) with `vibrational_pes`.
[(#6616)](https://github.com/PennyLaneAI/pennylane/pull/6616)
[(#6676)](https://github.com/PennyLaneAI/pennylane/pull/6676)

```pycon
>>> symbols = ['H', 'F']
>>> geometry = np.array([[0.0, 0.0, 0.0], [0.0, 0.0, 1.0]])
>>> mol = qml.qchem.Molecule(symbols, geometry)
>>> pes = vibrational_pes(mol)
```
* Use the `christiansen_hamiltonian` function and potential energy surfaces
to generate Hamiltonians in the Christiansen form.
[(#6560)](https://github.com/PennyLaneAI/pennylane/pull/6560)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@isaacdevlugt isaacdevlugt merged commit 78f540b into v0.40.0-changelog Jan 11, 2025
33 of 34 checks passed
@isaacdevlugt isaacdevlugt deleted the v0.40.0-changelog-labs branch January 11, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants