Skip to content

Commit 3eacecc

Browse files
fix typo in kimspec template
1 parent 3649b84 commit 3eacecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_template/kimspec.edn.genie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title" "Equilibrium crystal structure for {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}} at {{temperature_K}} K and {{pressure_eV_angstrom3|string+' eV/angstrom^3' if pressure_eV_angstrom3 is defined else 'zero pressure'}} pressure v{{version}}"
2+
"title" "Equilibrium crystal structure for {{stoichiometric_species|join("")}} in AFLOW crystal prototype {{prototype_label}} at {{temperature_K}} K and {{pressure_eV_angstrom3|string+' eV/angstrom^3' if pressure_eV_angstrom3 is defined else 'zero pressure'}} v{{version}}"
33
"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 {{pressure_eV_angstrom3|string+' eV/angstrom^3' if pressure_eV_angstrom3 is defined else 'zero pressure'}}."
44
"extended-id" "{{TEST_DRIVER_NAME.split('_')[:-4]|join('_')}}_{{prototype_label}}_{{stoichiometric_species|join("")}}_{{temperature_K|replace('.','_')}}K{{('_'+'%.16f'|format(pressure_eV_angstrom3)).rstrip('0').rstrip('.')|replace('.','_')+'eV_angstrom3' if pressure_eV_angstrom3 is defined else ''}}__TE_{{kimnum}}_{{version}}"
55
"test-driver" "{{TEST_DRIVER_NAME}}"

0 commit comments

Comments
 (0)