Skip to content

Commit

Permalink
Hotfixing the hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Apr 25, 2024
1 parent 4c45dac commit 5cfd0c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mala/descriptors/descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ def _setup_lammps(
)

else:
size = 1
lammps_dict["ngridx"] = nx
lammps_dict["ngridy"] = ny
lammps_dict["ngridz"] = nz
Expand All @@ -762,7 +763,7 @@ def _setup_lammps(
lmp_cmdargs.append("-k")
lmp_cmdargs.append("on")
lmp_cmdargs.append("g")
lmp_cmdargs.append("1")
lmp_cmdargs.append(str(size))

# Tell LAMMPS to use Kokkos versions of those commands for
# which a Kokkos version exists.
Expand Down

0 comments on commit 5cfd0c8

Please sign in to comment.