I have been scouring through the internet to find any source that explicitly states the constant parameters used for simulating a simple molecular system like the one I'm interested in currently, simply put I'm simulating the following system;
$$m \frac{dv}{dt} = -\lambda v - k x + \sqrt{2\lambda K_b T}\ \frac{dW_t}{dt}$$ where $dW_t \sim \mathcal{N}(0,dt)$
What are physically reasonable values for $\lambda, m$, and $k$? various papers I'm finding are either omitting the values (by describing force fields?) or are of systems too complex for my case as I'm only considering a single dimensional in a harmonic trap. The project is meant to be simple as it is a demonstration for a high school class.