-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor/debye gruneisen #205
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
base: main
Are you sure you want to change the base?
Conversation
…for DebyeGruneisen
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.
Pull request overview
This PR refactors the Debye-Grüneisen implementation and its tests, introducing a new plot_vt plotting API and adding a tutorial notebook demonstrating the DebyeGruneisen workflow.
Changes:
- Refactor
DebyeGruneisento use static calculation helpers and addplot_vt()for plotting vs temperature/volume. - Update
tests/test_debye.pyto align with the refactor (new plotting API + direct tests for static helpers). - Add a new example notebook for running DebyeGruneisen in Codespaces and plotting results.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
dfttk/debye.py |
Refactors processing/calculation helpers and replaces prior plotting with plot_vt() |
tests/test_debye.py |
Updates tests for the refactor and adds coverage for the static helper methods and plot_vt() |
examples/debye/Al_tutorial.ipynb |
Adds a DebyeGruneisen tutorial notebook (Codespaces setup + plotting examples) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.