Preparation of Liquid Crystal Monomers¶
Very specific information about the monomer topology is needed for most of the scripts in this package. For example, when building a unit cell, how does one decide which part of the liquid crystal monomer to orient towards the pore center. The simple answer is to pass, as an argument, the atoms which should be pointed towards the pore center. This approach becomes rather clunky and error-prone as we begin to screen large amounts of monomers.
We believe it is the best practice to define atoms or groups of atoms needed for a specific type of calculation just one time. That is why we added annotations as an extra dimension to GROMACS topologies which is only parsed by our scripts. Comments in the GROMACS .itp files with specific codes help define extra attributes about specific liquid crystals monomers.
Proper annotation of these attributes is illustrated below:
Summary of Annotations¶
| Symbol | Description | More info |
|---|---|---|
| P | Atoms that define monomer plane | Unit Cell Construction |
| L1 | Atom, closest to pore center, used to define the vector pointing from the monomer to the pore center | Unit Cell Construction |
| L2 | Atom, furthest from the pore center, used to define the vector pointing from the monomer to the pore center | Unit Cell Construction |
| R | Reference atom. The distance from this atom to the pore center defines the radius of the initial configuration | Unit Cell Construction |
| C1 | Carbon to be cross-linked | Cross-linking |
| C2 | Carbon to be cross-linked | Cross-linking |
| H | Specifies a hydrogen that can participate in a hydrogen bonding interaction | Hydrogen Bonding |
| D | Specifies a hydrogen bond donor atom | Hydrogen Bonding |
| A | Specifies a hydrogen bond acceptor atom | Hydrogen Bonding |
| PDA | Atoms whose center of mass is used to locate the center of the pores |
Unit Cell Construction¶
Parmeterized monomers are usually randomly oriented in space. There are three pre-processing steps that take place before building a unit cell. We will consider them in the context of the specific monomer shown below, but the principles apply to any monomers used to build an HII phase unit cell:
- We must define a plane through the monomer which should be coplanar with the \(xy\) plane in the initial configuration. Monomers will be stacked into columns perpendicular to this plane. Taking advantage of the \(sp2\) hybridization which gives rise to the planar phenyl group, the 3 atoms labeled P are used to define this plane. Any 3 atoms in the ring would suffice for this purpose.
- We must select a reference atom which defines the pore radius, \(r\). The “pore radius” of a given initial configuration is defined based on the distance of the reference atom from the pore center. The atom labeled R is used as the reference atom in this case.
- Using monomer constituent atoms, we must define a vector that we always want to point directly away from the pore center. During the build procedure, monomers are translated to the origin, then translated a distance, r in the direction of this vector. In this case, the vector is defined by the subtraction of the coordinates of L1 from L2.
Cross-linking¶
There is no automatic way to determine which atoms of a monomer will participate in a cross-linking reaction. Instead, we must decide for ourselves which atoms will be involved with the reaction.
Hydrogen Bonding¶
In order to identify hydrogen bonds in a trajectory, one must specify which hydrogen atoms are able to participate in such an interaction as well as which atoms are hydrogen bond donors and which are hydrogen bond acceptors.

