Maintaining peptide conformation

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Hassan Nadeem
Posts: 11
Joined: Tue Apr 04, 2023 8:20 am

Maintaining peptide conformation

Post by Hassan Nadeem » Tue Nov 07, 2023 4:00 pm

Hello everyone!

I have a polymer with short peptides as repeating units. In the initial minimization, the relaxation of the polymer backbone destroys the fold on some of the peptides. Is there a way to maintain the conformation of the peptides until the relaxation is over, and lift these restraints for the production run.

The only way I can think of is to restrain all the bond lengths/angles/dihedrals in the peptides explicitly. Is there a smarter/more efficient way to achieve that?


Hassan

User avatar
Peter Eastman
Posts: 2611
Joined: Thu Aug 09, 2007 1:25 pm

Re: Maintaining peptide conformation

Post by Peter Eastman » Tue Nov 07, 2023 4:48 pm

A common way of doing this is to add harmonic restraints to the positions of some atoms, for example the backbone heavy atoms. There's sample code for doing this in the cookbook.

User avatar
Hassan Nadeem
Posts: 11
Joined: Tue Apr 04, 2023 8:20 am

Re: Maintaining peptide conformation

Post by Hassan Nadeem » Wed Nov 08, 2023 11:37 am

Restraining them in position will allow them to keep their shape but will not allow the backbone to relax. So essentially we want the peptides to rotate/translate but not lose the fold.

User avatar
Peter Eastman
Posts: 2611
Joined: Thu Aug 09, 2007 1:25 pm

Re: Maintaining peptide conformation

Post by Peter Eastman » Wed Nov 08, 2023 12:08 pm

In that case, restraining the phi and psi dihedrals might be the best approach.

POST REPLY