Skip to content

Commit

Permalink
Change keyword to openmx/out
Browse files Browse the repository at this point in the history
  • Loading branch information
shigeandtomo committed Dec 5, 2023
1 parent b04450a commit 88a32d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dpdata/plugins/openmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from dpdata.format import Format


@Format.register("openmx")
@Format.register("openmx/out")
class OPENMXFormat(Format):
"""Format for the `OpenMX <https://www.openmx-square.org/>`.
Expand Down
4 changes: 2 additions & 2 deletions tests/test_openmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ def test_coord(self):

class TestOPENMXTraj(unittest.TestCase, TestOPENMXTRAJProps):
def setUp(self):
self.system = dpdata.System("openmx/Methane", fmt="openmx")
self.system = dpdata.System("openmx/Methane", fmt="openmx/out")


class TestOPENMXLabeledTraj(unittest.TestCase, TestOPENMXTRAJProps):
def setUp(self):
self.system = dpdata.LabeledSystem("openmx/Methane", fmt="openmx")
self.system = dpdata.LabeledSystem("openmx/Methane", fmt="openmx/out")


if __name__ == "__main__":
Expand Down

0 comments on commit 88a32d3

Please sign in to comment.