gt4sd.algorithms.generation.diffusion.geodiff.model.utils module¶
Summary¶
Functions:
Transformation to make the epsilon predicted from the diffusion model roto-translational equivariant.  | 
|
  | 
|
  | 
|
  | 
|
  | 
Reference¶
- extend_graph_order_radius(num_nodes, pos, edge_index, edge_type, batch, order=3, cutoff=10.0, extend_order=True, extend_radius=True, is_sidechain=None)[source]¶
 
- graph_field_network(score_d, pos, edge_index, edge_length)[source]¶
 Transformation to make the epsilon predicted from the diffusion model roto-translational equivariant. See equations 5-7 of the GeoDiff Paper https://arxiv.org/pdf/2203.02923.pdf
- repeat_data(data, num_repeat)[source]¶
 - Parameters
 data (
Data) – An torch_geometric.data.Data object.- Returns
 A copy of data repetead num_repeat times.
- Return type
 batch
- repeat_batch(batch, num_repeat)[source]¶
 - Parameters
 batch (
Batch) – An torch_geometric.data.Batch object.- Returns
 A copy of batch repetead num_repeat times.
- Return type
 batch