mbuild_polybuild.aa_monomers.ethylene.Ethylene.add_bond

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