I require the generation of peptide structures and computation of van der Waal interactions (1-4 interactions) from a given set of backbone Ramachandran angles, for fixed bond lengths and bond angles. I have utilized the fragbuilder module in Python for the generation of peptide structures, but have encountered an issue with the module, as it generates a PDB file on the hard disk, instead of storing it in RAM. As a result, the code must write and read the PDB for every newly generated peptide structure to compute the van der Waal interactions. I am seeking an alternative Python module that can directly compute van der Waal interactions for a given set of backbone Ramachandran angles.

More Vigneshwaran Kannan's questions See All
Similar questions and discussions