Skip to content
Snippets Groups Projects
Commit d593ee10 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added eV units

parent ff5c0d59
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ void Units::setEnergy(const std::string &s){
energy=4.184;
} else if(s=="j/mol"){
energy=0.001;
} else if(s=="eV"){
energy=96.48530749925792;
} else {
energy=-1.0;
energyString="";
......
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