networkx.graph_could_be_isomorphic
networkx.faster_graph_could_be_isomorphic
Returns False if graphs G1 and G2 are definitely not isomorphic.
True does NOT garantee isomorphism.
Checks for matching degree and triangle sequences.