Enhance the restart of GCMC and Widom classes#95
Open
lipelopesoliveira wants to merge 24 commits into
Open
Conversation
…energy parameters; improve deepcopy usage in BaseSimulator.
…ndling; adjust logging intervals for better output management.
- Introduced `UFF.json` containing Lennard-Jones parameters for various elements. - Implemented `CustomEwald` class for Ewald summation, including real and reciprocal space calculations. - Added `CustomLennardJones` class for Lennard-Jones potential calculations, utilizing Numba for performance. - Implemented neighbor list generation using Numba for efficient pairwise interaction calculations. - Enhanced energy calculations with support for shifted potentials and dynamic cutoff handling.
…lator and MD classes
… across multiple files
…ibrary for performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description 📝
Changes Proposed 🔧
Enhanced ✨
BaseSimulatorclass to multiply the total energy by the supercell size when calculating the adsorption energy. This change ensures that the adsorption energy is correctly calculated based on the total energy of the system, which includes contributions from all atoms in the supercell.Fixed 🐛
output_intervalandmovie_intervalparameters to be mixed up, resulting in incorrect logging intervals for the MD simulations. Now theoutput_intervalis correctly used for logging the MD simulation data, while themovie_intervalis used for controlling the frequency of snapshot saving.Related Issues 📎
Fixes #78
Closes #78
Before submitting 📌
section of the
CONTRIBUTINGdocs.Writing docstrings section of the
CONTRIBUTINGdocs.Testing Instructions 🧪
Additional Notes 💬