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

Refactor pymatgen calls, improve config loading in MPInterfaces, and make examples/hetero_interface.py works. #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hongyi-zhao
Copy link

This commit brings several enhancements to the MPInterfaces package, focusing on improved integration with pymatgen, better handling of configuration variables, and ensuring the functionality of example scripts.

Key Changes:

  • Updated pymatgen method calls to be compatible with the latest version. This includes adjustments in how certain structures and properties are accessed, ensuring that MPInterfaces remains up-to-date with pymatgen's evolving API.
  • Refined the approach for loading and accessing configuration variables, such as API keys and file paths. This not only makes the codebase more robust but also simplifies the setup process for new users.
  • Fixed issues in examples/hetero_interface.py that previously prevented it from running correctly. The example script now functions as intended, serving as a practical demonstration of the package's capabilities.
  • Added new example files to supplement the documentation, providing users with more resources to understand and utilize the package effectively.

These updates are intended to improve the usability and maintainability of MPInterfaces, ensuring that it continues to serve as a valuable tool for researchers and developers working with material interfaces.

This commit brings several enhancements to the MPInterfaces package, focusing on improved integration with pymatgen, better handling of configuration variables, and ensuring the functionality of example scripts.

Key Changes:
- Updated pymatgen method calls to be compatible with the latest version. This includes adjustments in how certain structures and properties are accessed, ensuring that MPInterfaces remains up-to-date with pymatgen's evolving API.
- Refined the approach for loading and accessing configuration variables, such as API keys and file paths. This not only makes the codebase more robust but also simplifies the setup process for new users.
- Fixed issues in `examples/hetero_interface.py` that previously prevented it from running correctly. The example script now functions as intended, serving as a practical demonstration of the package's capabilities.
- Added new example files to supplement the documentation, providing users with more resources to understand and utilize the package effectively.

These updates are intended to improve the usability and maintainability of MPInterfaces, ensuring that it continues to serve as a valuable tool for researchers and developers working with material interfaces.
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.

None yet

1 participant