need quip_params.xml in quip_wrapper_simple_example.f95 #391
Replies: 4 comments
-
The XML file should contain the potential parameters, e.g. one of the examples from https://github.com/libAtoms/QUIP/tree/public/share/Parameters or if you are using a GAP model the output of |
Beta Was this translation helpful? Give feedback.
-
Thanks. I do try one xml file from the folder (cp share/Parameters/ip.parms.Si_MEAM.xml quip_params.xml) and get the error message: SYSTEM ABORT: Potential_read_params_xml: could not initialise potential from xml_label. param_str=<Si_MEAM_params |
Beta Was this translation helpful? Give feedback.
-
Maybe try this version of the wrapper instead, which allows you to specify the https://github.com/libAtoms/QUIP/blob/public/src/Programs/quip_wrapper_example.f95 |
Beta Was this translation helpful? Give feedback.
-
It works! Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Dear QUIPers,
I am trying to learn how to wrap QUIP in fortran. Taking the quip_wrapper_simple_example.f95 file (in the src/Programs/ folder) as an example, running the compiled excutable file produces the following error:
File "/data/zhang/soft/QUIP/src/libAtoms/System.f95", line 520 kind unspecified
IO error opening "quip_params.xml" on unit 7, error number: 2
STOP 1
I cannot find the example of quip_params.xml file. Would you please let me know how to generate the quip_params.xml file? Thank you very much
Yongsheng
Beta Was this translation helpful? Give feedback.
All reactions