cch1999 / posecheck

Pose checks for 3D Structure-based Drug Design methods
MIT License
58 stars 5 forks source link

Ensure the position contraint in strain calculation works #7

Open AndChenCM opened 1 month ago

AndChenCM commented 1 month ago
  1. Change the force constant to 1.0e5 to ensure that the position constraint added in strain energy calculation is correctly implemented.
  2. Add another relaxation on the given pose to ensure that strain energy is always positive.
  3. Pin the pandas version to avoid environment issues.