Skip to content

Commit

Permalink
supercell renamed supercell_size
Browse files Browse the repository at this point in the history
  • Loading branch information
allaffa committed Mar 15, 2024
1 parent c07aaf2 commit e629c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/open_catalyst_2020/utils/atoms_to_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def convert(

# put the minimum data in torch geometric data object
data = Data(
supercell=cell,
supercell_size=cell,
pos=positions,
atomic_numbers=atomic_numbers,
natoms=natoms,
Expand Down

0 comments on commit e629c14

Please sign in to comment.