Crate gchemol_graph

Source
Expand description

NxGraph: A networkx-like API wrapper around petgraph for chemistry.

Structsยง

Edges
Edge view of graph, created with edges method.
NodeIndex
Node identifier.
Nodes
Node view of graph, created with nodes method.
NxGraph
networkx-like API wrapper around petgraph