Skip to content

Commit

Permalink
Add new iALIGNN
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jan 31, 2025
1 parent d194fe8 commit 2c07248
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions alignn/tests/test_alignn_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ def test_qclean():
os.system(cmd)


def test_ialignn_ff():
from alignn.ff.calculators import iAlignnAtomwiseCalculator
calc = iAlignnAtomwiseCalculator()
atoms = Poscar.from_string(pos).atoms.ase_converter()
results=atoms.calc.results
# print('test_graph_builder')
# test_graph_builder()
# print('test_ev')
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
long_description_content_type="text/markdown",
url="https://github.com/usnistgov/alignn",
packages=setuptools.find_packages(),
package_data={"alignn.ff": ["all_models_ff.json"]},
package_data={
"alignn.ff": [
"all_models_alignn.json",
"all_models_alignn_atomwise.json",
]
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 2c07248

Please sign in to comment.