Skip to main content

Module bonds

Module bonds 

Source
Expand description

Bond connectivity stored in struct-of-arrays (SoA) layout with CSR indexing.

After construction via Bonds::from_unsorted, bonds are sorted by atom_a and atom_bond_starts provides O(1) access to all bonds for a given atom.

Structsยง

Bonds
Bond connectivity stored as SoA (struct-of-arrays).