Skip to content

Commit

Permalink
Merge pull request #13 from molssi-seamm/kmesh
Browse files Browse the repository at this point in the history
Added 1/length for k-grid spacing.
  • Loading branch information
seamm committed Nov 5, 2021
2 parents e321e65 + 67df04c commit fa31dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seamm_widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"[length]": ["Å", "pm", "nm", "um"],
"[length] ** 2": ["Å**2", "pm**2", "nm**2", "um**2"],
"[length] ** 3": ["Å**3", "pm**3", "nm**3", "um**3"],
"1 / [length]": ["1/Å", "1/pm", "1/nm", "1/um"],
"[mass]": ["g", "kg", "tonne", "lb", "ton"],
"[substance]": ["mol"],
"[temperature]": ["K", "degC", "degF", "degR"],
Expand Down

0 comments on commit fa31dc6

Please sign in to comment.