Add units support into command line #275
Labels
comp-UI
Related to user interface (command line, input files)
maintainability
Simplifies further code development (standardization, robustness)
pri-Medium
Worth assigning to a milestone
usability
Makes using code more convenient
Milestone
Is your feature request related to a problem? Please describe.
ADDA is some sort of unit-less, and if -size is in um, then -lambda must be in um. It will be more convenient to introduce units into ADDA, but leave it optional
Describe the solution you'd like
Add second optional input variable for every command-line numerical parameter, so instead of "-size 1 -lambda .555" user could write "-size 1 um -lambda 555 nm"
Additional context
All output quantities must also be followed with the units they are expressed in
The text was updated successfully, but these errors were encountered: