When i run the set vdw for the score function: scorefxn.set_weight(vdw, 1.0) and then attempt to score a pose scorefxn(pose) i get a fatal error in the VDW_Energy. When VDW is set to 0 it goes away. The scorefxn was working fine until I added a proline to my AA sequence.
I receive the following after running scorefxn(pose)
Etable 53 46 1 8
error: Fatal Error in VDW_Energy
error: Exit from: core/scoring/methods/VDW_Energy.cc line: 169
Any suggestions for how to solve this problem and what values should be used to set the scorefxn would be greatly appreciated.