According to Polychrom documentation, the timestep of simulation is always fs scale (integrator="langevin"). But I need simulation in ms scale to fit experiment data, just setting timestep=1e12 fs will lead to the following error:
polychrom.simulation.EKExceedsError: Ek=4.425593696827154e+29 exceeds 10
Is there any method to solve this problem? Will just normalize time units work?
Thanks in advance for your guiding.