Expand description
Parallel distance bounds evaluation and GPU-accelerated Floyd-Warshall.
- Rayon-parallelized distance bounds matrix evaluation for ETKDG
- GPU Floyd-Warshall for shortest-path smoothing on molecules >500 atoms
Structs§
- Parallel
Bounds Config - Configuration for parallel distance bounds computation.
- Parallel
Bounds Result - Result of parallel bounds evaluation.
Functions§
- compute_
bounds_ parallel - Evaluate distance bounds in parallel using rayon.
- floyd_
warshall_ cpu - CPU Floyd-Warshall for triangle inequality smoothing.
- floyd_
warshall_ parallel - Parallel Floyd-Warshall using rayon for the inner loops.
- smooth_
bounds_ gpu - GPU-accelerated Floyd-Warshall for triangle inequality smoothing.