Menu

#6 Create a project skeleton

0.0.1
done
None
nobody
2013-02-08
2013-01-31
No

Basically, this is about starting the project.

Create the first acceptance test in its most skeletal form. Write a main program (+ Makefile around) that

  1. Sets up a simple Gaussian wave function on an equally-spaced grid.
  2. Propagates this Gaussian for a while using a simple Runge-Kutta or so.
  3. Checks that the wave function behaves as it should, e.g., that the function is still a Gaussian with a larger spread.

Discussion

  • Anonymous

    Anonymous - 2013-02-08
    • status: assigned --> done
     
  • Anonymous

    Anonymous - 2013-02-08

    Had to do some fine-tweaking; if you go for really high accuracy (I use 10^{-6}), the grid size and time steppings become rather large and small, respectively.

    Maybe this needs some more revision over the next few weeks, but the skeleton is there now.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.