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
I have installed GAP using https://github.com/libatoms/QUIP. I am attempting the example give in the notebook but getting some error. using 'which gap_fit' yields the correct path.
if not which("gap_fit"):
SYSTEM ABORT: Exit: Mandatory argument(s) missing...
STOP 1
Traceback (most recent call last):
Cell In[11], line 2
gap.train(
File ~/.local/lib/python3.8/site-packages/maml/apps/pes/_gap.py:364 in train
tree, element_param, potential_label = get_xml(xml_filename)
File ~/.local/lib/python3.8/site-packages/maml/apps/pes/_gap.py:350 in get_xml
tree = ET.parse(xml_file)
File ~/anaconda3/lib/python3.8/xml/etree/ElementTree.py:1202 in parse
tree.parse(source, parser)
File ~/anaconda3/lib/python3.8/xml/etree/ElementTree.py:584 in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'train.xml'
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Email (Optional)
No response
Version
v2024.6.13 latest
Which OS(es) are you using?
What happened?
I have installed GAP using https://github.com/libatoms/QUIP. I am attempting the example give in the notebook but getting some error. using
'which gap_fit'
yields the correct path.Code snippet
Log output
Code of Conduct
The text was updated successfully, but these errors were encountered: