Skip to content

How to build isotactic PHB oligomers using mbuild.lib.recipes.polymer.Polymer #1331

Description

@janan94

I am trying to build a 10-mer isotactic PHB oligomer using
mbuild.lib.recipes.polymer.Polymer.

I want the repeat unit to preserve stereochemistry, e.g. all repeat-unit
chiral centers have the same configuration.

example:

import mbuild as mb
from mbuild.lib.recipes.polymer import Polymer

monomer = mb.load("CC@HCC(O)=O", smiles=True)

I am unsure which atom indices should be used for the two ports

and whether Polymer preserves the stereochemistry from the SMILES.

chain = Polymer()
chain.add_monomer(
compound=monomer,
indices=[...],
separation=0.15,
replace=True
)
chain.build(n=10, sequence="A")

Questions:

  1. Is this the recommended way to model PHB using mBuild?
  2. Does Polymer preserve the stereochemistry from the chiral SMILES?
  3. What is the correct way to define the two ports for ester linkage formation?
    Can anyone help me with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions