out_cif_diamond
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| out_cif_diamond [2009/08/31 15:01] – created johnsoevans | out_cif_diamond [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Output cif file for Diamond ====== | ||
| + | Description: | ||
| + | |||
| + | Contributed by: Pamela Whitfield | ||
| + | |||
| + | <code topas> | ||
| + | { | ||
| + | out file | ||
| + | Out_String(" | ||
| + | Out(Get(phase_name), | ||
| + | Out(Get(a), " | ||
| + | Out(Get(b), " | ||
| + | Out(Get(c), " | ||
| + | Out(Get(al), | ||
| + | Out(Get(be), | ||
| + | Out(Get(ga), | ||
| + | Out(Get(cell_volume), | ||
| + | |||
| + | Out(Get(sp_grp_char), | ||
| + | |||
| + | Out_String(" | ||
| + | Out(Get(sp_xyzs_txt), | ||
| + | |||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | load out_record out_fmt out_eqn | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | }</ | ||