This is a bioinformatics question on python. I put the questions I can not do at the bottom.I calculated a hessien matri

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

This is a bioinformatics question on python. I put the questions I can not do at the bottom.I calculated a hessien matri

Post by answerhappygod »

This is a bioinformatics question on python. I put the questions I can not do at the bottom.I calculated a hessien matrix of a protein or an atom group which is correct. But then use lg.eigh(Hessien) to find the modes. the first 6 modes are not correct the less it correct and i dont know why. Also I didnt quite understand the second question I put down there. How can I move the coordinates of an atom along the mode? I didnt even understand what that means.Thanks for your help1- write a function which returns the first k normal modes by diagonalizing the Hessian matrix, with k given as input parameter. Each mode is a vector of dimension 3N.
•2- write a function which takes as input a mode (vector of dimension 3N), a multiplier factor a and and moves the atoms along the mode with an amplitude determined by the multiplier factor a.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply