phenylΒΆ

mbuild_polybuild.aa_functional_groups.phenyl

Description

Phenyl moiety.

This module defines the Phenyl class, representing a phenyl functional group for molecular simulations.

Examples

>>> from mbuild_polybuild.aa_functional_groups.phenyl import Phenyl
>>> phenyl = Phenyl()
>>> phenyl.save("phenyl.mol2", overwrite=True)

Classes

Phenyl

A phenyl group.