|
Revision 13, 1.1 kB
(checked in by gary, 3 years ago)
|
|
adjust file properties for ascii and perl files - no source change
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | 2 4 29 // magic number - today's date |
|---|
| 2 | # |
|---|
| 3 | # this file gives the vibration, rotation, and energy, of all |
|---|
| 4 | # levels within the ground electronic state of molecular hydrogen |
|---|
| 5 | # The energies are in atomic units. Any line starting with a # |
|---|
| 6 | # is interpreted as a comment and ignored. The same magic number |
|---|
| 7 | # appears at the start and end of the file. |
|---|
| 8 | # |
|---|
| 9 | # data are derived from |
|---|
| 10 | #>>refer H2 As Abgrall, H., Roueff, E., & Drira, I. 2000, A&AS, 141, 297-300 |
|---|
| 11 | # |
|---|
| 12 | # energies for J=0 were missing and extrapolated |
|---|
| 13 | # |
|---|
| 14 | # This is the D+ state, which is elec = 5 in the internal bookkeeping. |
|---|
| 15 | # |
|---|
| 16 | # vib rot ener D+ e state |
|---|
| 17 | #0 0 112876.265 |
|---|
| 18 | 0 1 112935.45 |
|---|
| 19 | 0 2 113060.16 |
|---|
| 20 | 0 3 113244.97 |
|---|
| 21 | 0 4 113487.56 |
|---|
| 22 | 0 5 113785.24 |
|---|
| 23 | 0 6 114135.04 |
|---|
| 24 | 0 7 114533.67 |
|---|
| 25 | 0 8 114977.47 |
|---|
| 26 | 0 9 115461.91 |
|---|
| 27 | 0 10 115980.28 |
|---|
| 28 | 0 11 116517.88 |
|---|
| 29 | 0 12 117268.58 |
|---|
| 30 | 0 13 117856.97 |
|---|
| 31 | #1 0 115099.806 // extrapolated energy - done for all J |
|---|
| 32 | 1 1 115156.3 |
|---|
| 33 | 1 2 115270.53 |
|---|
| 34 | 1 3 115439.47 |
|---|
| 35 | 1 4 115659.86 |
|---|
| 36 | 1 5 115926.15 |
|---|
| 37 | 1 6 116227.81 |
|---|
| 38 | 1 7 116623.2561 |
|---|
| 39 | 1 8 117162.36 |
|---|
| 40 | 1 9 117600.97 |
|---|
| 41 | 1 10 118080.64 |
|---|
| 42 | #2 0 117198.267 |
|---|
| 43 | 2 1 117252.07 |
|---|
| 44 | 2 2 117363.99 |
|---|
| 45 | 2 3 117527.99 |
|---|
| 46 | 2 4 117740.22 |
|---|
| 47 | 2 5 117992.87 |
|---|
| 48 | 2 4 29 //today's date |
|---|
| 49 | |
|---|