Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MDANSE/Src/MDANSE/Framework/Parsers/trj.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _process_cell_info(self, rec: bytes):

UNIT_CONV = {
"pos": measure(1.0, "ang").toval("nm"),
"vel": measure(1.0, "ang/fs").toval("nm/ps"),
"vel": measure(1.0, "ang/ps").toval("nm/ps"),
"force": measure(1.0, "kcal_per_mole/ang", equivalent=True).toval(
"Da nm/ps2 mol"
),
Expand Down
Binary file modified MDANSE/Tests/UnitTests/Converted/dftb.mdt
Binary file not shown.
Binary file modified MDANSE/Tests/UnitTests/Converted/forcite.mdt
Binary file not shown.
Loading