Skip to content
Snippets Groups Projects
Commit 454162f9 authored by Omar Valsson's avatar Omar Valsson
Browse files

updated Units.h

parent 5508368f
No related branches found
No related tags found
No related merge requests found
...@@ -59,15 +59,15 @@ public: ...@@ -59,15 +59,15 @@ public:
Units(); Units();
/// Set energy units from string. /// Set energy units from string.
/// Also understands the following strings: /// Also understands the following strings:
/// kj/mol, kcal/mol, j/mol, and eV. /// kj/mol, kcal/mol, j/mol, eV, and Ha.
void setEnergy(const std::string &); void setEnergy(const std::string &);
/// Set time units from string. /// Set time units from string.
/// Also understands the following strings: /// Also understands the following strings:
/// ps, ns, fs. /// ps, ns, fs, and atomic.
void setTime(const std::string &); void setTime(const std::string &);
/// Set lengh units from string. /// Set lengh units from string.
/// Also understands the following strings: /// Also understands the following strings:
/// nm, A, um. /// nm, A, um, and Bohr.
void setLength(const std::string &); void setLength(const std::string &);
/// Set charge units from string. /// Set charge units from string.
void setCharge(const std::string &); void setCharge(const std::string &);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment