Skip to content

Commit

Permalink
reordering of input items in Lammps
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Jan 22, 2021
1 parent c891995 commit b3990c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyiron_atomistics/lammps/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,14 @@ def dataset(self):
def _init_block_dict(self):
block_dict = OrderedDict()
block_dict["read_restart"] = "read_restart"
block_dict["structure"] = (
block_dict["environment"] = (
"units",
"dimension",
"boundary",
"atom_style",
"atom_modify",
)
block_dict["structure"] = (
"read_data",
"include",
)
Expand Down

0 comments on commit b3990c3

Please sign in to comment.