out_xtl
Differences
This shows you the differences between two versions of the page.
| out_xtl [2016/10/16 11:51] – created johnsoevans | out_xtl [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Output .xtl Format | ||
| + | Write out atoms in the old insight .xtl format, which is still used by some packages. | ||
| + | |||
| + | <code topas> | ||
| + | out file | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | load out_record out_fmt out_eqn | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " %11.8f " = Get_From_String(Get(current_atom), | ||
| + | " %11.8f " = Get_From_String(Get(current_atom), | ||
| + | } | ||
| + | out file append | ||
| + | | ||
| + | }</ | ||