final touches to support compiling with libcurl transparently

This commit is contained in:
Axel Kohlmeyer
2018-08-20 18:56:40 -04:00
parent 7a8bb5baaf
commit 741a7fe630
5 changed files with 190 additions and 22 deletions

11
examples/kim/in.query Normal file
View File

@ -0,0 +1,11 @@
# example for performing a query to the OpenKIM test database to retrieve
# a parameter to be used in the input. here it requests the aluminium
# lattice constant for a specific test used for a specific model and then
# assigns it to the variable 'latconst'
units metal
info variables out log
kim_query latconst get_test_result test=TE_156715955670_004 species=["Al"] model=MO_800509458712_001 prop=structure-cubic-crystal-npt keys=["a"] units=["angstrom"]
info variables out log
lattice fcc ${latconst}