API Documentation
AIdsorb is a Python package for deep learning on molecular point clouds.
AIdsorb adopts the following conventions
A
pcdis represented as anumpy.ndarrayof shape(N, 3+C).A molecular
pcdis represented as anumpy.ndarrayof 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
This module provides helper functions for creating and handling molecular point clouds. |
|
This module provides helper functions for visualizing molecular point clouds. |
|
This module provides helper functions and classes for creating datasets and handling point clouds of variable sizes. |
|
This module provides |
|
This module provides helper functions and classes for transforming point clouds. |
|
This module provides |
|
This module provides deep learning architectures for point cloud processing. |
|
This module provides |