Return the bond vector of a specified bond. The two inputs can either be atom indices or to vectoral positions.
Either an atom id or a position vector
Either an atom id or a position vector
Bond vector
Examples
mol.bond(0, 1)
mol.bond(*[0, 1])
mol.bond([1, 0, 0], [0, 0, 0])