cmelab / polybinder

Initialization of thermoplastic polymer systems to simulate thermal welding
GNU General Public License v3.0
2 stars 5 forks source link

Fix e_factor implementation #13

Open chrisjonesBSU opened 3 years ago

chrisjonesBSU commented 3 years ago

Right now, the e_factor variable isn't actually doing anything. Based on how its used in planckton, I think all that is happening is that it is scaling the non-bonded LJ params. If this is the case, then we can iterate over the parmed object and scale them there. Need to double check first.