-
Notifications
You must be signed in to change notification settings - Fork 878
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
Fix lll_reduce
for slab generation
#3927
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
70628b4
refactory
jinlhr542 d0e7820
Revert "refactory"
jinlhr542 6ef29c5
Update surface and interface generating functions
jinlhr542 765ddc1
1
jinlhr542 8df0bd5
pre-commit auto-fixes
pre-commit-ci[bot] 363cd2d
Revert "pre-commit auto-fixes"
jinlhr542 9e0b208
pre-commit auto-fixes
pre-commit-ci[bot] 6dd38e6
spelling
jinlhr542 0c453e9
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 7dea8e0
Allowing not to filter out symmetrical slabs when determining termina…
jinlhr542 da1c4e7
pre-commit auto-fixes
pre-commit-ci[bot] b729f2b
fixing too long sentence
jinlhr542 3ed4f7b
Update surface.py
jinlhr542 1d04f88
pre-commit auto-fixes
pre-commit-ci[bot] 4cadfdd
add test into test_surface.py
jinlhr542 d19e480
Merge branch 'master' into master
jinlhr542 0a95c3c
pre-commit auto-fixes
pre-commit-ci[bot] 10907e3
Update test_surface.py
jinlhr542 5fad587
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 508c48b
pre-commit auto-fixes
pre-commit-ci[bot] b2b1c78
Update test_surface.py
jinlhr542 12f0b39
Update test_coherent_interface.py
jinlhr542 db9dddc
Update test_coherent_interface.py
jinlhr542 f9bb6fc
pre-commit auto-fixes
pre-commit-ci[bot] 83d0b4a
Update test_coherent_interface.py
jinlhr542 dcfeb00
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 445c9ef
pre-commit auto-fixes
pre-commit-ci[bot] 45917a7
Update test_coherent_interface.py
jinlhr542 e5000e8
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 bcfbacd
pre-commit auto-fixes
pre-commit-ci[bot] fab9b91
Update test_coherent_interface.py
jinlhr542 a9c951e
Update test_coherent_interface.py
jinlhr542 9343cb5
pre-commit auto-fixes
pre-commit-ci[bot] fddb185
Update src/pymatgen/core/surface.py
jinlhr542 22b3660
minor document
jinlhr542 fcc0e56
pre-commit auto-fixes
pre-commit-ci[bot] 3a7e7fc
minor documentation correction
jinlhr542 92900f6
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 5120509
minor correction
jinlhr542 32f7b13
minor correction
jinlhr542 e2bf731
minor correction
jinlhr542 5e4199d
minor correction
jinlhr542 7e379bc
rename t_index into t_idx
jinlhr542 e024635
pre-commit auto-fixes
pre-commit-ci[bot] fc8ef07
fix mypy errors and tweak doc strings
janosh fc585e1
Merge branch 'master' into master
jinlhr542 e90bf50
pre-commit auto-fixes
pre-commit-ci[bot] 9704888
update conflict files
jinlhr542 c793a61
Merge branch 'master' of https://github.com/jinlhr542/pymatgen
jinlhr542 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
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
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.
can you clarify/rephrase "identity separately does not mean combinational identity". combinational is a rare word. do you mean identity of slab + termination?
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.
Specifically, for two combinations (A1, B1) and (A2, B2). 'A1 equal to A2' and 'B1 equal to B2' does not always make (A1, B2) equal to (A2, B2). When making two interfaces if the two set of slabs are related by certain symmetry operations respectively, these operations need to be compatible to make a 'combinational' identity thus identical interfaces.