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 2c07248 commit ec9e8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alignn/tests/test_alignn_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def test_ialignn_ff():
from alignn.ff.calculators import iAlignnAtomwiseCalculator
calc = iAlignnAtomwiseCalculator()
atoms = Poscar.from_string(pos).atoms.ase_converter()
atoms.calc=calc
en=atoms.get_potential_energy()
results=atoms.calc.results
# print('test_graph_builder')
# test_graph_builder()
Expand Down

0 comments on commit ec9e8d3

Please sign in to comment.