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

Update vasprun.converged_ionic logic when EDIFFG=0, REDO of PR #3765 #3783

Merged

Conversation

matthewkuner
Copy link
Contributor

see #3765

Copy link

coderabbitai bot commented Apr 23, 2024

Walkthrough

The recent updates to the pymatgen library focus on refining the handling of VASP output files. Enhancements include improved logic for ionic convergence checks, streamlined class initializations by removing type annotations, and better handling of various input types. Additionally, a new test ensures proper behavior when EDIFFG is set to zero, enhancing the robustness of the tool's functionality in edge cases.

Changes

File Path Change Summary
.../vasp/outputs.py Added logic for EDIFFG=0 handling in converged_ionic; removed type annotations across several class methods; adjusted input handling in Chgcar.
.../io/vasp/test_outputs.py Introduced a new test to verify behavior when EDIFFG is set to 0, ensuring proper property assertions.

Recent Review Details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits Files that changed from the base of the PR and between a4e76a4 and 2ca15d4.
Files selected for processing (1)
  • tests/io/vasp/test_sets.py (1 hunks)
Additional comments not posted (6)
tests/io/vasp/test_sets.py (6)

Line range hint 50-82: The test_sets_changed method correctly checks for unintended changes in input sets by comparing SHA1 hashes.


Line range hint 84-97: The test_as_dict method effectively ensures that all necessary data is included during the serialization of a DictSet.


Line range hint 99-111: The test_potcar_validation method robustly checks for the correctness of POTCAR files under various simulated conditions.


Line range hint 113-125: The test_potcar_special_defaults method effectively tests the application of user-defined settings in POTCAR files.


Line range hint 127-133: The test_lda_potcar method correctly handles the conditional testing of LDA POTCAR files based on the availability of PSP directories.


Line range hint 135-153: The test_nelect method comprehensively tests the calculation of the number of electrons (NELECT) under various conditions, including disordered structures.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@matthewkuner
Copy link
Contributor Author

@janosh this is now ready to be merged. The tests that are failing are unrelated to this PR and are already failing in the main branch.

@esoteric-ephemera
Copy link
Contributor

esoteric-ephemera commented Apr 23, 2024

@janosh: it looks like the OSError --> RuntimeError fix in PR #3781 was reverted in PR #3771 and caused the tests on main to fail. Should be fixed now

@janosh janosh added io Input/output functionality fix Bug fix PRs vasp Vienna Ab initio Simulation Package ecosystem Concerning the larger pymatgen ecosystem labels Apr 23, 2024
Copy link
Member

@janosh janosh left a comment

Choose a reason for hiding this comment

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

thanks @matthewkuner for having another go at it!

@janosh janosh merged commit b04c43e into materialsproject:master Apr 23, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecosystem Concerning the larger pymatgen ecosystem fix Bug fix PRs io Input/output functionality vasp Vienna Ab initio Simulation Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants