vivekbhattacharya / theframeshiftkids

Automatically exported from code.google.com/p/theframeshiftkids
0 stars 0 forks source link

Implement the simpler physics model #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Basically: Stop modelling energy on a sine curve and just take discrete 
derivatives.

Plan:
  * util/group.m for grouping force
  * force.m
  * Create a smoothing matrix from force.m
    * [[base pair indices]' [slopes]' [intercepts]']
    * Use a floor(base pair index) to get the right one
    * Keep an index of newly drawn midpoints due to even numbers
    * For those hits, round instead of flooring
  * Jiggle this into dx.
  * Does this obsolete phi_sp?

Original issue reported on code.google.com by shadytr...@gmail.com on 31 Jul 2008 at 4:41

GoogleCodeExporter commented 9 years ago
util/group.m finished (r741)

Original comment by shadytr...@gmail.com on 31 Jul 2008 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by shadytr...@gmail.com on 31 Jul 2008 at 4:42

GoogleCodeExporter commented 9 years ago
The rest in r742. Then corrected by Vivek in r753, r754, r755, and r756.

Original comment by shadytr...@gmail.com on 7 Aug 2008 at 3:37

GoogleCodeExporter commented 9 years ago
Finalized by the genocide in r764.

Original comment by shadytr...@gmail.com on 7 Aug 2008 at 3:55