Class Bond


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

      • 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.