mbuild_polybuild.aa_functional_groups.tftb.TFTB.add_bond¶
- TFTB.add_bond(particle_pair, bond_order=None)¶
Add a bond between two Particles.
- Parameters:
particle_pair (indexable object, length=2, dtype=mb.Compound) – The pair of Particles to add a bond between
bond_order (float, optional, default=None) – Bond order of the bond. Available options include “None”, 1.0, 2.0, 3.0, 1.5 or 0.0. The previous string options include “default”, “single”, “double”, “triple”, “aromatic” or “unspecified”, are supported but will be deprecated.