You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test_template/kimspec.edn.genie
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"title" "Equilibrium crystal structure for {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}} at {{temperature_K}} K and {{'stress state '~cell_cauchy_stress_eV_angstrom3~' eV/angstrom^3' if cell_cauchy_stress_eV_angstrom3 is defined else 'zero pressure'}} v{{version}}"
3
-
"description" "Given the zero-pressure, zero-temperature structure of {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}}, this Test computes the corresponding structure at {{temperature_K}} K and {{'stress state '~cell_cauchy_stress_eV_angstrom3~' eV/angstrom^3' if cell_cauchy_stress_eV_angstrom3 is defined else 'zero pressure'}}."
4
-
"extended-id" "{{TEST_DRIVER_NAME.split('_')[:-4]|join('_')}}_{{prototype_label}}_{{stoichiometric_species|join("")}}_{{temperature_K|replace('.','_')}}_K_{{(cell_cauchy_stress_eV_angstrom3~'_eV_per_angstrom3_' if cell_cauchy_stress_eV_angstrom3 is defined else '')|replace(' ','')|replace('[','')|replace(']','')|replace('.','_')|replace(',','__')}}_TE_{{kimnum}}_{{version}}"
2
+
"title" "Equilibrium crystal structure for {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}} at {{temperature_K}} K and {{cell_cauchy_stress_eV_angstrom3.0~' eV/angstrom^3' if cell_cauchy_stress_eV_angstrom3 is defined else 'zero'}} pressure v{{version}}"
3
+
"description" "Given the zero-pressure, zero-temperature structure of {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}}, this Test computes the corresponding structure at {{temperature_K}} K and {{cell_cauchy_stress_eV_angstrom3.0~' eV/angstrom^3' if cell_cauchy_stress_eV_angstrom3 is defined else 'zero'}} pressure."
4
+
"extended-id" "{{TEST_DRIVER_NAME.split('_')[:-4]|join('_')}}_{{prototype_label}}_{{stoichiometric_species|join("")}}_{{temperature_K|replace('.','_')}}_K_{{(cell_cauchy_stress_eV_angstrom3.0~'_eV_per_angstrom3_' if cell_cauchy_stress_eV_angstrom3 is defined else '')|replace('.','_')}}_TE_{{kimnum}}_{{version}}"
0 commit comments