Skip to content

Releases: niranjchandrasekaran/PyPath

Completely rewritten

Choose a tag to compare

@niranjchandrasekaran niranjchandrasekaran released this 11 Mar 05:04

The program has been rewritten to include the math derived in Chandrasekaran et. al. 2017, which is the latest version of the theory of path. Apart from that the following changes have been made to the program.

  • path has been renamed PyPath.

  • Several speed and performance enhancements

  • Removed the "rock" mode

  • Removed use of constraints

  • Documentation provided for all functions

Added constraints to the "path" mode

Choose a tag to compare

@niranjchandrasekaran niranjchandrasekaran released this 25 Aug 17:49

New features

  • CA atoms of pairs of aminoacids can now be constrained in the "path" mode

Other

  • running-path has been updated to reflect the changes to the program

Added the ability to calculate trajectories along normal modes

Choose a tag to compare

@niranjchandrasekaran niranjchandrasekaran released this 25 Aug 15:25

New Features

  • Compute trajectories along the nth normal mode
  • Apply constraints to the normal mode trajectories

Updates

  • CA only simulations are computed using Hessian matrices that are mass weighted versions of the Hessian described in Hinsen et.al

Other

  • Cleaned up the code to enhance readability