API Reference
AIdsorb is a Python package for deep learning on molecular point clouds.
AIdsorb adopts the following conventions
A
pcdis represented as andarrayorTensorof shape(N, 3+C).A molecular
pcdis represented as andarrayorTensorof shape(N, 4+C), whereNis the number of atoms,pcd[:, :3]are the atomic coordinates,pcd[:, 3]are the atomic numbers andpcd[:, 4:]any additional features. IfC == 0, then the only features are the atomic numbers.
Submodules
Helper functions for creating molecular point clouds. |
|
Helper functions for visualizing point clouds. |
|
Helper functions and classes for creating datasets and handling point clouds of variable sizes. |
|
|
|
Helper functions and classes for transforming point clouds. |
|
|
|
|