Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
variables [2024/01/08 13:24] – external edit 127.0.0.1 | variables [2025/02/17 15:10] (current) – try to fix strange layout/text "(exceptions ...)" appearing in italics without blank doll | ||
---|---|---|---|
Line 84: | Line 84: | ||
STR(3) | STR(3) | ||
</ | </ | ||
- | As a general rule, string variables are replaced by their value only if they are preceded by a dollar ( in these cases. Example: | + | As a general rule, string variables are replaced by their value only if they are preceded by a dollar ($) |
+ | (exceptions: | ||
< | < | ||
Line 276: | Line 277: | ||
===== Special variables ===== | ===== Special variables ===== | ||
- | ==== Variables set by the program ==== | + | ==== Variables set by the program ==== |
A number of variables are predefined by the program. The following variables can be used to convert between atomic units and other units: | A number of variables are predefined by the program. The following variables can be used to convert between atomic units and other units: | ||
Line 289: | Line 290: | ||
HZ=1.d0/ | HZ=1.d0/ | ||
HERTZ=1.d0/ | HERTZ=1.d0/ | ||
- | ANG=1.d0/0.529177209d0 | + | ANG=1.d0/0.529177210903d0 |
- | ANGSTROM=1.d0/ | + | ANGSTROM=1.d0/ |
TOEV=27.2113839d0 EV | TOEV=27.2113839d0 EV | ||
Line 301: | Line 302: | ||
TOKJOULE=2625.500d0 KJ/MOL | TOKJOULE=2625.500d0 KJ/MOL | ||
TOKCAL=627.5096d0 KCAL/MOL | TOKCAL=627.5096d0 KCAL/MOL | ||
- | TOA=0.529177209d0 | + | TOA=0.529177210903d0 |
- | TOANG=0.529177209d0 | + | TOANG=0.529177210903d0 |
TODEBYE=2.54158d0 DEBYE | TODEBYE=2.54158d0 DEBYE | ||
</ | </ |