Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

I want to explore the low energy states of an amino acid or a peptide by generating input geometries, defined by multiple dihedral angles of the backbone or the side chain. From these starting conformations I want to do geometry optimization to yield local energy minimum geometries.
The following approaches failed:

  • Using the ModRedundant keyword in the Gaussian09 package to define new values for the dihedral angles. This crashes for larger molecules and major changes in the coordinates.
  • Detecting the substructure of the molecule (e.g. the backbone) by SMILE / SMARTS pattern and using obrotate from the openbabel package to change the values. Works fine for a single dihedral or maybe two, but afterwards these changes the pattern of the substructure is not necessarily detected anymore and no further dihedral angle can be changed.
  • Usage of a well chosen Z-Matrix: The great disadvantage is, that I don't know how to yield a Z-Matrix with the wanted dihedrals from a given geometry and therefore I can't start from a pre-optimized structure.

Are there any other attempts to this problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.