We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ExpCellFilter
No response
1.1.2
matGL still uses the deprecated ExpCellFilter which incorrectly computes cell gradients, resulting in inferior convergence behavior
matGL
matgl/src/matgl/ext/ase.py
Line 19 in eacafa3
it should be replaced by FrechetCellFilter which was added 9 months ago. see related chgnet PR CederGroupHub/chgnet#101
FrechetCellFilter
The text was updated successfully, but these errors were encountered:
Hi @janosh, thank you for reporting the issue, will make a PR soon!
Sorry, something went wrong.
@janosh Done! I set using FrechetCellFilter as default but I also leave an option for users to choose ExpCellFilter for reproducibility.
No branches or pull requests
Email (Optional)
No response
Version
1.1.2
Which OS(es) are you using?
What happened?
matGL
still uses the deprecatedExpCellFilter
which incorrectly computes cell gradients, resulting in inferior convergence behaviormatgl/src/matgl/ext/ase.py
Line 19 in eacafa3
it should be replaced by
FrechetCellFilter
which was added 9 months ago. see related chgnet PR CederGroupHub/chgnet#101Code snippet
No response
Log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: