mptbΒΆ
mbuild_polybuild.aa_functional_groups.mptb
Description
Methoxyphenylthiobutanol (MPTB) moiety.
This module defines the MPTB class, representing a methoxyphenylthiobutanol functional group for molecular simulations. The MPTB group includes ports for molecular assembly.
Examples
>>> from mbuild_polybuild.aa_functional_groups.mptb import MPTB
>>> mptb = MPTB()
>>> mptb.save("methoxyphenylthiobutanol.mol2", overwrite=True)
Classes
A methoxyphenylthiobutanol (MPTB) group. |