Revision | 541606b4c882cc4b28883e733db9c67f4f68e41b (tree) |
---|---|
Time | 2012-11-13 17:45:33 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
README is updated. #28791
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1115 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -574,7 +574,8 @@ HOW TO WRITE INPUT: | ||
574 | 574 | NASCO_END |
575 | 575 | |
576 | 576 | -options |
577 | - "total_steps", "num_electronic_states", "seed", and "dt" are prepared as options. | |
577 | + "total_steps", "num_electronic_states", "initial_electronic_state", "seed", | |
578 | + and "dt" are prepared as options. | |
578 | 579 | |
579 | 580 | The default value of the "total_steps" is 10. |
580 | 581 |
@@ -584,6 +585,13 @@ HOW TO WRITE INPUT: | ||
584 | 585 | The default value of the "num_electronic_states" is 3, |
585 | 586 | that is, ground, 1st, and 2nd excited states. |
586 | 587 | |
588 | + "initial_electronic_state" means the electronc eigenstates | |
589 | + form which trajectories start to run. | |
590 | + "initial_electronic_state=0" means that the trajectories run from ground state. | |
591 | + The "initial_electronic_state should be less than the "num_electronic_states". | |
592 | + i.e., "initial_electronic_state=3" with "num_electronic_states=3" leads to error. | |
593 | + The default value of the "initial_electronic_state" is 0. | |
594 | + | |
587 | 595 | "seed" means the seed of the random-number-generator. |
588 | 596 | The random numbers are used for trajectory-hopping. |
589 | 597 | Default seed is generated by the time. |