-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implementation of adaptive supercell settings and improvement of the documentation #80
Merged
Merged
Changes from 39 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
ed4f05e
improved jobflow-remote setup tutorial
QuantumChemist cff92f0
improved jobflow-remote setup tutorial
QuantumChemist e62eeef
fix minor typo
naik-aakash f988064
minor changes
QuantumChemist 1eec958
improving jobflow-remote setup text
QuantumChemist 16f1456
improving the jfr tutorial
QuantumChemist e4e8c24
prevent too big ratlled supercells
QuantumChemist ca798b9
prevent too tight phonopy supercell settings
QuantumChemist a50b3b3
improved unit test
QuantumChemist 8c5380e
Merge branch 'JaGeo:main' into main
QuantumChemist 431bd49
minor changes
QuantumChemist f2019c2
Merge branch 'main' of https://github.com/QuantumChemist/autoplex
QuantumChemist 41e3224
adjusted adaptive supercell settings
QuantumChemist a7a2472
making data_preprocessing continue even if not all data calculations …
QuantumChemist 21e4c61
change adaptive supercell routine
QuantumChemist b0477d1
update jfremote installation instruction
QuantumChemist 87a5685
add warning
QuantumChemist 343b197
add warning
QuantumChemist fa00767
unit test to check get_supercell_size
QuantumChemist c381339
adjust unit tests
QuantumChemist 2808165
change benchmark DFT calcs to be also ffected by adaptive supercell s…
QuantumChemist f511621
started adding a reduce_phonopy_supercell_settings function
QuantumChemist 6203ec5
adaptive supercell settings improvement
QuantumChemist 7232e25
changes in reduce_supercell_size
QuantumChemist 13c9eaf
setting supercell_matrix for phonopy supercells
QuantumChemist 1d8b602
adjusting unit test
QuantumChemist f5579fe
adjust adaptive phonopy supercells
QuantumChemist 1e3b7cd
adjusted adaptive supercell search
QuantumChemist 3e3673b
adjusted adaptive supercell search
QuantumChemist 61bed6f
adjusted adaptive supercell search
QuantumChemist 87b12e7
adjusted adaptive supercell search
QuantumChemist 799e988
adjusting unit test
QuantumChemist af7ceec
lets try this adaptive supercell settings
QuantumChemist 2e56706
Merge branch 'main' into main
QuantumChemist 3ebfb81
added a coarse step_size
QuantumChemist 26241c5
added step_size
QuantumChemist ee3ae24
adjust atomate2 and pymatgen
QuantumChemist e395cb3
change matgl version because of dependencies conflicts caused by atom…
QuantumChemist 4aed55e
changed one value
QuantumChemist d59d968
add a draft implementation
JaGeo 698f2d8
add one fall back
JaGeo 22703b5
change documentation
JaGeo e5072c8
Apply suggestions from code review
JaGeo e8a8f9f
cleanup
QuantumChemist 9debe3b
replacing print with logging
QuantumChemist 3071c15
minor changes
QuantumChemist e90111d
Merge pull request #5 from QuantumChemist/supercell_options_jg
QuantumChemist c7887bc
small change in dosctring
QuantumChemist 9ef0b18
fixed several issues with the unit tests. Made reduce_supercell_size …
QuantumChemist 2083467
fixed wrong logic
QuantumChemist de9b72b
more fixes
QuantumChemist d590116
fixed unit test with new atomate2 vasp input format
QuantumChemist bec0bfe
add missing dosctring
QuantumChemist e4f516c
remove mlip_haper and adjust documentation
QuantumChemist 28b504f
fix mock vasp
QuantumChemist 9d5bd25
add device=cpu for MACE test
QuantumChemist 2ce7f14
add device=cuda for MACE documentation
QuantumChemist 8db454f
fixing docstrings, variable names and types in the fit part
QuantumChemist a85dfad
fixing a few things regarding database_dir
QuantumChemist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Maybe instead of reducing the reciprocal k-points density, we could also as a "last resort" fall-back solution, pass a supercell_matrix like that, with the risk that the supercell might not be cubic or have 90 degrees angles at all.