Class Bond

java.lang.Object
pl.poznan.put.atom.Bond

public final class Bond extends Object
An atomic bond and corresponding length. Data parsed from Charmm36 topology & parameter files.
  • Method Details

    • length

      public static BondLength length(AtomType left, AtomType right)
      Returns bond length between two atoms.
      Parameters:
      left - Type of first atom.
      right - Type of second atom.
      Returns:
      An instance of BondLength.