-
Notifications
You must be signed in to change notification settings - Fork 260
Isomorphism Improvements #2998
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
Open
mjohnson541
wants to merge
40
commits into
main
Choose a base branch
from
isomorphism_improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Isomorphism Improvements #2998
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
25deee9
add check_labels option to molecule
mjohnson541 5212976
add check_labels option to group.py
mjohnson541 dbeef71
add check_labels option to fragment
mjohnson541 9374d29
handle check_labels in graph.pyx
mjohnson541 cfa38d7
handle check_labels in vf2
mjohnson541 e3d287f
add test of molecule check_labels option
mjohnson541 53f6d35
test check_labels option for fragments
mjohnson541 6f91f53
add has_intersection_with functions
mjohnson541 287a0f5
add is_intersection_isomorphic and find_intersection_isomorphisms fun…
mjohnson541 4fd807d
adapt VF2 implementation to handle intersection isomorphism
mjohnson541 7ebcf6c
add tests for intersection isomorphism related functions
mjohnson541 fed9f19
fix Ncoord proceessing and comparison
mjohnson541 d467e8c
squash
mjohnson541 1ac4c56
pass props dict to group in to_group method
mjohnson541 2bdaf4e
add potential hetergeneous catalyst surface elements to RMG
mjohnson541 c007abd
apply renaming to documentation
mjohnson541 2db4cc2
apply naming changes across the testing database
mjohnson541 8a94e96
apply naming changes across tests
mjohnson541 84eb829
change RMG-database branch
mjohnson541 fe76a68
add has_same_labels function and test
mjohnson541 67504d4
handle incomplete isomorphism in VF2
mjohnson541 8633748
implement find_largest_incomplete_isomorphisms in Graphs/Molecules
mjohnson541 0be9a90
add tests for incomplete isomorphism
mjohnson541 49144c9
add new better scaling get_relevant_cycles infrastructure
mjohnson541 7dcbe85
spread relevant_cycles changes throughout graph functions
mjohnson541 99bbf76
add tests for relevant cycles
mjohnson541 ca73e2f
Use getattr to safely access vertex labels
mjohnson541 e734a9f
Refactor Ncoord property comparison to use sets
mjohnson541 0637a3f
Add disjoint check for 'Ncoord' properties
mjohnson541 60631e4
Refactor group property checks using set disjoint
mjohnson541 caa0206
Refactor coordination number handling in adjlist
mjohnson541 dfb6446
handle intersection isomorphism in is_mapping_valid
mjohnson541 99d92c7
squash
mjohnson541 4d3b52c
restore recursive search for the largest cycle
mjohnson541 4fb9148
directly invalidate the cycle cache when vertices/edges are modified
mjohnson541 b15e991
record empty matches
mjohnson541 2feda2a
fix bug in intersection isomorphism
mjohnson541 14b1926
make is_intersection_isomorphic respect intersection in the is_mappin…
mjohnson541 baf9a43
add more details to the metal surface graph test
mjohnson541 85a2b82
add tests to verify surface elements are usable and names do not coll…
mjohnson541 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 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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.