Skip to content
Snippets Groups Projects
Commit 326c74d0 authored by qamarmt2's avatar qamarmt2
Browse files

Working examples with 2 pots

parent ace3fd3c
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@ pot_eam = pd.DataFrame({
pot_ace = pd.DataFrame({
'Name': ['LiAl_yace'],
'Filename': [[os.path.abspath("../potentials/AlLi.yace")]],
'Filename': [[os.path.abspath("../potentials/03-ACE/AlLi-6gen-18May.yace")]],
'Model': ["ACE"],
'Species': [['Al', 'Li']],
'Config': [['pair_style pace\n', 'pair_coeff * * AlLi.yace Li Al\n']]
'Config': [['pair_style pace\n', 'pair_coeff * * AlLi-6gen-18May.yace Al Li\n']]
})
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment