MolecularDiffusion.modules.layers.esen.nn.utils¶
Classes¶
Functions¶
|
|
|
Returns the sum of the dimensions of the irreps up to the specified angular momentum. |
Module Contents¶
- class MolecularDiffusion.modules.layers.esen.nn.utils.BackboneInterface¶
- abstractmethod forward(data: torch_geometric.data.Batch) dict[str, torch.Tensor]¶
Backbone forward.
- Parameters:
data (DataBatch) – Atomic systems as input
- Returns:
embedding – Return backbone embeddings for the given input
- Return type:
dict[str->torch.Tensor]
- class MolecularDiffusion.modules.layers.esen.nn.utils.HeadInterface¶
- abstractmethod forward(data: torch_geometric.data.Batch, emb: dict[str, torch.Tensor]) dict[str, torch.Tensor]¶
Head forward.
- property use_amp¶