Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Jun 28, 2023
1 parent 8863ec7 commit a875c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/external/convert_hoomd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ def _parse_improper_forces(

itype_group_map = {
"HarmonicImproperPotenial": {
"container": hoomd.md.dihedral.Harmonic,
"container": hoomd.md.improper.Harmonic,
"parser": _parse_harmonic_improper,
},
}
Expand Down

0 comments on commit a875c6c

Please sign in to comment.