lorenzo-rovigatti / oxDNA

A new version of the code to simulate the oxDNA/oxRNA models, now equipped with Python bindings
https://dna.physics.ox.ac.uk/
GNU General Public License v3.0
38 stars 26 forks source link

Added non-mandatory option 'precision' to the ForceEnergy and PotentalEnergy observables #99

Closed mlsample closed 2 months ago

mlsample commented 2 months ago

Motivation: the energy of an external force applied to a particle in an origami size system becomes 0.0 with the currently implemented precision when divided out by the number of particles, especially when you have multiple groups. Having the option to change the precision of Potential Energy obs is nice for when you split the contributions.

mlsample commented 2 months ago

Bug found...