IRL2 / nanover-server-rs

Other
0 stars 1 forks source link

Move IMD force to different group number so it's ignored in potential energy calculation #233

Open Ragzouken opened 3 months ago

Ragzouken commented 3 months ago

This should exclude the IMD force from the potential energy calculation. ~It will also exclude the force from other things, but I'm not sure if that affects anything?~

~--actually it may mean the reported particle forces don't include IMD interactions, which is maybe a problem or is maybe fine since they will be in the user forces array?~

Corresponds to these changes: https://github.com/IRL2/nanover-protocol/pull/223 and https://github.com/IRL2/nanover-protocol/pull/222

hjstroud commented 3 months ago

Ok, turns out stuff isn't working yet, so I'm going to take a look and see what I can do