Skip to content

Commit

Permalink
Update 6_project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasattia authored Sep 4, 2024
1 parent 771a4b8 commit fa08504
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _projects/6_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Crystallinity is crucial to drug formulation because it impacts how quickly a dr
{% include figure.html path="assets/img/simulate.png" title="simulation" class="img-fluid rounded z-depth-1 mx-auto d-block" %}

We looked at how the structure of the nanocrystal responded to these different treatments to understand the molecular-level driver of crystallinity in these nanoparticles. One of my favorite parts of this project is the crystallinity metric we defined to quantify the degree of crystallinity in the simulation. This was a challenging task, and no one has really established a good way to do this. We decided to base the metric off of the [RMSD](https://www.compchems.com/what-is-the-rmsd-and-how-to-compute-it-with-gromacs/)- which basically describes the amount of deviation of the atoms in the nanoparticle from their original lattice positions. We time-average the RMSD (since it can vary quite rapidly during the simulation), and normalize the value for any given simulation against the minimum deviation (RMSD for a simulation with no excipients), and the maximum deviation (the spacing between molecules in the lattice). This is summarized in the equation below.
\[
$$
\Gamma_{\text{effective}}= \frac{\frac{a}{2} - \langle \text{RMSD} \rangle}{\frac{a}{2} - \langle \text{RMSD}_{0} \rangle}
\]

$$
We discovered that two phenomena drive the crystallinity result of the surface. First, we find that the surfactant and polymer excipients we use experimentally compete at the interface, since both are surface active. However, since the surfactant is more surface active, it can outcompete the polymer, even at low concentrations, and 'protect' the surface from de-stabilizing polymer interactions. Additionally, the surfactant and polymer can themselves complex (a [well-studied phenomena in soft materials](https://pubs.acs.org/doi/pdf/10.1021/la00022a026?casa_token=kONkmMNElfcAAAAA:Yj3PE_TvPQXbxuhaA8STo8VxnfCAplcXX3S5bkmY6juMhgh7LOix7kS9x4aWR7PNMEDSEpahSETJLg)), which de-localizes the polymer from the drug surface, and prevents it from disrupting the crystal structure and amorphizing the surface.

0 comments on commit fa08504

Please sign in to comment.