nn
Components for constructing and processing GNN models
Modules
Activation functions |
|
Architectures for convolutional layers |
|
Postprocessing functions to convert a graph representation to a predicted property |
Classes
Activation function options |
|
Maps a set of atomic electronegativity and hardness parameters to partial charges. |
|
A named tuple containing a featurized molecule graph, a tensor of the atom features, and a tensor of the molecule label. |
|
A convenience class for pooling the node feature vectors produced by a graph convolutional layer. |
|
A convenience class for pooling the node feature vectors produced by a graph convolutional layer into a set of symmetric bond (edge) features. |
|
A module that transforms the node features generated by a series of graph convolutions via propagation through a pooling, readout and optional postprocess layer. |
|
Maps a set of initial charges, atomic electronegativity, and hardness parameters to partial charges. |
|