mbuild_polybuild.aa_functional_groups.mea.MEA.to_smiles

MEA.to_smiles(backend='pybel')

Create a SMILES string from an mbuild compound.

Parameters:
  • compound (mb.Compound.) – The mbuild compound to be converted.

  • backend (str, optional, default=”pybel”) – Backend used to do the conversion.

Returns:

smiles_string

Return type:

str